erossini/SplitSQLscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Split an SQL script file into smaller chinks based on the specified maximum byte size.

splitsqlscript

For a description of the code, please visit my blog PureSourceCode.com.

SplitSQLScript [options]

OptionDescriptionDefault
fileThe SQL script file to split.
destinationThe destination folder. If this is empty or null, the new files will be created in the same directory as the original file.
limitThe maximum bytes limit for the new files. [default: 10240000]10240000
add-goIf set to true the procedure will add the command GO at the end of each file.True
versionShow version information
?, h, helpShow help and usage information

About

Split an SQL script file into smaller chinks based on the specified maximum byte size.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages