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
2g Limit on MS Exchange
MAX(SUBSTRING(variable,6,6
)) only goes to 10???
exporting data in group format part 2
Acccessing Remote Serial Port through Citrix
what goes first the error code for the rollback
T-SQL - Grouped query that concatenats one field with text for several rows with same ID
Can't find the Printer "Server Properties" in Windows 7
"HP TouchSmart PC" - How to invoke the recovery partition?
vb.net and pl sql
Can't set Datagridview data source to list object