Transact-SQL Conversion Settings
Last updated
Last updated
Comment objects with missing dependencies: Flag to indicate if the user wants to comment on nodes that have missing dependencies.
Set encoding of the input files: Check General Conversion Settings for more details.
Schema: The string value specifies the custom schema name to apply. If not specified, the original database name will be used. Example: DB1.myCustomSchema.Table1.
Database: The string value specifies the custom database name to apply. Example: MyCustomDB.PUBLIC.Table1.
Default: None of the above settings will be used in the object names.
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
Assume that the name of the files is the name of the top-level objects in the input files.
We highly recommend using SQL Server Management Studio (SSMS) to obtain the script.
On this page, you can choose whether stored procedures are migrated to JavaScript embedded in Snow SQL, or to Snowflake Scripting. The default option is Snowflake Scripting.
Reset Settings: The reset settings option appears on every page. If you've made changes, you can reset SnowConvert to its original default settings.