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
Copy file name to clipboardExpand all lines: docs/sql-server/migrate/guides/db2-to-sql-server.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,9 @@ To create an assessment, follow these steps:
45
45
46
46
1. Open SQL Server Migration Assistant (SSMA) for DB2.
47
47
1. Select **File** and then choose **New Project**.
48
-
1. Provide a project name, a location to save your project, and then select a SQL Server migration target from the drop-down.
49
-
1. Select **OK**.
48
+
1. Provide a project name, a location to save your project, and then select a SQL Server migration target from the drop-down. Select **OK**.
50
49
50
+
:::image type="content" source="media/db2-to-sql-server/new-project.png" alt-text="Provide project details and select OK to save.:::
51
51
52
52
53
53
1. Enter in values for the DB2 connection details on the **Connect to DB2** dialog box.
@@ -74,10 +74,11 @@ Validate the default data type mappings and change them based on requirements if
74
74
1. Select **Tools** from the menu.
75
75
1. Select **Project Settings**.
76
76
1. Select the **Type mappings** tab.
77
-
1. You can change the type mapping for each table by selecting the table in the **DB2 Metadata explorer**.
78
77
79
78
:::image type="content" source="media/db2-to-sql-server/type-mapping.png" alt-text="Select the schema and then type-mapping":::
80
79
80
+
1. You can change the type mapping for each table by selecting the table in the **DB2 Metadata explorer**.
81
+
81
82
### Schema conversion
82
83
83
84
To convert the schema, follow these steps:
@@ -106,7 +107,7 @@ To migrate your data, follow these steps:
106
107
107
108
1. Publish the schema: Right-click the database from the **Databases** node in the **SQL Server Metadata Explorer** and choose **Synchronize with Database**.
108
109
109
-
110
+
:::image type="content" source="media/db2-to-sql-server/synchronize-with-database.png" alt-text="Right-click the database and choose synchronize with database":::
110
111
111
112
1. Migrate the data: Right-click the schema from the **DB2 Metadata Explorer** and choose **Migrate Data**.
0 commit comments