|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
SQL Server Database Convert to MS AccessI 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? Perhaps this will help:
http://www.sqljunkies.com/Article/BD909D1E-3EA1-4323-889E-5E3A5415B977.scuk -- Show quoteHide quoteKeith "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? Sorry, I read your original post before I was fully awake.
-- Keith "Keith Kratochvil" <sqlguy.bac***@comcast.net> wrote in message http://www.sqljunkies.com/Article/BD909D1E-3EA1-4323-889E-5E3A5415B977.scuknews:OlJ6gfCFFHA.3596@TK2MSFTNGP12.phx.gbl... > Perhaps this will help: > 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? > 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?
Other interesting topics
How get column headers in QA CSV export
if elseif .. in Store procedure: DTS Programming Question -- how to remove custom transformations SQL Mail and Replication Alerts Errors in the trace from Enterprise manager windows 2003 and Sqlserver2000 Sp and Jobs Backup job Fails every time: Database Backup & Restore Replication initializing |
|||||||||||||||||||||||