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

Commit 7fc396d

Browse files
authored
Update sap-ase-to-sql-server.md
1 parent dd0bec3 commit 7fc396d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/sql-server/migrate/guides/sap-ase-to-sql-server.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For other migration guides, see [Azure Database Migration Guides](https://docs.m
2222

2323
## Prerequisites
2424

25-
Before you begin migrating your SAP SE database to SQL Server:
25+
Before you begin migrating your SAP ASE database to SQL Server:
2626

2727
- Verify that your source environment is supported.
2828
- Get [SQL Server Migration Assistant for SAP Adaptive Server Enterprise (formerly SAP Sybase ASE)](https://www.microsoft.com/download/details.aspx?id=54256).
@@ -60,7 +60,7 @@ To convert the schema:
6060
1. Right-click the database or object you want to migrate in **SAP ASE Metadata Explorer**, and select **Migrate Data**. Alternatively, you can select the **Migrate Data** tab. 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 boxes next to the tables. To omit data from individual tables, clear the check boxes.
6161
1. Compare and review the structure of the schema to identify potential problems.
6262

63-
After the schema conversion completes, you can save this project locally for an offline schema remediation exercise. On the **File** menu, select **Save Project**. This step gives you an opportunity to evaluate the source and target schemas offline and perform remediation before you publish the schema to SQL Server.
63+
After the schema conversion finishes, you can save this project locally for an offline schema remediation exercise. On the **File** menu, select **Save Project**. This step gives you an opportunity to evaluate the source and target schemas offline and perform remediation before you publish the schema to SQL Server.
6464

6565
To learn more, see [Convert schema](../../../ssma/sybase/converting-sybase-ase-database-objects-sybasetosql.md).
6666

@@ -72,7 +72,7 @@ To publish your schema and migrate the data:
7272

7373
1. Publish the schema by right-clicking the database in **SQL Server Metadata Explorer** and selecting **Synchronize with Database**. This action publishes the SAP ASE schema to the SQL Server instance.
7474
1. Migrate the data by right-clicking the database or object you want to migrate in **SAP ASE Metadata Explorer** and selecting **Migrate Data**. Alternatively, you can select the **Migrate Data** tab. 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 boxes next to the tables. To omit data from individual tables, clear the check boxes.
75-
1. After the migration completes, view the **Data Migration Report**.
75+
1. After the migration finishes, view the **Data Migration Report**.
7676
1. Connect to your SQL Server instance by using [SQL Server Management Studio](/sql/ssms/download-sql-server-management-studio-ssms), and validate the migration by reviewing the data and schema.
7777

7878
## Post-migration

0 commit comments

Comments
 (0)