SIGN UP MEMBER LOGIN:    
ARTICLE

How To Transfer Access database to SQL Server

Posted by Brijesh Jalan Articles | Microsoft Access July 21, 2010
In this article we will learn how to convert MSACCESS database to SQLSERVER database.
 
Reader Level:

In this we will learn how we use the access database over sql server.

  1. Open SQL server Management studio and connect to the database
  2.  
  3. Inside the Database click on new database
    _i1.jpg 
  4. Now Select a access database


    _i2.jpg 
     
  5. Now choose a data source in access and select a Microsoft access
    _i3.jpg
     
  6. click on Browse and navigate to the Access database you want to import and click Open
     
  7. Go ahead and click Next to choose the destination and you right-clicked on the database you wanted to import the data into, it should already be picked in the list.

    _i5.jpg
  8. 7.Click Next and then specify how you want to transfer the data from Access to SQL by choosing either Copy the data from one or more tables or write a query..

    i6.jpg

  9. Now click the edit button

    i7.jpg

  10. click Next and then choose whether to execute immediately or to save it as a file to perform later.

    i8.jpg
     

  11. After it is completed, you'll see the number of rows transferred for each table in the Message column.

    i9.jpg
     

  12. Click Close and you should now have all of your Access data nicely imported into a SQL Server 2008 database, which you can then use..

     

share this article :
post comment