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
publishing Terminal Server in ISA 2006
How to eliminate #$@$ BABYLON PROGRAM
Open Excel file
Add a UNC path to internal DNS server
How to convet a CString to unsigned char * const
DOS batch rename with extension
Penetration testing
start win xp without login
Simple code issue with synchronized comboboxes in MS Access
T-SQL query question about row_number()