How to enumerate the databases in network
Database
2
Posts
2
Posters
0
Views
1
Watching
-
hi all i tried to find the existing sqlservers in the network, Eammonn Murray's article helped me to find the existing sql servers, but it didnt deducted the existing databases in the network, can any body help . Thanks in adv
kssk
Eammonn Murray's article helped me to find the existing sql servers,
but it didnt deducted the existing databases in the network,Databases exist within a SQL Server instance. You ought to enumerate the Servers first, and query the master DB in each server to find the list of databases available in that particular server. Ofcourse, you need valid credentials to log in into each server.
SG Cause is effect concealed. Effect is cause revealed.