Using Custom Connection Colors in SSMS

SQL Server Management Studio (SSMS) 提供連線時設定狀態列的顏色,SQL 2008/2012/2014 應該都有吧!? 不確定…,如下圖紅色的狀態列,

image

 

這個設定在資料庫連線的 [Option] 中

image

 

勾選 [Use custom color] ,點擊 [Select] 會出現眼色選取的視窗

image

 

設定完成後連上資料庫,進行查詢時,可以發現底下狀態列會跟著設定值顯示。

 

這個功能可以提供同時連接多個資料庫時,提醒目前執行 T-SQL 指令的目標資料庫,尤其是手動部署資料庫可以做以下參考

  • red for production
  • green for test
  • blue for development

image

 

參考相關文章

Customizing the Status Bar for each SQL Server SSMS Connection