Skip to content

Commit f2e042c

Browse files
committed
Fix links
Still learning this new repo
1 parent fd68d9b commit f2e042c

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

azure-sql/migration-guides/virtual-machines/oracle-to-sql-on-azure-vm-guide.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To migrate your Oracle schema to SQL Server on Azure Virtual Machines, you need:
2727
- A supported source environment.
2828
- [SQL Server Migration Assistant (SSMA) for Oracle](https://www.microsoft.com/download/details.aspx?id=54258).
2929
- A target [SQL Server VM](../../virtual-machines/windows/sql-vm-create-portal-quickstart.md).
30-
- The [necessary permissions for SSMA for Oracle](../../../docs/ssma/oracle/connecting-to-oracle-database-oracletosql.md) and the [provider](../../../docs/ssma/oracle/connect-to-oracle-oracletosql.md).
30+
- The [necessary permissions for SSMA for Oracle](/sql/ssma/oracle/connecting-to-oracle-database-oracletosql.md) and the [provider](/sql/ssma/oracle/connect-to-oracle-oracletosql).
3131
- Connectivity and sufficient permissions to access the source and the target.
3232

3333
## Pre-migration
@@ -187,13 +187,13 @@ To publish your schema and migrate the data, follow these steps:
187187

188188
:::image type="content" source="./media/oracle-to-sql-on-azure-vm-guide/data-migration-report.png" alt-text="Screenshot that shows the Data Migration Report.":::
189189

190-
1. Connect to your SQL Server on Azure Virtual Machines instance by using [SQL Server Management Studio](../../../docs/ssms/download-sql-server-management-studio-ssms.md). Validate the migration by reviewing the data and schema:
190+
1. Connect to your SQL Server on Azure Virtual Machines instance by using [SQL Server Management Studio](/sql/ssms/download-sql-server-management-studio-ssms). Validate the migration by reviewing the data and schema:
191191

192192
:::image type="content" source="./media/oracle-to-sql-on-azure-vm-guide/validate-in-ssms.png" alt-text="Screenshot that shows a SQL Server instance in SSMA.":::
193193

194194
Instead of using SSMA, you could use SQL Server Integration Services (SSIS) to migrate the data. To learn more, see:
195195

196-
- The article [SQL Server Integration Services](../../../docs/integration-services/sql-server-integration-services.md).
196+
- The article [SQL Server Integration Services](/sql/integration-services/sql-server-integration-services).
197197
- The white paper [SSIS for Azure and Hybrid Data Movement](https://download.microsoft.com/download/D/2/0/D20E1C5F-72EA-4505-9F26-FEF9550EFD44/SSIS%20Hybrid%20and%20Azure.docx).
198198

199199
## Post-migration
@@ -246,13 +246,13 @@ Microsoft SQL Server Migration Assistant for Oracle Tester (SSMA Tester) allows
246246

247247
In this example, stored procedure `ADD_REGION` and table `REGION` are selected.
248248

249-
To learn more, see [Selecting and configuring objects to test.](../../../docs/ssma/oracle/selecting-and-configuring-objects-to-test-.md)
249+
To learn more, see [Selecting and configuring objects to test.](/sql/ssma/oracle/selecting-and-configuring-objects-to-test-oracletosql)
250250

251251
1. Next, select the tables, foreign keys and other dependent objects from the Oracle object tree in the left window.
252252

253253
:::image type="content" source="./media/oracle-to-sql-on-azure-vm-guide/tester-select-configure-affected.png" alt-text="Screenshot that shows step to select and configure affected object.":::
254254

255-
To learn more, see [Selecting and configuring affected objects](../../../docs/ssma/oracle/selecting-and-configuring-affected-objects-oracletosql.md).
255+
To learn more, see [Selecting and configuring affected objects](/sql/ssma/oracle/selecting-and-configuring-affected-objects-oracletosql).
256256

257257
1. Review the evaluation sequence of objects. Change the order by clicking the buttons in the grid..
258258

@@ -262,7 +262,7 @@ Microsoft SQL Server Migration Assistant for Oracle Tester (SSMA Tester) allows
262262

263263
:::image type="content" source="./media/oracle-to-sql-on-azure-vm-guide/tester-finalize-case.png" alt-text="Screenshot that shows step to finalize object.":::
264264

265-
For more information on test case settings, [Finishing test case preparation](../../../docs/ssma/oracle/finishing-test-case-preparation-oracletosql.md).
265+
For more information on test case settings, [Finishing test case preparation](/sql/ssma/oracle/finishing-test-case-preparation-oracletosql).
266266

267267
1. Click on finish to create the test case.
268268

@@ -310,7 +310,7 @@ When SSMA Tester runs a test case, the test engine executes the objects selected
310310
The post-migration phase is crucial for reconciling any data accuracy problems and verifying completeness. It's also critical for addressing performance issues with the workload.
311311

312312
> [!Note]
313-
> For more information about these problems and specific steps to mitigate them, see the [Post-migration validation and optimization guide](../../../docs/relational-databases/post-migration-validation-and-optimization-guide.md).
313+
> For more information about these problems and specific steps to mitigate them, see the [Post-migration validation and optimization guide](/sql/relational-databases/post-migration-validation-and-optimization-guide).
314314
315315
## Migration resources
316316

@@ -347,4 +347,4 @@ The Data SQL Engineering team developed these resources. This team's core charte
347347
- [Get free extended support for SQL Server 2012](../../virtual-machines/windows/sql-server-extend-end-of-support.md)
348348

349349
- To assess the application access layer, use [Data Access Migration Toolkit Preview](https://marketplace.visualstudio.com/items?itemName=ms-databasemigration.data-access-migration-toolkit).
350-
- For details on how to do data access layer A/B testing, see [Overview of Database Experimentation Assistant](../../../docs/dea/database-experimentation-assistant-overview.md).
350+
- For details on how to do data access layer A/B testing, see [Overview of Database Experimentation Assistant](/sql/dea/database-experimentation-assistant-overview).

azure-sql/virtual-machines/windows/frequently-asked-questions-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ sections:
231231
- question: |
232232
How can I get free extended security updates for my end of support SQL Server instances?
233233
answer: |
234-
You can get [free extended security updates](sql-server-extend-end-of-support.md) by moving your SQL Server as-is to an Azure virtual machine. For more information, see [end of support options](../../../docs/sql-server/end-of-support/sql-server-end-of-support-overview.md).
234+
You can get [free extended security updates](sql-server-extend-end-of-support.md) by moving your SQL Server as-is to an Azure virtual machine. For more information, see [end of support options](/sql/sql-server/end-of-support/sql-server-end-of-support-overview).
235235
236236
237237

azure-sql/virtual-machines/windows/migrate-to-vm-from-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ There are many ways to migrate an on-premises SQL Server user database to SQL Se
2525
[!INCLUDE [learn-about-deployment-models](../../includes/learn-about-deployment-models-both-include.md)]
2626

2727
> [!NOTE]
28-
> SQL Server 2012 is approaching the [end of support life cycle](https://docs.microsoft.com/lifecycle/products/microsoft-sql-server-2012) for on-premises instances. To extend support, you can either migrate your SQL Server instance to an Azure VM, or buy Extended Security Updates to keep it on-premises. For more information, see [Extend support for SQL Server 2012 with Azure](sql-server-extend-end-of-support.md)
28+
> SQL Server 2012 is approaching the [end of support life cycle](/lifecycle/products/microsoft-sql-server-2012) for on-premises instances. To extend support, you can either migrate your SQL Server instance to an Azure VM, or buy Extended Security Updates to keep it on-premises. For more information, see [Extend support for SQL Server 2012 with Azure](sql-server-extend-end-of-support.md)
2929
3030
## What are the primary migration methods?
3131

azure-sql/virtual-machines/windows/sql-server-extend-end-of-support.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.custom: "seo-lt-2019"
2020

2121
[!INCLUDE[appliesto-sqlvm](../../includes/appliesto-sqlvm.md)]
2222

23-
SQL Server 2012 has reached the [end of its support (EOS) life cycle](https://docs.microsoft.com/lifecycle/products/microsoft-sql-server-2012). Because many customers are still using this version, we're providing several options to continue getting support. You can migrate your on-premises SQL Server instances to Azure virtual machines (VMs), migrate to Azure SQL Database, or stay on-premises and purchase extended security updates.
23+
SQL Server 2012 has reached the [end of its support (EOS) life cycle](/lifecycle/products/microsoft-sql-server-2012). Because many customers are still using this version, we're providing several options to continue getting support. You can migrate your on-premises SQL Server instances to Azure virtual machines (VMs), migrate to Azure SQL Database, or stay on-premises and purchase extended security updates.
2424

2525
> [!TIP]
2626
>
@@ -30,7 +30,7 @@ Unlike with a managed instance, migrating to an Azure VM does not require recert
3030

3131
The rest of this article provides considerations for migrating your SQL Server instance to an Azure VM.
3232

33-
For more information about end of support options, see [End of support](../../../docs/sql-server/end-of-support/sql-server-end-of-support-overview.md).
33+
For more information about end of support options, see [End of support](/sql/sql-server/end-of-support/sql-server-end-of-support-overview).
3434

3535
## Provisioning
3636

@@ -88,4 +88,4 @@ Extended security updates for SQL Server VMs are delivered through the Microsoft
8888
- [Create a SQL Server VM in the Azure portal](sql-vm-create-portal-quickstart.md)
8989
- [FAQ for SQL Server on Azure Virtual Machines](frequently-asked-questions-faq.yml)
9090

91-
Find out more about [end of support](../../../docs/sql-server/end-of-support/sql-server-end-of-support-overview.md) options and [Extended Security Updates](../../../docs/sql-server/end-of-support/sql-server-extended-security-updates.md).
91+
Find out more about [end of support](/sql/sql-server/end-of-support/sql-server-end-of-support-overview) options and [Extended Security Updates](/sql/sql-server/end-of-support/sql-server-extended-security-updates).

0 commit comments

Comments
 (0)