Results 1 to 4 of 4

Thread: Deploy Application With Database

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2007
    Posts
    530

    Deploy Application With Database

    Hi ,

    I have done an application using vb.net 2003 & I have database in SQL server 2000 ,

    I connect to the sql database using
    Data Source=(local);database=MyBase

    so i need when i deploy my application

    It will create this database

    i dont know how can i get the database from SQL server 2000
    when i have the installation ?


    Thanks !

  2. #2
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Deploy Application With Database

    Either you deploy an empty database file or the SQL to create the file then execute the SQL.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2007
    Posts
    530

    Re: Deploy Application With Database

    Hi randem ,

    I dont know exactly if that what i need

    let's say i the database in SQL Server 2000 & i have a Application or Website That use this query

    what i need is during the deployment of the project to save the database with it

    Thanks !

  4. #4
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Deploy Application With Database

    That uses what query???? We are talking about deployment, correct? Usage is something entirely different.

    For deployment:

    • Export the Create SQL for the database thru the SQL Server Interface. This will be the SQL script that you use to create your database on the target system.


    • Create an Empty database on your development system. Back it up. Deploy the backed up database. Thru the SQL Server Interface you restore the database on the target system.

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