Search code examples
sqlsql-server-2008-express

Save All Values of Database to Text File?


I was wondering if there was a way to extract all the values of a column, and then save each value into separate text files (labeled ANYTHING, 1-100 works fine).

I know how to do this through another language, but I'm using SQL Server 2008 with Microsoft SQL Server Manager and it would save me some time from figuring out how to do it through C#.


Solution

  • (If the samples in the links are unclear let me know and I can knock together an example)