connexion SQL server 2005 express-Visual VB.NET 2008

  • hi guys,

    I have create my database avec SQL server Mangement studio 2005 Express and I have 2 issues:

    -I have authentification windows comme nom du serveur and I would import my database to a server created by mine.HOW SHALL I CREATE A NEW SERVER?-I would connect this database to my apllication with VB.NET 2008

    pls help me to

    thks

  • -I have authentification windows comme nom du serveur and I would import my database to a server created by mine.HOW SHALL I CREATE A NEW SERVER?

    You can create a new server installing the appropriate SQL Server version and edition on a machine you choose.

    What's the problem with it? Do you have trouble installing SQL Server?

    -I would connect this database to my apllication with VB.NET 2008

    There's plenty of resources to build up a connection string for VB.Net.

    Example:

    http://www.connectionstrings.com/

    Just pick your configuration and go with the examples.

    Hope this helps

    Gianluca

    -- Gianluca Sartori

  • thks but for the creating of a new server,should I desinstall my SQL server to choose another server or what's the solution,I am a debutant in this field

    thks

  • If you are working on the same phisical machine, you should install a new instance of SQLServer, exactly as you installed the first one. You don't have to uninstall anything: just go and install a new instance.

    -- Gianluca Sartori

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

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