Skip to content

Commit e24fc3a

Browse files
authored
Merge pull request #18841 from MashaMSFT/sqlaccess
added access to sql server guide images
2 parents a16540b + f9e282e commit e24fc3a

17 files changed

Lines changed: 66 additions & 4 deletions

docs/sql-server/migrate/guides/access-to-sql-server.md

Lines changed: 66 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,61 @@ By using SQL Server Migration Assistant (SSMA) for Access, you can review databa
4040
To create an assessment, follow these steps:
4141

4242
1. Open [SQL Server Migration Assistant for Access](https://www.microsoft.com/download/details.aspx?id=54255).
43-
1. Select **File** and then choose **New Project**. Provide a name for your migration project.
43+
1. Select **File** and then choose **New Project**. Choose your migration target and provide a name for your migration project.
44+
45+
![New Project](./media/access-to-sql-server/new-project.png)
46+
4447
1. Select **Add Databases** and choose the databases to add to your project.
48+
49+
![Add databases](./media/access-to-sql-server/add-databases.png)
50+
4551
1. In **Access Metadata Explorer**, right-click the database you want to assess, and then choose **Create report**.
52+
53+
![Create Report](./media/access-to-sql-server/create-report.png)
54+
4655
1. Review the assessment report. For example:
4756

57+
![Sample Report](./media/access-to-sql-server/sample-report.png)
58+
59+
### Validate data types
60+
61+
Validate the default data type mappings and change them based on requirements if necessary. To do so, follow these steps:
62+
63+
1. Select **Tools** from the menu.
64+
1. Select **Project Settings**.
65+
1. Select the **Type mappings** tab.
66+
67+
![Type Mappings](./media/access-to-sql-server/type-mappings.png)
68+
69+
1. You can change the type mapping for each table by selecting the table in the **Oracle Metadata explorer**.
70+
71+
72+
4873
### Convert
4974

5075
To convert database objects, follow these steps:
5176

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+
![Connect to SQL Server](./media/access-to-sql-server/connect-to-sql-server.png)
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+
![Convert the schema](./media/access-to-sql-server/convert-schema.png)
85+
86+
Compare converted queries to original queries:
87+
88+
![Compare converted queries ](./media/access-to-sql-server/query-comparison.png)
89+
90+
Compare converted objects to original objects:
91+
92+
![Review converted objects](./media/access-to-sql-server/table-comparison.png)
93+
5494
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+
![Bold objects in metadata explorer have been converted](./media/access-to-sql-server/converted-items-bold.png)
97+
5598
1. Select **Review results** in the Output pane, and review errors in the **Error list** pane.
5699

57100

@@ -62,11 +105,30 @@ After you have completed assessing your databases and addressing any discrepanci
62105
To migrate data by using SSMA for Access, follow these steps:
63106

64107
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+
![Synchronize with Database](./media/access-to-sql-server/synchronize-with-database.png)
112+
113+
Review the synchronization with the database:
114+
115+
![Review the synchronization with the database](./media/access-to-sql-server/synchronize-with-database-review.png)
116+
66117
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.
67118
1. Right-click the database or object you want to migrate, and choose **Migrate data**.
68119
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.
69120

121+
![Migrate Data](./media/access-to-sql-server/migrate-data.png)
122+
123+
Review the migrated data:
124+
125+
![Migrate Data Review](./media/access-to-sql-server/migrate-data-review.png)
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+
![Validate in SSMA](./media/access-to-sql-server/validate-in-ssms.png)
130+
131+
70132

71133
## Post-migration
72134

87.7 KB
Loading
88.9 KB
Loading
108 KB
Loading
187 KB
Loading
457 KB
Loading
93.1 KB
Loading
102 KB
Loading
112 KB
Loading
66.3 KB
Loading

0 commit comments

Comments
 (0)