Get SQL Server List using SQL DMO

נעול Get SQL Server List using SQL DMO

  • lunedì 11 maggio 2009 12:50
     
     
    I am Creating a DB Manager Project in which I'm usiung :

      Dim dtlSQLServers As DataTable
      dtlSQLServers = SmoApplication.EnumAvailableSqlServers(False)

    but I am facing a problem with that,
    If the Computer is connected under domain then No Server Name Found.

    So, what is the problem,What can I do now?