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 return focus to a form
Float in conditions
APC XS 900R WILL NOT TURN ON.
Formula Help
Can't Ping DC with name
Insert Image Link Adobe Flash CS4
Accidentally deleted the BUILTIN\Administrators is a LOGIN; how do I get it back??
How to create a new cloumn dynamically in XLS file ?
SBS 2003 Installed fastCGI, PHP, and Wordpress, and Exchange web fails
preg_replace code to remove dynamic sub-directory