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
leading zeros on int
Cheap airline tickets overseas?
Radio Button Centering in Access Report
STP
how to count the sum?
Re-use generated field in MS SQL Server?
How do I prevent my app from being indexed by search engines
How to Query Same Table twice using 1 SQL Query ?
Setjob function in server 2008
how to send out html using Spring mail?