Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sql .bak into .mdb

Status
Not open for further replies.

EnergyTed

Programmer
Jan 27, 2005
68
GB
I have a .bak sql server 2005 file I would like to convert into access. Can anyone inform me if this is possible and of the steps involved. I am using Access 2007 on a stand alone pc.


Kind Regards

Ted
 
Download and install free SQL Server Express

create a new db and then restrore over it your .bak file

Create an odbc connection to the database you've just installed

Create an access db and connect to the tables in the OBDC connection

Write a funky function to loop through all tables and executre a make table of * on each one.

Sounds like lots of work but it's no drama mate, wont take long

JB

 
Thats great, but can I set up a serveror a local connection on my stand alone pc when I install sql server express?
 
Ok, can you provide some brief steps on how to configure or create a new db within ssmse. It is looking for a server to connect to. I do not know how to set this up?
 
This is a bit off post for an access forum mate, start a thread somewhere in another forum and post it back here so we can continue... But to answer your question, just press connect, your pc becomes the SQL server after installing the software. Something like [yourcompname]\SQLEXPRESS all in UPPER CASE with windows authentication turned on.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top