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
Outlook follow up folder in favourites
Select top N and their types
return rated results
Find Range Of Items In dataTable
Access Recycle Bin on Boot Drive mounted as external HD on another PC
AD for iBGP and eGP routes.
Demoted windows 2003 domain controller log on
thumb drive with AES encryption & substitute for it
Refresh key for excel formulas linked to other sheets?
Make Table Query that searches for records that are NOT located in two tables.