Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ADO.NET and SQLDMO

Status
Not open for further replies.

tyreejp

Programmer
Apr 20, 2005
114
US
I've used the SQLDMO library in the past in a .NET program to scan the network for available SQL Servers running. I'm not the biggest fan of mixing .NET and COM. Does anyone know if there's anything built into the 2.0 Framework that has similar functionality?

tia

James

--
James
 
I don't know of any new solutions, but I wouldn't be that worried about mixing COM into .Net (going the other way can be a bit tedious though). A lot of the .Net library is just wrappers over the traditional COM layer anyways.

-Rick

VB.Net Forum forum796 forum855 ASP.NET Forum
[monkey]I believe in killer coding ninja monkeys.[monkey]
 
What about just scanning for servers open on 1433 to find your SQL boxes? Guaranteed to catch your network admin's attention.

Brian Begy
BugSentry - Automatic error reporting
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top