SQL Server : how to dump/extract each row to separate file -


i have business requirement take table columns primarykey, a, b, c, d, e , dump each file such as:

filename:  primarykey.txt (row 1) (row 2) b (row 3) c 

etc.

is there way sql server 2008 or should write c# program using datatable? table using has 200k rows in it.

thanks

the links below contain previous posts , link possible solution using ssis.

you might have play around until want.

good luck.

some clues here

or sql server forums - create multiple files ssis


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -