|
|
|
|
|
by sergiosgc
4230 days ago
|
|
> First, you can import/export csv's. Hell all you need to do to export, is right click the view and hit export, then select .csv. Are you saying there is no programatic interface for exporting csv? You must rely on the administration tool to generate the csv for you??? |
|
For example:
bcp "SELECT blah... FROM blah" queryout C:\..\blah.csv -c -t, -T –S<servername>