Hi,
I need to obtain the sql server name of a server based on its DNS name.
I have looked at the system.net methods
But they return ReportServer.Group.Local rather than the sql server name SQL0001.Code:servername = Dns.GetHostEntry("ReportServer") servername = Dns.GetHostByName("ReportServer")
Is there another method I could try?



Reply With Quote
