Migrate / Read Access data file(s) in SQL Server

  • Thread starter Thread starter dba_222
  • Start date Start date
D

dba_222

Dear Experts,

I have some Access .mde files from a custom application.

The runtime version of Access is 2002. I don't have
a developer's version of Access. I also don't have the
schema design of the app.

I'd like to import or migrate the data file into SQL Server
schemas (databases) somehow. Or, another database
like Oracle.

Is it possible to do this from SQL Server?
What is the buzzword that I can search on?
Is there a link you can forward?

Thanks a lot!
 
Dear Experts,

I have some Access .mde files from a custom application.

The runtime version of Access is 2002. I don't have
a developer's version of Access. I also don't have the
schema design of the app.

I'd like to import or migrate the data file into SQL Server
schemas (databases) somehow. Or, another database
like Oracle.

Is it possible to do this from SQL Server?
What is the buzzword that I can search on?
Is there a link you can forward?

Thanks a lot!
 
you should use DTS or something similiar in order to import all of your
Access Databases into SQL Server
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top