Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
4065 Points
738 Posts
Mar 07, 2007 04:22 AM|LINK
export, how so? For a file download, or save it to a file location on the server?
if its the later use xp_cmdshell, its an amazing command in sql server that allows you to run any command through a sql statement,
http://www.sqlteam.com/item.asp?ItemID=4722
rojay12
Contributor
4065 Points
738 Posts
Re: Export SQL to CSV
Mar 07, 2007 04:22 AM|LINK
export, how so? For a file download, or save it to a file location on the server?
if its the later use xp_cmdshell, its an amazing command in sql server that allows you to run any command through a sql statement,
http://www.sqlteam.com/item.asp?ItemID=4722
Lead Application Developer