Displaying the server name next to the database name
Published 20 August 2015
By default, SQL Source Control displays the name of the selected database. You can include the server name by editing a config file:
- Close Management Studio.
- Go to the SQL Source Control config files folder: %localappdata%\Red Gate\SQL Source Control 4
Open RedGate_SQLSourceControl_CommonUI_UIOptions.xml in a text editor.
Inside the
<UIOptions
tags, add:>
<ShowServerNameOnTabs>True</ShowServerNameOnTabs>
The file is case sensitive. Don't change the capitalization of the text.
- Save the file.
The header will display the server name next to the name of the selected database.