Snowflake Vs MS-SQL - Part 18 - Environment wise appearance

 


Environment-wise appearance

If you have access to multiple environments like DEV, QA, UAT, or PROD then you have to take precautions while executing the query. If you don't take proper measures then you may end up with a lot of issues.


MS-SQL Server 

To take precautions, when you are executing a query SQL Server Management Studio you highlight the status bar by a different color.
You can set green for DEV, Orange for UAT & RED for PROD.
When you connect to these environments, you will get that indication which helps you take extra precautions.

How to set different colors while connecting to the server:


DEV


PROD


For more details, you can refer to the following LINK.



In Snowflake, you can set the different environment-wise appearance as well.

Suppose you are using DEV then you can set Light mode and when accessing 

Non-DEV then you can go for Dark mode as below.




For more details, you can refer to the following LINK.




 

Comments

Popular posts from this blog

Snowflake Vs MS-SQL - Part 36 - SPLIT_TO_TABLE

Snowflake Vs MS-SQL - Part 63 - ON Clause & Cross Join

Snowflake Vs MS-SQL - Part 33 - INITCAP