Microsoft
Software
Hardware
Network
Question : Add comments to PDF
Which program is good in changing PDF's, adding comments, adding tags, adding pictures etc.
Thanks in Advance
Remij
Answer : Add comments to PDF
Do you know the output column types?
If you do, you can direct them to a temp table, then discard it.
create table #tmp (col1 int, col2 varchar(100), col3 decimal);
set nocount on;
insert #tmp exec myproc;
drop table #tmp;
Random Solutions
Batch File - Extract Numbers from a text file
MAC OS X 10.6 MAIL complex rules not managed by standard GUI from MAIL
Embedded Visual C++ 4 Installation Failed
transfer data between .aspx forms in c#
create zip using VB2005
Background Image Not Showing
Invalid Use of Null
What does "testing mock objects" mean to you?
scanning software
How do you tell if valid LOB indicator? ORA-22275