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
Date and time span in MySQL
ESX Vrtual Center permissions?
MS DOS command to output ONLY IP address
Button Combobox
How do I refine the group policy governing storage of credentials or .NET Passports?
Sonice Wall / Cisco VPN compatibility
CSS IE7 quirky behavior - One word per line
how select and inner join when count(*) > 1
Creating automated monthly labels for a chart in crystal reports
Stored Procedure And Database Snapshot