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
ASA Remote IPSEC VPN Gateway assignment
How to forward routed IP's from one interface to another on ASA 5505
Application Pool disappeared in IIS 6.0
How to correct a 3021 error?
hasError property of a form
Can't activate Windows XP
Extract and Save Icon from EXE
Manual Running total displaying 0.00 when copyed from another that works.
Help with JQuery Photo Gallery
Outlook 2007 or 2010 on terminal services keeps asking for a password