Packaging Databases

  • Hello!

    We have a setup for distributing our app and currently are attaching the database thru an external utility rather than doing it within the setup. There are a lot of tables and scripts. What is the best way to achieve this?

    A quick response will be appreciated. Thanks.

  • This was removed by the editor as SPAM

  • I think you should script the entire datavase with EM, and then after the installation of you app, run a osql that calls the file you created before. With SQL Server there's no way to script the inserts of the records in your database. So i would suggest SQLDump tool, to do this.

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

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