How to modify the Title Bar text for SQL Server Management Studio?
        Posted  
        
            by DaveDev
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by DaveDev
        
        
        
        Published on 2010-06-16T08:32:33Z
        Indexed on 
            2010/06/16
            8:42 UTC
        
        
        Read the original article
        Hit count: 255
        
sql-server
|sql-server-management-stu
Sometimes I keep multiple instances of SQL Server Management Studio 2005 open. I might have the dev database open in one, and the production database open in another. These appear in the Windows task bar with the text "Microsoft SQL Serve...", which means it's impossible to differentiate between them unless I open the window and scroll the Object Explorer up to see what server the window is actually connected to.
Is ther any way that I can get the window to display the server name first, and then the name of the application? Like "Dev-DB.database_name - Microsoft SQL Serve..." or whatever?
© Stack Overflow or respective owner