About 243,000 results
Open links in new tab
  1. Snowflake Scripting Developer Guide | Snowflake Documentation

    Snowflake Scripting is an extension to Snowflake SQL that adds support for procedural logic. You can use Snowflake Scripting syntax in stored procedures and user-defined functions (UDFs).

  2. SQL Scripting in Snowflake - InterWorks

    Nov 7, 2022 · Since its general release in April, Snowflake has allowed for Stored Procedures to be written in a near-SQL dialect called “Snowflake Scripting.” This scripting language fits seamlessly …

  3. Snowflake Scripting - Tpoint Tech

    Jul 29, 2025 · The procedural SQL extension for Snowflake is called Snowflake Scripting, and it lets you create stored procedures and scripts using procedural logic like branching and looping.

  4. Writing stored procedures in Snowflake Scripting

    To write a stored procedure that uses Snowflake Scripting: Use the CREATE PROCEDURE or WITH … CALL … command with LANGUAGE SQL. In the body of the stored procedure (the AS clause), you …

  5. Snowflake Scripting Developer Guide

    Snowflake Scripting is an extension to Snowflake SQL that adds support for procedural logic. You can use Snowflake Scripting syntax in stored procedures and user-defined functions (UDFs).

  6. Writing stored procedures in Snowflake Scripting¶ · GitHub

    Writing stored procedures in Snowflake Scripting¶ This topic provides an introduction to writing a stored procedure in SQL by using Snowflake Scripting. For more information about Snowflake Scripting, …

  7. Complete Snowflake SQL Scripting For Stored Procedure | Ch-01

    This comprehensive playlist serves as your go-to guide, offering a deep dive into the intricacies of creating and optimizing Stored Procedures using Snowflake Scripting.

  8. To help you on the path to becoming a Snowflake pro, this concise yet comprehensive guide reviews fundamentals and best practices for Snowflake’s SQL and scripting languages.

  9. Snowflake scripting. This is really nice. Build blocks of ... - Medium

    Apr 24, 2024 · Build blocks of code that can be used in stored procedures or tasks but also in the console. I will build a script where I will be dropping tables and views …

  10. Using Snowflake Scripting in Snowflake CLI, SnowSQL, the Classic ...

    This topic explains how to run the Snowflake Scripting examples in Snowflake CLI, SnowSQL, the Classic Console, and the Python Connector. If you are using other clients and interfaces (e.g. …