SnowConvert: Sql Server¶

Specific CLI arguments¶

-u, --usedatabase¶

Flag to indicate whether or not the Transact SQL USE statement should be translated.

-p, --arrange <ARRANGE OPTION> [<ARRANGE OPTION>]¶

Flag to indicate whether or not to preprocess or arrange the source code before its transformation. By default, it’s set to FALSE.

Arrange OptionDescription
prettyprintApplies indentation to the original code and get it well organized.
generatereportsGenerates extra reports after the arrangement.
multipleApplies arrangement to multiple databases represented as multiple folders, and keeps their original structure.