In SQL Server (or SQL Server Data Tools) is there a way to export selective columns of multiple tables from SQL Server to one csv file? The database is a Linked Server object connected in SQL Server connected ODBC.
Asked
Active
Viewed 181 times
1
-
[link](http://stackoverflow.com/questions/17471994/export-from-sql-server-2012-to-csv-through-management-studio) – Bestter Nov 24 '16 at 20:32
1 Answers
2
Easiest way to do for a onetime deal: Copy-paste in Excel, and save that file in CSV.

Bestter
- 877
- 1
- 12
- 29