Skip to content

Commit a468406

Browse files
authored
Merge pull request #21559 from MikeRayMSFT/20220328-fix-relative-links
Update to relative links
2 parents 21d90b5 + 71a691e commit a468406

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/integration-services/data-flow/teradata-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ To design SSIS package in SSDT *targeting SQL Server 2017 and below*, you will n
8383

8484
- Teradata Destination, attribute "PackMaximum" cannot be set to "True". Otherwise, error will occur.
8585

86-
- Teradata Source always reads columns in the order as they are defined in the table. ODBC, on the other hand, requires columns be read in a specific order in certain circumstances (see [here](https://docs.microsoft.com/sql/odbc/reference/develop-app/getting-long-data) and [here](https://docs.microsoft.com/sql/relational-databases/native-client-odbc-api/sqlgetdata)). When the two orders do not match, read will fail with error message "Invalid descriptor index, descriptor record does not exist, or descriptor record was not properly initialized."
86+
- Teradata Source always reads columns in the order as they are defined in the table. ODBC, on the other hand, requires columns be read in a specific order in certain circumstances [Getting Long Data](../../odbc/reference/develop-app/getting-long-data.md) and [SQLGetData](../../relational-databases/native-client-odbc-api/sqlgetdata.md). When the two orders do not match, read fails with error message "Invalid descriptor index, descriptor record does not exist, or descriptor record was not properly initialized."
8787

8888
- Installing a new version over an old installation will not remove the old version entry from the installed program list. While this does not impact functioning of the new version, user can manually uninstall the old version in control panel "Programs and Features" to get rid of the old version entry.
8989

docs/integration-services/load-data-to-from-excel-with-ssis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You can import data from Excel or export data to Excel with SSIS by using one of
4949

5050
Before you can import data from Excel or export data to Excel with SSIS, you may have to download the connectivity components for Excel if they're not already installed. The connectivity components for Excel are not installed by default.
5151

52-
Use the table within [Unable to use the Access ODBC, OLEDB or DAO interfaces outside Office Click-to-Run](https://docs.microsoft.com/office/troubleshoot/access/cannot-use-odbc-or-oledb) to understand if additional components are necessary for your environment.
52+
Use the table within [Unable to use the Access ODBC, OLEDB or DAO interfaces outside Office Click-to-Run](/office/troubleshoot/access/cannot-use-odbc-or-oledb) to understand if additional components are necessary for your environment.
5353

5454
**Note:** The Office System Drivers are only supported under certain scenarios, please refer to [Considerations for server-side Automation of Office](https://support.microsoft.com/topic/considerations-for-server-side-automation-of-office-48bcfe93-8a89-47f1-0bce-017433ad79e2) for specific guidance.
5555

0 commit comments

Comments
 (0)