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.
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.
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.
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.