Home All Groups Group Topic Archive Search About

SQL Server Database Convert to MS Access

Author
16 Feb 2005 1:01 PM
shekarchian
I want 2 convert a sql server database to ms access data base completely,
with all relations and foreign keys. Are there any tools for this conversion?
Author
16 Feb 2005 1:00 PM
Keith Kratochvil
Perhaps this will help:
http://www.sqljunkies.com/Article/BD909D1E-3EA1-4323-889E-5E3A5415B977.scuk

--
Keith


Show quoteHide quote
"shekarchian" <shekarch***@discussions.microsoft.com> wrote in message
news:C9E86F34-83C2-45AF-BDBD-34E76D5FE279@microsoft.com...
> I want 2 convert a sql server database to ms access data base completely,
> with all relations and foreign keys. Are there any tools for this
conversion?
Are all your drivers up to date? click for free checkup

Author
16 Feb 2005 6:34 PM
Keith Kratochvil
Sorry, I read your original post before I was fully awake.

--
Keith


"Keith Kratochvil" <sqlguy.bac***@comcast.net> wrote in message
news:OlJ6gfCFFHA.3596@TK2MSFTNGP12.phx.gbl...
> Perhaps this will help:
>
http://www.sqljunkies.com/Article/BD909D1E-3EA1-4323-889E-5E3A5415B977.scuk
Show quoteHide quote
>
> --
> Keith
>
>
> "shekarchian" <shekarch***@discussions.microsoft.com> wrote in message
> news:C9E86F34-83C2-45AF-BDBD-34E76D5FE279@microsoft.com...
> > I want 2 convert a sql server database to ms access data base
completely,
> > with all relations and foreign keys. Are there any tools for this
> conversion?
>
Author
16 Feb 2005 3:31 PM
Mary Chipman [MSFT]
Unfortunately, no. Most people go the other way, converting an
Access/Jet application to use a SQL Server back-end. One technique
that might speed things up is to create a new Access mdb and link to
the SQL Server tables you wish to import. You can then create a series
of MakeTable queries in Access to create the tables and load the data.
However, you will need to recreate all keys, indexes, validation
rules, etc., manually.

--Mary

On Wed, 16 Feb 2005 05:01:08 -0800, "shekarchian"
<shekarch***@discussions.microsoft.com> wrote:

Show quoteHide quote
>I want 2 convert a sql server database to ms access data base completely,
>with all relations and foreign keys. Are there any tools for this conversion?

Bookmark and Share