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
SUMIF Formula for Time Values not displaying results
Installing other OS (ESXi) on HP StorageWorks X1000
Difference between client side and dynamic ASP.NET Web Applications
Vlookup Question
Can't get script to create or write to UsersToDisable.txt on file server
vbscript
Altec Lansing ACS48
When trying to install Windows XP SP3, I get access denied error.
Is It worth upgrading from my VB Express Edition
vbscript problem, copying normal.dotm is overwritten by the outlook initial config wizard