943,070 Members | Top Members by Rank

Ad:
  • MS SQL Discussion Thread
  • Marked Solved
  • Views: 17651
  • MS SQL RSS
You are currently viewing page 1 of this multi-page discussion thread
May 1st, 2009
0

how to convert sql server database to access database

Expand Post »
Hi
I want to convert Sql Server Database to Access Database ,


I have one database and it has different tables and view also.

please help me how to do this ?
Similar Threads
Reputation Points: 10
Solved Threads: 0
Junior Poster in Training
bimaljr is offline Offline
51 posts
since Oct 2006
May 1st, 2009
0

Re: how to convert sql server database to access database

Make a new Access database. Go to the tables tab and right click in the large whitespace area. Select Import. You'll need an odbc connection to your SQL database. You can import all of your tables at once.

For your views, I would try copying and pasting the views SQL into queries. I don't think it will work to import them as queries, and there will probably be some differences in the SQL between Access and MS SQL.

galaxygal
Reputation Points: 10
Solved Threads: 1
Newbie Poster
galaxygal is offline Offline
12 posts
since Feb 2008
May 5th, 2009
0

Re: how to convert sql server database to access database

Thanks
It works
Reputation Points: 10
Solved Threads: 0
Junior Poster in Training
bimaljr is offline Offline
51 posts
since Oct 2006
Jun 13th, 2009
0

Re: how to convert sql server database to access database

Additionally, if you have to perform this task any more, its quite easy to build a SSIS package to do it for you. That way having a fresh new Access DB is only a click away.
Reputation Points: 15
Solved Threads: 9
Junior Poster
cutepinkbunnies is offline Offline
143 posts
since Apr 2006
Jun 15th, 2009
0

Re: how to convert sql server database to access database

Thanks
Reputation Points: 10
Solved Threads: 0
Junior Poster in Training
bimaljr is offline Offline
51 posts
since Oct 2006
Mar 17th, 2010
-1
Re: how to convert sql server database to access database
primary key is not available in th access database that available in sql server. how i solve this.
Last edited by senthilnathan.r; Mar 17th, 2010 at 4:36 am.
Reputation Points: 10
Solved Threads: 1
Newbie Poster
senthilnathan.r is offline Offline
1 posts
since Mar 2010
Jun 20th, 2010
-1
Re: how to convert sql server database to access database
anyone know how to do this in coding vb.net????
Reputation Points: 10
Solved Threads: 1
Light Poster
shuhana84 is offline Offline
25 posts
since Jun 2010
Aug 19th, 2010
0
Re: how to convert sql server database to access database
Primary Key in SQL Server is call Identity (as far as I Know), and the PK in Access is called, well, Primary Key, you just right click in the field you want it to be Pkey and activate the golden key icon; this is donde under Design View.
Remember to set the pkey to int and autoincremetal, to be compliant whit the atomic properties of a DB.

Hopes this helps

In vb.net, for the structures and data, well, i think that simple SQL queries will do. Just CREATE TABLE XYZ all the tables that are in SQL Server and INSERT INTO... the data.
Reputation Points: 10
Solved Threads: 1
Newbie Poster
el_vala is offline Offline
6 posts
since Aug 2010
Aug 19th, 2010
0
Re: how to convert sql server database to access database
Click to Expand / Collapse  Quote originally posted by el_vala ...
Primary Key in SQL Server is call Identity (as far as I Know), and the PK in Access is called, well, Primary Key, you just right click in the field you want it to be Pkey and activate the golden key icon; this is donde under Design View.
Remember to set the pkey to int and autoincremetal, to be compliant whit the atomic properties of a DB.

Hopes this helps

In vb.net, for the structures and data, well, i think that simple SQL queries will do. Just CREATE TABLE XYZ all the tables that are in SQL Server and INSERT INTO... the data.
tq..
Reputation Points: 10
Solved Threads: 1
Light Poster
shuhana84 is offline Offline
25 posts
since Jun 2010
Feb 2nd, 2011
0
Re: how to convert sql server database to access database
Thanks a lot
Reputation Points: 10
Solved Threads: 1
Newbie Poster
Mishel_g is offline Offline
1 posts
since Feb 2011

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in MS SQL Forum Timeline: Importing xml into sql server 2008
Next Thread in MS SQL Forum Timeline: odbc driver for mdf files in xp





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC