DedicatedUser2000
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Created Cannot click on the further right side of a query when the line is too line
AnsweredHello,When I have a long query line I am not able to select the further side of the query to get the cursor at that location. I have to go somewhere in the middle of the query and then use the righ... -
Created Snowflake: Role per database
AnsweredHello,Is it possible to configure a role per database? I currently have two databases that each have their own role..with kind regards -
Created Background tasks appears too often
Hello all, How can I configure so that Background tasks does not constantly pop up with every DB change?Kind regards, -
Edited CALL (with anonymous procedure) does not work in Snowflake
AnsweredWhenever I try the following in Datagrip it doesn't work, but it does work in the browser of snowflake (snowsight i think) and it also works in Azure Data Factory:WITH proc3 AS PROCEDURE () RETURNS...