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
Anyway to search a large text file without loading it into memory?
Query with "If" condition
Winsock2.h has msghdr?
Forgot Server 2003 password
Replacing specific characters with character entities such as ä etc.
Ajax/Json decode for multi-dimension arrays using JQuery/JS
C# code not being called for special URLs in my website
A pre import Access tool
migrate Outlook express to exclusive use of gmail
Why can't machines connect with WSUS?