Hi
i wnat to display the Remote machine SQL instances using SMO .How to do this one.
Suppose i am using the machine machine 1 from this machine i want to display the remote machine(ex machine2) SQL instances using smo how to this ??
i am using SmoApplication.EnumerateSqlServers(true)
this dispalys only the local instances. false displays the network instances and
SmoApplication.EnumerateSqlServers(string x) displays the only that named instaces of a local machine.
But when i give machine name it shoud display the instances installed on that machine how to do this using SMO objects??
Help me ....
Thanks in advance