Skip to content

An automated way to reformat TSQL Stored Procedures to Snowflake JavaScript based Stored Procedures

Notifications You must be signed in to change notification settings

jjchacona/tsql-2-snowflake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

tsql-2-snowflake

An automated way to reformat TSQL Stored Procedures to Snowflake JavaScript based Stored Procedures

main_formatter.py will format (not convert) TSQL statements into Javascript/SQL commands.

IMPORTANT: You MUST add a semi-colon ( ; ) at the end of each statement inside of your Stored Procedure

tsql_scoring_tool.py gives you an idea of how many components in your TSQL procedures are TSQL specific.

About

An automated way to reformat TSQL Stored Procedures to Snowflake JavaScript based Stored Procedures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages