I just wanted to know if we can Alter the Size of a Warehouse in Snowflake through an open query using SQL Server.
I do have linked server from SQL to Snowflake created. I am able to do a normal select from SQL Server to Snowflake.
You should be able to change the size of the warehouse using SQL:
alter warehouse my_wh set warehouse_size=medium;
Details here
Given you have the access privileges to operate the warehouse. Details here
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more