I have a SQL Server 2012 database that I am trying to export to .CSV
. My knowledge of SQL is very basic and my question is, I'm assuming it would be done in Management Studio, how do I do this?
If it is the query results you want exported to csv, you can right click on the results grid and select "Save Results As", which will allow you to save as csv.