September 17, 2010 at 2:54 am
I have installed new SQL Server 2008 R2, when i tried to conenct to the database engine from Mangement studio, i found many instance name not exist.Although i could clearn the list by delete the file SqlStudio.bin. But anybody could tell me why these are showed in the dorpdown list?
September 17, 2010 at 4:46 am
smith.liu328 (9/17/2010)
I have installed new SQL Server 2008 R2, when i tried to conenct to the database engine from Mangement studio, i found many instance name not exist.Although i could clearn the list by delete the file SqlStudio.bin. But anybody could tell me why these are showed in the dorpdown list?
Hi
Smith
What U want to tell and what U want to ask? U r saying , Some istance r not exist, bt u ask why these r showed???
Ali
MCTS SQL Server2k8
September 17, 2010 at 7:37 am
Is that a default instance or named instance, Did you try explicitly typing the instance name and connecting to it.
Is this a express edition?
What does the error log say? Please check the services if it started. and also check the summary text if the installation went fine.
"More Green More Oxygen !! Plant a tree today"
September 19, 2010 at 1:46 am
This has been solved, thanks guys
September 19, 2010 at 5:16 am
I had a similar issue where a specific login i created for testing would show up first when i selected a server...so i'd have to change it over and over again.
the servers and login defaults are stored in your application data folder, so if you can find it, you can delete it:
%SystemDrive%\Documents and Settings\<user>\Application Data\Microsoft\Microsoft SQL Server\90\Tools\
(For SQL Server 2008 should be 100 instead of 90)
2. Backup and then delete the 'Shell' folder. This folder will be rebuilt when you start SSMS. You will lose your connected server history, but you should retain recent files, etc.
For SQL 2005, delete the file:
C:\Documents and Settings\(UserLogin)\Application Data\Microsoft\Microsoft SQL Server\90\Tools\Shell\mru.dat
For SQL 2008, they changed the name of the file:
C:\Documents and Settings\(UserLogin)\Application Data\Microsoft\Microsoft SQL Server\100\Tools\Shell\SqlStudio.bin
Lowell
September 20, 2010 at 1:00 am
smith.liu328 (9/19/2010)
This has been solved, thanks guys
Hi Smith
Please let us know what you done for the solution.
Please ...
Thanks
Ali
MCTS SQL Server2k8
September 20, 2010 at 3:24 am
Just like Lowell said, delete the file,all instance disappear.
I did not realized the file contains these instance name are related with user account, i thought these information are kept in registry.
September 20, 2010 at 3:30 am
Hi
Smith
Ok I got it , Thanks
Ali
MCTS SQL Server2k8
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply