title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | ms.collection | ms.custom | helpviewer_keywords | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Migrating Access Data into SQL Server - Azure SQL Database (AccessToSQL) |
Migrating Access Data into SQL Server - Azure SQL Database (AccessToSQL) |
cpichuka |
cpichuka |
01/19/2017 |
sql |
ssma |
conceptual |
|
|
|
After you have successfully created the database objects into [!INCLUDEssNoVersion], you can migrate data from Access to [!INCLUDEssNoVersion] or SQL Azure.
Before you migrate data into [!INCLUDEssNoVersion] or SQL Azure, review the project migration options in the Project Settings dialog box. In this dialog box, you can set the migration batch size, table locking, constraint checking, insertion trigger firing, identity and null value handling, and how to handle dates that are out of the [!INCLUDEssNoVersion] range. For more information, see Project Settings (Migration).
Migrating data is a bulk-load operation that moves rows of data into [!INCLUDEssNoVersion] or SQL Azure in transactions. The number of rows to be loaded into [!INCLUDEssNoVersion] or SQL Azure in each transaction is configured in the project settings.
To view migration messages, make sure the Output pane is visible. If it is not, on the View menu, select Output.
To migrate data
-
Make sure you have loaded the Access database objects into [!INCLUDEssNoVersion] or SQL Azure.
-
In Access Metadata Explorer, select the objects that contain the data that you want to migrate:
-
To migrate data for an entire database, select the check box next to the database name.
-
To migrate data from individual tables, expand the database, expand Tables, and then select the check box next to the table. To omit data from individual tables, clear the check box.
-
-
Right-click Databases and then select Migrate Data.
You also can migrate data outside of SSMA by using the [!INCLUDEssNoVersion] bcp command-line utility or [!INCLUDEssISnoversion]. For more information about these tools, see [!INCLUDEssNoVersion] Books Online.
If you have Access database applications that you want to continue to use after migration, link the Access database tables to the [!INCLUDEssNoVersion] or SQL Azure tables. For more information, see Linking Access Applications to SQL Server.
Migrating Access Databases to SQL Server
Setting Conversion and Migration Options