Skip to content

SQL Script Runner is a lightweight program that can be used to quickly run multiple SQL scripts against a database.

License

Notifications You must be signed in to change notification settings

tridian-tn/SqlScriptRunner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Script Runner Description

SQL Script Runner is a lightweight program that can be used to quickly run multiple SQL scripts against a database. If you have all of your Stored Procedures,

One key feature of SQL Runner is that it will automatically change any CREATE statements to ALTER statements, without modifying the actual file. For example, you may have a folder full of stored procedures that all begin with "CREATE PROCEDURE". If the script fails to run, SQL Runner will change it to "ALTER PROCEDURE" in order for the scripts to run successfully.

About

SQL Script Runner is a lightweight program that can be used to quickly run multiple SQL scripts against a database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%