views:

28

answers:

1

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#.

A: 

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

Bob Palmer