Is it possible to get list of all sql server instances from all the servers located remotely but on same network ?only thing i know is the server names but each server has different named instances.One way to do is remote RDP/login into the server and go to services.msc and check sql server instance name or open ssms.but to do this on 100 servers will be tedious and wondering if there is command or script i can run from local machine which checks all the servers on network and collect the name of all sql server instances.
↧