VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



SQLScripter

by Jeremy van Dijk (1 Submission)
Category: Databases/Data Access/DAO/ADO
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (11 Votes)

This little application uses SQLDMO to script out objects in SQL Server 7.0 databases (tables, stored procedures, views, defaults, UDTs, full text indexes, etc.), as well as SQL Agent Jobs, Server logins, Operators, Alerts and Backup Devices. It even lets you save DTS packages as Structured storage file. Can be run in GUI mode or unattended/scheduled from the command-line.
The code is a nice example of the use of SQLDMO objects, but even if the code doesn't interest you the application should be useful for SQL Server developers/DBAs who want to generate scripts of their DB objects in a more automated way then SQL Server EM lets you.
------------------------------------------------------------
A short text-file describing use is included.
------------------------------------------------------------
This is not drool-proof paper! Use at your own risk. Don't use on production servers unless your local DBA god has given you explicit permission.
Dependencies are described in the included text file.
------------------------------------------------------------
A short (third-party) review of this tool and an executable-only download can be found at https://www.myitforum.com/articles/18/view.asp?id=3117
------------------------------------------------------------
(Update
20020517 (v2.0.1): Added options to the /DB command-line switch to script out only the user or system databases)
------------------------------------------------------------
(Update 20020701 (v2.1): Server names, login names and authentication modes are now remembered between GUI sessions)

Rate SQLScripter

Download SQLScripter

Download SQLScripter (51 KB)

SQLScripter Comments

No comments have been posted about SQLScripter. Why not be the first to post a comment about SQLScripter.

Post your comment

Subject:
Message:
0/1000 characters