You cannot attach Access databse file (*.mdb/*.mde) to SQL Server/MSDE, they
are completely different thing , except for being called "database" and
being from MS. But you can use any available tools you know to transfer the
Access database (structure and/or data) to a database on MSDE. If you have
Access2K or later, open the Access *.mdb file, click menu "Tools->Database
Utilities->Upsizing Wizard...". It will lead you to "Upsize" your Access
database to SQL Server/MSDE database. After running the wizard, you may
still need to do some manual changes on the newly created database on MSDE
to make sure PK/Index, data types are OK, and since Access queries may not
may not be transferred into the database on MSDE, you definitely have
re-write some or all of queries you used in the Access file with views or
stored procedures in MSDE.
[quoted text, click to view] "Cedric Boo via SQLMonster.com" <forum@SQLMonster.com> wrote in message
news:aa84e44efc594341b542ca374dd4a3df@SQLMonster.com...
> I have a program installation setup that comes with a default MS Access
Database. How do I attach this default database into MSDE on my server?
>
> --
> Message posted via
http://www.sqlmonster.com