Skip to content

Runs big SQL scripts that native "sqlcmd" cannot run.

Notifications You must be signed in to change notification settings

magrossi/SqlScriptRunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SqlScriptRunner

Runs big SQL scripts that native "sqlcmd" cannot run.

Usage

SqlScriptRunner.exe -c "connection string" -l "output log file" "input script file"

Note

Your script file should have "GO" commands to separate the command batches, otherwise it will load everything in memory and send it all in one batch (which likely is not desireable).

About

Runs big SQL scripts that native "sqlcmd" cannot run.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages