|
-
Jul 20th, 2004, 09:44 AM
#1
Thread Starter
Frenzied Member
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.
-
Jul 20th, 2004, 09:52 AM
#2
I wonder how many charact
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...
-
Jul 20th, 2004, 12:34 PM
#3
Thread Starter
Frenzied Member
righto. unfortunately, sql server doesn't come cheap. i dind't know that msde saved the databases as mdf. interesting.
-
Jul 20th, 2004, 12:41 PM
#4
you dont need SQL Server at all for MSDE, that is the whole point of MSDE
-
Jul 20th, 2004, 01:38 PM
#5
Thread Starter
Frenzied Member
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.
-
Jul 20th, 2004, 01:51 PM
#6
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
-
Jul 20th, 2004, 02:02 PM
#7
Frenzied Member
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.
-
Jul 20th, 2004, 03:35 PM
#8
Thread Starter
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|