Download How to Import MDB files to SQL Server 2008 R2

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Tandem Computers wikipedia , lookup

DBase wikipedia , lookup

Serializability wikipedia , lookup

Entity–attribute–value model wikipedia , lookup

IMDb wikipedia , lookup

Extensible Storage Engine wikipedia , lookup

Oracle Database wikipedia , lookup

Functional Database Model wikipedia , lookup

Team Foundation Server wikipedia , lookup

Ingres (database) wikipedia , lookup

Btrieve wikipedia , lookup

Database wikipedia , lookup

Microsoft Access wikipedia , lookup

Concurrency control wikipedia , lookup

SQL wikipedia , lookup

Relational model wikipedia , lookup

Database model wikipedia , lookup

PL/SQL wikipedia , lookup

Microsoft SQL Server wikipedia , lookup

Microsoft Jet Database Engine wikipedia , lookup

Open Database Connectivity wikipedia , lookup

Clusterpoint wikipedia , lookup

ContactPoint wikipedia , lookup

Transcript
How to Import MDB files to SQL Server 2008 R2 Simplified Version: 1. Make sure that ODCB connection to Microsoft Access has already existed (if you installed MS Office before, it should be already done) 2. Open SQL Server and Create a new database 3. Import MDB file to the new database Verbose Version: 1. Go to Control Panel / Administrative Tools / Data Sources (ODBC) Make sure MS Access Database is there. If not, install Microsoft Access first. 2. Open MS SQL Server and create a new database with any name New database is established. (May need right click Database then Refresh) 3. Right click the new database, click Tasks, then Import Data 4. Import MDB to SQL Server as follows: 5. Done! Let’s do some test.