I had a look on the site and on Google, but I couldn\'t seem to find a good solution to what I\'m trying to do.
Basically, I have a client server application (C#) wh
When dealing with CSV file I usually go for the FileHelpers library: it has a SqlServerStorage class which you can use to read records from a SQL server and write them to a CSV file.