instance list
jrandall
Posts: 35
How does one manage the SQL Server instance list? I want to delete/drop a SQL Server instance ( 2 actually) that no longer exists. I can add an instance, how do I drop one?
Comments
From what I'm aware there isn't a guaranteed way of removing servers from this list. It seems to get cached eventually disappears after a period of time. Have you tried rebooting the machine that runs SQL Dependency Tracker? I know that has worked previously but not all of the time.
Sorry I can't be more help!
Redgate Foundry
Do you have those servers still added to SSMS/Enterprise Manager/Query Analyzer? If they are added there that would cause them to always appear in the Dependency Tracker list. Removing them may do the trick. Also if you let SSMS/EM search for servers do those appear?
Thanks
Redgate Foundry