Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Install SMO or Alternative?
Message
De
14/03/2011 17:41:45
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Titre:
Install SMO or Alternative?
Versions des environnements
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01503651
Message ID:
01503651
Vues:
133
Hello Everybody.

I am currently writing my own setup/install routine. Mostly because it’s a very complex installation and I don't know how and if this can be done with the free install shield version.

In this vb.net application, one part handles the SQL setup. For this, the program needs to:
  • collect all installed SQL instances on the network
  • test connection string
  • create a new database, table, views, UDF, and Database User
  • list existing Databases and their tables
    Currently I accomplish this via the SMO namespace. It works great!

    However, it only works great on my development machine because SMO is installed here through an SQL installation.

    The installation must be able to do all this without having to install an SQL (or express) instance.

    So, here are my questions:
  • how to install "only" SMO manually?
  • is there an alternative and/or a better way to accomplish the above tasks?

    As always I truly appreciate your help!
  • Suivant
    Répondre
    Fil
    Voir

    Click here to load this message in the networking platform