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
power information dialog box ubuntu
Embed hyperlinks into a picture in an email
Shoretel SIP configuration
Find and export contacts by value in Account entity
need script to run as administrator ipconfig release/renew and flushdns with password encrypted
DFS Replication Configuration Sources
Problem with dropdown's padding in IE
A vbs script help
Can't edit view in sql
Filtering a sharepoint list web part by sitename