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.
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

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.
Comments
Post a Comment