vote up -1 vote down star

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

flag

37% accept rate
why do you post your question twice? stackoverflow.com/questions/1097010/… – devio Jul 8 at 13:16

1 Answer

vote up 0 vote down

you can't. smo uses UDP ping to check for sql server. plus this only works inside your domain (no vpn) and on non firewalled sql servers.

link|flag
is there any alternative to do this with in same domain??? – Cute Jul 8 at 6:27
what do you mean? it does work within a domain. – Mladen Prajdic Jul 8 at 14:00

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.