Results 1 to 5 of 5

Thread: Deploy My Program?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2002
    Location
    UK
    Posts
    107

    Deploy My Program?

    I wish to deploy my program to others, but before I can do that I require the use of an MSSQL desktop engine to be installed on the users computer along with my database stored on it.

    Any ideas on where I would start to automate the installation of this?
    I am not suffering from insanity......... ...........I am loving every minute of it.

  2. #2

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Deploy My Program?

    Moved to application deployment

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jul 2002
    Location
    UK
    Posts
    107

    Re: Deploy My Program?

    Wow - Application deployment section, didnt even know that existed. LOL, so lets see - lets say by some miracle I manage to get MSDE installed - how do I go about putting my database into it via code?
    I am not suffering from insanity......... ...........I am loving every minute of it.

  5. #5
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Deploy My Program?

    I haven't used MSDE so cannot tell you for sure but normally you would create some script to create entire schema including tables/views/indexes/stored procs/etc... You may create multiple scripts but the idea is the same. Scipts can be excuted manually (you'll have send some detailed instructions to your users) or via code and/or batch.

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