patternsqlMinor
Export as csv or xsl file from SQL Server 2008 express R2
Viewed 0 times
filexsl2008expresssqlcsvexportserverfrom
Problem
I am basically LAMP developer got some assignment where SQL Server is required. I have installed SQL Server 2008 R2 Express and imported backup file in it.
Now, I want to export user table in excel or csv but not able to do that.
Can anyone tell me how can I export table?
Now, I want to export user table in excel or csv but not able to do that.
Can anyone tell me how can I export table?
Solution
You'll want to look at using SQL Server Integration Services.
If you want to export a small amount of data, you can also
If you want to export a small amount of data, you can also
SELECT the data in SQL Server Management Studio, and highlight / copy / paste it into Excel, or rt click save as.Context
StackExchange Database Administrators Q#20852, answer score: 4
Revisions (0)
No revisions yet.