question

Rod avatar image
Rod asked

Why does SSMS duplicate server names?

I've got SQL Server 2008 Developer Edition installed on my Windows 7 development box. I use it to connect to our production and test SQL Server 2005 servers and databases. Plus yesterday I created a SQL 2008 Express database on my Win7 machine. However, something odd happens in SSMS. When I get into SSMS it pops up the "Connect to Server" dialog box. I've noticed that a couple of server names are duplicated. For example, now I've got 2 server names for SQLEXPRESS, both the same name, on my Windows 7 machine. Why is that?
sql-server-2008-r2ssmsdeveloper-edition
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
ThomasRushton avatar image
ThomasRushton answered
Different connection methods, perhaps? Have you connected once using windows credentials, and again using a sql server userid/password?
2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

KenJ avatar image KenJ commented ·
The ugly workaround is to delete your most recently used list, as this connect item indicates - http://connect.microsoft.com/SQLServer/feedback/details/424800
1 Like 1 ·
Rod avatar image Rod commented ·
Yes, I have connected using different credentials, but to different servers. For example, for our SQL Server 2005 servers/databases on our Windows servers, I connect via SQL Authentication. However, with this new SQL Express database I'm connecting with Windows Authentication.
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.