Results 1 to 8 of 8

Thread: msde [RESOLVED]

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489

    msde [RESOLVED]

    does anyone have any info on how to include the msde with an application and how to setup the databases for the end user prior to them using the application? preferably in the background without them seeing this.

    also, how do you include the engine with a setup package?
    Last edited by Andy; Aug 13th, 2004 at 11:59 AM.

  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    You would have to include the MSDE setup installer within your install package ( CustomAction for VS Deployment packages).

    You could then use vbscript to attach the mdf file to the newly installed sql server.

    It would all work best if they had a SQLServer already installed though...

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489
    righto. unfortunately, sql server doesn't come cheap. i dind't know that msde saved the databases as mdf. interesting.

  4. #4
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373
    you dont need SQL Server at all for MSDE, that is the whole point of MSDE

  5. #5

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489
    thats what he meant. if the end user already has SQL server, it would be better than having to include the msde and all the jazz that's involved.

  6. #6
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373
    well you probably won't do that very easily "behind the scenes". If a company already has SQL Server running, I would hope they had a DBA or someone who at least knows what they are doing (IE not an end user) in charge of that DB. Your app probably would not install on it as it would need permissions, etc.

    You are better off just using MSDE with the app. The only place it will be more cumbersome would be when having people DL your app, because it will add to the size, but as far as distribution on CD, its really no issue

  7. #7
    Frenzied Member
    Join Date
    Mar 2004
    Location
    Orlando, FL
    Posts
    1,618
    Have you looked at the SQL-DMO at all for setting up the database once it is installed?
    Sean

    Some days when I think about the next 30 years or so of my life I am going to spend writing code, I happily contemplate stepping off a curb in front of a fast moving bus.

  8. #8

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489
    Originally posted by SeanGrebey
    Have you looked at the SQL-DMO at all for setting up the database once it is installed?
    what's the sql-dmo?

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