Results 1 to 6 of 6

Thread: How to Install Sql

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2009
    Posts
    2

    How to Install Sql

    I need to install sql with my vb app.
    Can someone recommend a tutorial?

  2. #2
    Hyperactive Member snakeman's Avatar
    Join Date
    Aug 2006
    Posts
    351

    Re: How to Install Sql

    here you can download The SQL Server 2005 Express Edition Or Sql Server 2008 Express Edition
    and watch A good video lessons on how to use the sql server in your App or Website
    here
    SQL Server Express Learn

    i hope this helps

    if i helped you please rate
    Last edited by snakeman; Feb 21st, 2009 at 01:34 AM.

  3. #3
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: How to Install Sql

    Welcome to the forums!

    Here's another one.
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  4. #4

    Thread Starter
    New Member
    Join Date
    Feb 2009
    Posts
    2

    Re: How to Install Sql

    Sorry, I wasn't specific enough. I need to deploy sql server express.
    I am creating a vb.net application to distribute.
    This application requires sql server. I would like to have the end user install, in addition to the application, sql server express and run a .sql script to install the db and tables.
    What is the best method to do this?

    Quote Originally Posted by snakeman
    here you can download The SQL Server 2005 Express Edition Or Sql Server 2008 Express Edition
    and watch A good video lessons on how to use the sql server in your App or Website
    here
    SQL Server Express Learn

    i hope this helps

    if i helped you please rate

  5. #5
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: How to Install Sql

    From what I've seen the deployment options for VB.Net programs already include the option for SQL Server Express - you just need to tick a box while creating the package.

    As for running the script, I would recommend doing that when your program is first run (and save a value in your settings so you know it has been done).

  6. #6
    A SQL Server fool GaryMazzone's Avatar
    Join Date
    Aug 2005
    Location
    Dover,NH
    Posts
    7,493

    Re: How to Install Sql

    Or optionially create a backup of your empty database. Distribute that backup with the app. Include a method in your app to perform Backup and restore of database. Have the user perform a restore of the inital backup on first run of the application
    Sometimes the Programmer
    Sometimes the DBA

    Mazz1

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width