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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

To import Data from mdf file to Access.

Status
Not open for further replies.

ragpark

Programmer
Jun 19, 2001
7
IN
How do I import data from an SQL server's data file (*.mdf)
to an Access Database directly with out using the SQL server? That is I do not want recover it into SQL Database
and then importing to Access.
 
You can't import to Access from a SQL Server MDF file. You need to run SQL Server and have the MDF file attached as a database.

However, the good news is you may not need the full version of SQL Server. You may be able to use MSDE. If you don't know what MSDE is check this link.

SQL Server 2000 Desktop Engine (MSDE 2000)
Terry L. Broadbent
FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top