Search results for query: *

  1. phatnq2002

    Backup and Restore database using SQLDMO Class

    I've interesting in this problem, but I do not know how to do. Who help me? Thanks. :)
  2. phatnq2002

    List of SQL Servers

    Is this your need? Imports Microsoft.VisualBasic Imports System.Data Imports System.Text Imports System.Data.OleDb Imports SQLDMO Function 1: Public Function ListofServers() As Boolean Dim dmo As New SQLDMO.Application Dim lst As NameList lst = dmo.ListAvailableSQLServers() If lst.Count =...
Back
Top