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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mpalmer78

  1. mpalmer78

    Determine if SQL server is on network in VB.NET 2003

    Try this instead.... Dim sqlApp As New SQLDMO.Application Dim NL As SQLDMO.NameList Dim a As Integer NL = sqlApp.ListAvailableSQLServers For a = 1 To NL.Count cboServers.Items.Add(NL.Item(a).ToString) Next (All I added was...

Part and Inventory Search

Back
Top