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
BSOD Stop Code on Dell 410 XPS
Restoring information store Exchange 2003
How do i find all of the emails sent to a mail list in Exchange 2003
Windows Vista/7 Network Issues popping up..no connection to outside world
Domain account with read only permissions
Windows Machine and Windows Services for UNIX
Accessing MySQL thru VB.NET
SBS2008 Shadow copy client for XP
WP - how to create a menu item that points to an absolute URL
sending spam to junk email folder on SBS 2008