SnowConvert AI - SQL Server Conversion Settings¶
Applies to
SQL Server
Azure Synapse Analytics
일반 변환 설정¶
종속성이 누락된 오브젝트에 설명 추가: 사용자가 종속성이 누락된 노드에 대해 설명할지 여부를 나타내는 플래그입니다.
Set encoding of the input files: Check General Conversion Settings for more details.
참고
지원되는 모든 언어에 적용되는 설정을 검토하려면 다음 문서를 참조하십시오.
DB 오브젝트 이름 설정¶
스키마: 문자열 값은 적용할 사용자 지정 스키마 이름을 지정합니다. 지정하지 않으면 원래 데이터베이스 이름이 사용됩니다. 예: DB1.myCustomSchema.Table1.
데이터베이스: 문자열 값은 적용할 사용자 지정 데이터베이스 이름을 지정합니다. 예: MyCustomDB.PUBLIC.Table1.
기본값: 위의 설정 중 어느 것도 오브젝트 이름에 사용되지 않습니다.
코드 설정 준비하기¶
Description¶
Prepare my code: Flag to indicate whether the input code should be processed before parsing and transformation. This can be useful to improve the parsing process. By default, it’s set to FALSE.
Splits the input code top-level objects into multiple files. The containing folders would be organized as follows:
Copy
└───A new folder named ''[input_folder_name]_Processed''
└───Top-level object type
└───Schema name
Example¶
Input¶
├───in
│ script_name.sql
Output¶
Assume that the name of the files is the name of the top-level objects in the input files.
├───in_Processed
├───procedure
│ └───dbo
│ A_PROCEDURE.sql
│ ANOTHER_PROCEDURE.sql
│ YET_ANOTHER_PROCEDURE.sql
│
└───table
└───dbo
MY_TABLE.sql
ADDITIONAL_TABLE.sql
THIRD_TABLE.sql
Requirements ¶
We highly recommend using SQL Server Management Studio (SSMS) to obtain the script.
저장 프로시저 대상 언어 설정¶
이 페이지에서 저장 프로시저를 Snow SQL 에 내장된 JavaScript 로 마이그레이션할지, Snowflake Scripting으로 마이그레이션할지 선택할 수 있습니다. 기본 옵션은 Snowflake Scripting입니다.
Reset Settings: The reset settings option appears on every page. If you’ve made changes, you can reset SnowConvert AI to its original default settings.