|
-
Feb 20th, 2009, 09:31 PM
#1
Thread Starter
New Member
How to Install Sql
I need to install sql with my vb app.
Can someone recommend a tutorial?
-
Feb 20th, 2009, 09:58 PM
#2
Hyperactive Member
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.
-
Feb 21st, 2009, 12:15 AM
#3
Re: How to Install Sql
Welcome to the forums!
Here's another one.
-
Feb 21st, 2009, 11:35 AM
#4
Thread Starter
New Member
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?
 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 
-
Feb 21st, 2009, 01:08 PM
#5
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).
-
Feb 21st, 2009, 02:41 PM
#6
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|