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
importing & exporting favourites from vista to xp laptops
Saving file in MS Word
file rename VBS script
Modifying SQL Statement in AS400 Stored Procedure
NT Reports
Accessing the .front AND .logged-in divs in Drupal
Crystal Reports 11 - Cross-Tab FORMAT
vb.net - ignore case
Find a string in a MSSQL database table in a particular column
Dev editions vs express