Viewing 5 posts - 1 through 5 (of 5 total)
You can use Windows Scripting to run DTExec on the SQL box, from the other box.
April 3, 2007 at 1:48 am
a)
select ownerfname, count(ownerid)
from house
group by ownerfname
having count(ownerid) > 1
October 21, 2005 at 1:26 am
Hi, you have two ways:
July 11, 2005 at 1:08 am
Use the xp_cmdshell procedure to execute a DOS command. You can find lots of articles about this famous command.
August 26, 2004 at 2:46 am
Always export to the same Excel file, and then rename this file with a stored procedure to the name you wish.
August 26, 2004 at 1:45 am
Viewing 5 posts - 1 through 5 (of 5 total)