tags:

views:

542

answers:

1

I am using SQL Server 2008 Management Studio and have a table I want to migrate to a different db server.

Is there any option to export the data as an insert into SQL script??

+5  A: 
marc_s
I just installed the addin from Codeplex. Nice. Thanks for the info.
Rob Garrison
Note: all of these only work on 2008 except one. If you need to do this on 2005, use the "Data Scripter Add-In"
Dinah