SnowConvert: SQL 서버¶
특정 CLI 인자¶
-u, --usedatabase
¶
Transact SQL USE 문을 변환할지 여부를 나타내는 플래그입니다.
-p, --arrange <ARRANGE OPTION>
[<ARRANGE OPTION>
]¶
소스 코드를 변환하기 전에 전처리 또는 정렬할지 여부를 나타내는 플래그입니다. 기본적으로 FALSE 로 설정되어 있습니다.
Arrange Option | Description |
---|---|
prettyprint | Applies indentation to the original code and get it well organized. |
generatereports | Generates extra reports after the arrangement. |
multiple | Applies arrangement to multiple databases represented as multiple folders, and keeps their original structure. |