vote up 1 vote down star

Does anyone know of a reasonably priced tool that will create DDL statements to create a SQL Server database and appropriate Insert statements to recreate the data? I use the Red Gate tools to do database compares (including content compares) and this comes close (I could always compare with an empty schema) but I was wondering if there was a tool that others found useful that did this in one step.

flag

3 Answers

vote up 2 vote down check

Have you had a look at SQL Publishing Wizard? It will create all the DDL statements you require for all database elements (tables, views, SPs, users etc).

If you're using SQL 2008, it comes built into the management studio. More info on 2008.

link|flag
Non Express versions of the manager have been able to since SQL2000 ;) – Martijn Laarman Jan 7 at 23:14
Thank you...this is exactly what I was looking for – Mark Brittingham Jan 8 at 3:29
vote up 1 vote down

SQL Publishing Wizard

Saw Austin Solonen post this tool in a somewhat related thread. Express editions appearantly don't hove Import and Export.

link|flag
Thank you, this deserves the "answer" flag as well! – Mark Brittingham Jan 8 at 3:30
vote up 1 vote down

The database publishing wizard that is included in Visual Studio 2008 performs this function.

It is also available via CodePlex as an add-on for prior versions of Visual Studio.

link|flag
Wow, step away mid-response to go to the bathroom and look how badly you get beaten! – Portman Jan 7 at 23:08
Thanks anyway Portman. It does seem like answers fly quickly on SO. Good answer though...I voted you up for being right anyway. – Mark Brittingham Jan 8 at 3:31

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.