Snowflake Vs MS-SQL - Part 92 - Stop or Cancel the Running Query
Stop or Cancel the Running Query
While executing a query, we noticed it was taking unusually long to complete. In such situations, it’s important to know how to safely stop or cancel the execution to avoid performance bottlenecks and system impact.
MS-SQL Server
In Snowflake, we can use CANCEL_QUERY as follows:
For more details, refer to the CANCEL_QUERY section.
Yogesh Shinde

Comments
Post a Comment