views:

45

answers:

4

Hello,

I forgot the name of that application tool. anyone here remembers it?

It let's me log-in to my remote SQL database and I can create scripts of the schema and procedures and even data.

A: 

I've found Sql Scripter to be the best tool for that job

Ryu
is there a free solution?
Martin Ongtangco
+1  A: 

Are you looking for SQL Server Database Publishing Wizard?

Rodrigo
A: 

It's pretty simple to do this with SQL Server Management Studio 2005/2008.

To script database schema - right click the specific database in the Object Explorer, select Tasks->Generate Scripts and follow the wizard.

Ilian
A: 

Hey mate,
Try DBSourceTools. http://dbsourcetools.codeplex.com
Its open source, and specifically designed to script an entire database - tables, views, procs and data to disk, and then re-create that database through a deployment target.

blorkfish