I want to list all instances on a given server. Also I want to list all databases in a given server.
When I login through SSMS unless I specify the SQL Server instance I am unable to see all the databases.
Example:- SSMS->MSZIMBA01 ( I can see only system tables why is that ?)
SSMS->MSZIMBA01\DEV1 ( I can see the databases in dev 1)
Suppose it has 10 other dev instances how to list all of them . Thanks for your answer in advance.