December 17, 2008 at 11:10 am
Hi, what do I need to learn so I can output a CSV file from a stored procedure? I am using SQL Server 2005. Thank you for all comments. Warm regards,
December 17, 2008 at 4:43 pm
SSIS, CmdShell/BCP, OPENROWSET, or Text based linked servers... each of which are in Books Online.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 17, 2008 at 5:05 pm
May I suggest that you may want to start learning how to use the Import Export Wizard in SQL Server Integration Service from Books On Line (BOL) using:
http://msdn.microsoft.com/en-us/library/ms365330(SQL.90).aspx
Then again using BOL look at the BCP (Bulk Copy Utility) here:
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/73e949de-67a3-4c84-9735-7da1ad4ba34a.htm
The you can go on to use OPENROWSET - but you already have enough reading and can use BOL to learn about / how to for OPENROWSET
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply