I need a bit sql to export a set of tables 100+ to csv files.Each table will be a csv file
How do you do it in sql?
I can Import data into sql server using "Bulk Insert" is there an equivalent to convert a sql server table into CSV?
Open to Free tools as well
Do I have to reinvent the wheel and write my own little c# smo app to loop through all the tables and write a csv file?
many thanks for your help and suggestions