Main menu:

Search

 
web
kriegermartin.de

Categories

September 2008
M T W T F S S
« Aug   May »
1234567
891011121314
15161718192021
22232425262728
2930  

Archives

SQL Server 2008: Script Data

Script WizardThe SQL Server 2008 Management Studio has a nice little new feature which seems to be omitted from the documentation. The Script Wizard (Database - Tasks - Generate Scripts) now has a “Script Data” option. If selected the Wizard will generate INSERT statements for the data in the scripted tables. This can be very handy.

This is a feature of Management Studio, therefore it works also with older database server versions.

Comments

Comment from Eralper
Time: 20. January 2009, 07:09

Hello Martin,
I use the scripting data a lot especially for lookup data table values. So I found the Script Data wizard very useful. You can check my notes at http://www.kodyaz.com/articles/sql-server-script-data-with-generate-script-wizard.aspx
Thanks