Managing Sql 2000 with VS.NET 2003

  • Hi, i need to manage a sql server istance with VS.NET 2003 like i used to do in VB6 with SQL-DMO.

    Is It Possible?

    More specific i need to backup a remote db e restore it over a local db.

    Ho dow i?

    Thanks

    Paolo

  • Just like VB6: set a reference to the SQL-DMO COM library.  COM-Interop will take care of the plumbing.  You may even be able to upgrade much of your VB6 project directly from VS.Net 2003.

    -Eddie

    Eddie Wuerch
    MCM: SQL

  • Yes, but i hoped there was a .NET object similar to SQL-DMO.

    SQL-DMO is not so easy to deploy.

    Thanks

    Paolo

  • Check out Microsoft KB article 326613. It tells you which DLLs from SQL Server to package up into an MSI for distribution.

     

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply