How to import MS Access database into SQL Server 2005

  • Hello,

    I have a database MS access: test.mdb.

    Is it possible to attach to SQL SERVER 2005, or any other solution ?

     

    Thank

  • Are you just transferring the data or the whole access application.

  • I need to transfer all the application:

    structure and data.

    How to do it?

    Thank

  • For data create a new table on you SQL 2005. Right click, import, choose MS Access and follow the dialog.

  • within access you can do the database upgrade wizard.

    from within sql you can do an import data (and select all the objects you want)

     

  • Hello,

    thank, from SQL Server I know that I can use SSIS, but I loose FK.

    So I try to start database upgrade wizard (I never used), where i find it?

    Thank 

  • You can also use SQL data import export feature. Just create a new database (in which you want to import your access file) with options you like; default would be ok. Now after sql server is done creating the database ... right click and All Tasks > Import data and go on with standard eay to use steps ... remember to choose transfer objects withd data when prompt. In case of any issues give us a post back .

    I hope it works for you.


    FP

    True Love is Like A Ghost. Everyone Talks About It & Nobody have seen it.

  • Thank to everybody

  • Useful tool for everybody:

    http://www.microsoft.com/sql/solutions/migration/access/default.mspx

    from Access forum

Viewing 9 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic. Login to reply