Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

erossini/SplitSQLscript

Repository files navigation

Split SQL script

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.

Usage

SplitSQLScript [options]

Options

Option Description Default
file The SQL script file to split.
destination The destination folder. If this is empty or null, the new files will be created in the same directory as the original file.
limit The maximum bytes limit for the new files. [default: 10240000] 10240000
add-go If set to true the procedure will add the command GO at the end of each file. True
version Show version information
?, h, help Show 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

AltStyle によって変換されたページ (->オリジナル) /