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
How do I stop my fonts from shrinking. Is it a css zoom issue?
using one procedure with for parameteres to open forms
Virus/worm in MS Exchange 2007 on SBS 2008 attaching unknown BCC addresses
Cisco router IP sec VPN configuration
Ms Access how do I to run a query based off a table
Does Outlook autoarchive affect subfolders?
PASS MULTI-VALUE TO A QUERY OR STOREPROCEDURE?
grep lines from N days back
IE 7 & 8 Javascript error
Why does IE6 Suck so F***ing BAD