You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. You can change the type mapping for each table by selecting the table in the **Oracle Metadata explorer**.
70
+
71
+
72
+
48
73
### Convert
49
74
50
75
To convert database objects, follow these steps:
51
76
52
-
1. Select **Connect to Azure SQL Database** and provide connection details.
53
-
1. Right-click the database in **Access Metadata Explorer** and choose **Convert schema**.
77
+
1. Select **Connect to SQL Server** and provide connection details.
78
+
79
+
80
+

81
+
82
+
1. Right-click the database in **Access Metadata Explorer** and choose **Convert schema**. Alternatively, you can choose **Convert schema** from the top line navigation bar after choosing your database.
83
+
84
+

1. (Optional) To convert an individual object, right-click the object and choose **Convert schema**. An object that has been converted appears bold in the **Access Metadata Explorer**:
95
+
96
+

97
+
55
98
1. Select **Review results** in the Output pane, and review errors in the **Error list** pane.
56
99
57
100
@@ -62,11 +105,30 @@ After you have completed assessing your databases and addressing any discrepanci
62
105
To migrate data by using SSMA for Access, follow these steps:
63
106
64
107
1. If you haven't already, select **Connect to SQL Server** and provide connection details.
65
-
1. Right-click the database from the **Azure SQL Database Metadata Explorer** and choose **Synchronize with Database**. This action publishes the MySQL schema to Azure SQL Database.
108
+
109
+
1. Right-click the database from the **SQL Server Metadata Explorer** and choose **Synchronize with Database**. This action publishes the MySQL schema to SQL Server.
110
+
111
+

112
+
113
+
Review the synchronization with the database:
114
+
115
+

116
+
66
117
1. Use **Access Metadata Explorer** to check boxes next to the items you want to migrate. If you want to migrate the entire database, check the box next to the database.
67
118
1. Right-click the database or object you want to migrate, and choose **Migrate data**.
68
119
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.

126
+
127
+
1. Connect to your SQL Server using [SQL Server Management Studio](/sql/ssms/download-sql-server-management-studio-ssms) to review data and schema on your SQL Server instance.
128
+
129
+

0 commit comments