Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 74ca7f9

Browse files
authored
Removing Server side migration
1 parent 206e6fe commit 74ca7f9

1 file changed

Lines changed: 3 additions & 33 deletions

File tree

docs/ssma/db2/migrating-db2-data-into-sql-server-db2tosql.md

Lines changed: 3 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,12 @@ f1_keywords:
1414
# Migrating DB2 Data into SQL Server (DB2ToSQL)
1515
After you have successfully synchronized the converted objects with [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], you can migrate data from DB2 to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
1616

17-
> [!IMPORTANT]
18-
> If the engine being used is Server Side Data Migration Engine, then, before you can migrate data, you must install the SSMA for DB2 Extension Pack and the DB2 providers on the computer that is running SSMA. The SQL Server Agent service must also be running. For more information about how to install the extension pack, see [Installing SSMA Components on SQL Server](./installing-ssma-components-on-sql-server-db2tosql.md)
1917

2018
## Setting Migration Options
2119
Before migrating data to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], review the project migration options in the **Project Settings** dialog box.
2220

2321
- By using this dialog box you can set options such as migration batch size, table locking, constraint checking, null value handling, and identity value handling. For more information about the Project Migration Settings, see [Project Settings (Migration)](./project-settings-migration-db2tosql.md).
24-
25-
- The **Migration Engine** in the **Project Settings** dialog box, allows the user to perform the migration process using two types of data migration engines:
26-
27-
1. Client Side Data Migration Engine
28-
29-
2. Server Side Data Migration Engine
22+
-
3023

3124
**Client Side Data Migration:**
3225

@@ -37,11 +30,6 @@ Before migrating data to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md
3730
> [!NOTE]
3831
> The **Client-Side Data Migration Engine** resides inside the SSMA application and is, therefore, not dependent on the availability of the extension pack.
3932
40-
**Server Side Data Migration:**
41-
42-
- During the Server side data migration, the engine resides on the target database. It is installed through the extension pack. For more information on how to install the extension pack, see [Installing SSMA Components on SQL Server](./installing-ssma-components-on-sql-server-db2tosql.md)
43-
44-
- To initiate migration on the server side, select the **Server Side Data Migration Engine** option in the **Project Settings** dialog box.
4533

4634
## Migrating Data to SQL Server
4735
Migrating data is a bulk-load operation that moves rows of data from DB2 tables into [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] tables in transactions. The number of rows loaded into [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] in each transaction is configured in the project settings.
@@ -62,35 +50,17 @@ To view migration messages, make sure that the Output pane is visible. Otherwise
6250

6351
- To migrate data or omit individual tables, first expand the schema, expand **Tables**, and then select or clear the check box next to the table.
6452

65-
3. To migrate data, two cases arise:
66-
67-
**Client Side Data Migration:**
68-
69-
- For performing **Client Side Data Migration**, select the **Client Side Data Migration Engine** option in the **Project Settings** dialog box.
7053

71-
**Server Side Data Migration:**
54+
3. Right-click **Schemas** in DB2 Metadata Explorer, and then click **Migrate Data**. You can also migrate data for individual objects or categories of objects: Right-click the object or its parent folder; select the **Migrate Data** option.
7255

73-
- Before performing data migration on the server side, ensure:
74-
75-
1. The SSMA for DB2 Extension Pack is installed on the instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
76-
77-
2. The SQL Server Agent service is running on the instance of SQL Server.
78-
79-
- For performing **Server Side Data Migration**, select the **Server Side Data Migration Engine** option in the **Project Settings** dialog box.
80-
81-
4. Right-click **Schemas** in DB2 Metadata Explorer, and then click **Migrate Data**. You can also migrate data for individual objects or categories of objects: Right-click the object or its parent folder; select the **Migrate Data** option.
82-
83-
> [!NOTE]
84-
> If the SSMA for DB2 Extension Pack is not installed on the instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], and if **Server Side Data Migration Engine** is selected, then while migrating the data to the target database, the following error is encountered: 'SSMA Data Migration components were not found on SQL Server, server-side data migration will not be possible. Please check if Extension Pack is installed correctly'. Click **Cancel** to terminate the data migration.
8556

8657
5. In the **Connect to DB2** dialog box, enter the connection credentials, and then click **Connect**. For more information on connecting to DB2, see [Connecting to DB2 Database (DB2ToSQL)](../../ssma/db2/connecting-to-db2-database-db2tosql.md)
8758

8859
For connecting to the target database [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], enter the connection credentials in the **Connect to SQL Server** dialog box, and click **Connect**. For more information on connecting to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], see [Connecting to SQL Server](./connecting-to-sql-server-db2tosql.md)
8960

9061
Messages will appear in the **Output** pane. When the migration is complete, the **Data Migration Report** appears. If any data did not migrate, click the row that contains the errors, and then click **Details**. When you are finished with the report, click **Close**. For more information on Data Migration Report, see [Data Migration Report (SSMA Common)](../sybase/data-migration-report-sybasetosql.md)
9162

92-
> [!NOTE]
93-
> When SQL Express edition is used as the target database, only client side data migration is allowed and server side data migration is not supported.
63+
9464

9565
## See Also
9666
[Migrating DB2 Data into SQL Server (DB2ToSQL)](../../ssma/db2/migrating-db2-data-into-sql-server-db2tosql.md)

0 commit comments

Comments
 (0)