
- Forum
- Database
- SQL Server
- How to export data from SQL Server
How to export data from SQL Server
This is a discussion on How to export data from SQL Server within the SQL Server forums, part of the Database category; Although we can generate SQL script from SQL server. But how we can export data alongwith SQL....
-
06-29-2004, 03:51 AM #1
- Join Date
- Jun 2004
- Answers
- 1
How to export data from SQL Server
Although we can generate SQL script from SQL server. But how we can export data alongwith SQL.
-
06-29-2004, 07:29 AM #2sanereddy Guest
Re:How to export data from SQL Server
What kind of format do you want to export to. Just right click on the table you want to export to, you will see several options where you can export the data like flat file, comma delimitted and so on. if you would like to create insert statements with the data, let me know I can write one stored procedure for you pretty quickly.
Thanks,
sanereddy

Reply With Quote





