Skip to content

Commit 62d0f12

Browse files
authored
Merge pull request #28000 from rwestMSFT/rw-0707-system-stored-procedures-019
[SCOPED] System stored procedures: update relative paths
2 parents b4042ed + e500381 commit 62d0f12

89 files changed

Lines changed: 176 additions & 176 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/relational-databases/system-stored-procedures/change-tracking-stored-procedures-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Change Tracking is a lightweight solution that provides an efficient data change
2828

2929
## See also
3030

31-
- [About Change Tracking (Transact-SQL)](../../relational-databases/track-changes/about-change-tracking-sql-server.md)
32-
- [Change Tracking Cleanup and Troubleshooting (Transact-SQL)](../../relational-databases/track-changes/cleanup-and-troubleshoot-change-tracking-sql-server.md)
31+
- [About Change Tracking (Transact-SQL)](../track-changes/about-change-tracking-sql-server.md)
32+
- [Change Tracking Cleanup and Troubleshooting (Transact-SQL)](../track-changes/cleanup-and-troubleshoot-change-tracking-sql-server.md)
3333
- [Change Tracking Functions (Transact-SQL)](../system-functions/change-tracking-functions-transact-sql.md)
3434
- [Change Tracking System Tables (Transact-SQL)](../system-tables/change-tracking-tables-transact-sql.md)

docs/relational-databases/system-stored-procedures/core-sp-add-collector-type-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ EXECUTE @RC = core.sp_add_collector_type @collector_type_uid;
7474

7575
- [System stored procedures (Transact-SQL)](system-stored-procedures-transact-sql.md)
7676
- [Data Collector stored procedures (Transact-SQL)](data-collector-stored-procedures-transact-sql.md)
77-
- [Management Data Warehouse](../../relational-databases/data-collection/management-data-warehouse.md)
77+
- [Management Data Warehouse](../data-collection/management-data-warehouse.md)

docs/relational-databases/system-stored-procedures/core-sp-create-snapshot-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ EXEC core.sp_create_snapshot
105105

106106
- [System stored procedures (Transact-SQL)](system-stored-procedures-transact-sql.md)
107107
- [Data Collector stored procedures (Transact-SQL)](data-collector-stored-procedures-transact-sql.md)
108-
- [Management Data Warehouse](../../relational-databases/data-collection/management-data-warehouse.md)
108+
- [Management Data Warehouse](../data-collection/management-data-warehouse.md)

docs/relational-databases/system-stored-procedures/core-sp-remove-collector-type-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ EXECUTE @RC = core.sp_remove_collector_type @collector_type_uid;
7474

7575
- [System stored procedures (Transact-SQL)](system-stored-procedures-transact-sql.md)
7676
- [Data Collector stored procedures (Transact-SQL)](data-collector-stored-procedures-transact-sql.md)
77-
- [Management Data Warehouse](../../relational-databases/data-collection/management-data-warehouse.md)
77+
- [Management Data Warehouse](../data-collection/management-data-warehouse.md)

docs/relational-databases/system-stored-procedures/core-sp-update-data-source-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ EXEC core.sp_update_data_source @collection_set_uid = '7B191952-8ECF-4E12-AEB2-E
9898

9999
- [System stored procedures (Transact-SQL)](system-stored-procedures-transact-sql.md)
100100
- [Data Collector stored procedures (Transact-SQL)](data-collector-stored-procedures-transact-sql.md)
101-
- [Management Data Warehouse](../../relational-databases/data-collection/management-data-warehouse.md)
101+
- [Management Data Warehouse](../data-collection/management-data-warehouse.md)

docs/relational-databases/system-stored-procedures/database-mail-stored-procedures-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ dev_langs:
8181

8282
## See also
8383

84-
- [Database Mail](../../relational-databases/database-mail/database-mail.md)
84+
- [Database Mail](../database-mail/database-mail.md)

docs/relational-databases/system-stored-procedures/database-maintenance-plan-stored-procedures-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ dev_langs:
3535
## See also
3636

3737
- [System stored procedures (Transact-SQL)](system-stored-procedures-transact-sql.md)
38-
- [Maintenance Plans](../../relational-databases/maintenance-plans/maintenance-plans.md)
38+
- [Maintenance Plans](../maintenance-plans/maintenance-plans.md)

docs/relational-databases/system-stored-procedures/filestream-and-filetable-sp-kill-filestream-non-transacted-handles.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can pass NULL for the value of *table_name* to close all open nontransaction
4545

4646
#### [ @handle_id = ] *handle_id*
4747

48-
The optional ID of the individual handle to be closed. You can get the *handle_id* from the [sys.dm_filestream_non_transacted_handles (Transact-SQL)](../../relational-databases/system-dynamic-management-views/sys-dm-filestream-non-transacted-handles-transact-sql.md) dynamic management view. Each ID is unique in a [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] instance. If you specify *handle_id*, then you also have to provide a value for *table_name*.
48+
The optional ID of the individual handle to be closed. You can get the *handle_id* from the [sys.dm_filestream_non_transacted_handles (Transact-SQL)](../system-dynamic-management-views/sys-dm-filestream-non-transacted-handles-transact-sql.md) dynamic management view. Each ID is unique in a [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] instance. If you specify *handle_id*, then you also have to provide a value for *table_name*.
4949

5050
You can pass NULL for the value of *handle_id* to close all open nontransactional handles for the FileTable specified by *table_name*. NULL is the default value.
5151

@@ -61,11 +61,11 @@ None.
6161

6262
The *handle_id* required by `sp_kill_filestream_non_transacted_handles` isn't related to the `session_id` or unit of work that is used in other `kill` commands.
6363

64-
For more information, see [Manage FileTables](../../relational-databases/blob/manage-filetables.md).
64+
For more information, see [Manage FileTables](../blob/manage-filetables.md).
6565

6666
## Metadata
6767

68-
For information about open nontransactional file handles, query the dynamic management view [sys.dm_filestream_non_transacted_handles (Transact-SQL)](../../relational-databases/system-dynamic-management-views/sys-dm-filestream-non-transacted-handles-transact-sql.md).
68+
For information about open nontransactional file handles, query the dynamic management view [sys.dm_filestream_non_transacted_handles (Transact-SQL)](../system-dynamic-management-views/sys-dm-filestream-non-transacted-handles-transact-sql.md).
6969

7070
## Permissions
7171

@@ -104,7 +104,7 @@ GO
104104

105105
## See also
106106

107-
- [Manage FileTables](../../relational-databases/blob/manage-filetables.md)
107+
- [Manage FileTables](../blob/manage-filetables.md)
108108
- [FILESTREAM and FileTable Dynamic Management Views (Transact-SQL)](../system-dynamic-management-views/filestream-and-filetable-dynamic-management-views-transact-sql.md)
109109
- [FILESTREAM and FileTable catalog views (Transact-SQL)](../system-catalog-views/filestream-and-filetable-catalog-views-transact-sql.md)
110110
- [sp_filestream_force_garbage_collection (Transact-SQL)](filestream-and-filetable-sp-filestream-force-garbage-collection.md)

docs/relational-databases/system-stored-procedures/full-text-search-and-semantic-search-stored-procedures-transact-sql.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,25 +73,25 @@ dev_langs:
7373

7474
Returns the ID, name, root directory, status, and number of full-text indexed tables for the specified full-text catalog.
7575

76-
[!INCLUDE [ssNoteDepFutureAvoid](../../includes/ssnotedepfutureavoid-md.md)] Use the [sys.fulltext_catalogs](../../relational-databases/system-catalog-views/sys-fulltext-catalogs-transact-sql.md) catalog view instead.
76+
[!INCLUDE [ssNoteDepFutureAvoid](../../includes/ssnotedepfutureavoid-md.md)] Use the [sys.fulltext_catalogs](../system-catalog-views/sys-fulltext-catalogs-transact-sql.md) catalog view instead.
7777

7878
- [sp_help_fulltext_catalogs_cursor](sp-help-fulltext-catalogs-cursor-transact-sql.md)
7979

8080
Uses a cursor to return the ID, name, root directory, status, and number of full-text indexed tables for the specified full-text catalog.
8181

82-
[!INCLUDE [ssNoteDepFutureAvoid](../../includes/ssnotedepfutureavoid-md.md)] Use the [sys.fulltext_catalogs](../../relational-databases/system-catalog-views/sys-fulltext-catalogs-transact-sql.md) catalog view instead.
82+
[!INCLUDE [ssNoteDepFutureAvoid](../../includes/ssnotedepfutureavoid-md.md)] Use the [sys.fulltext_catalogs](../system-catalog-views/sys-fulltext-catalogs-transact-sql.md) catalog view instead.
8383

8484
- [sp_help_fulltext_columns](sp-help-fulltext-columns-transact-sql.md)
8585

8686
Returns the columns designated for full-text indexing.
8787

88-
[!INCLUDE [ssNoteDepFutureAvoid](../../includes/ssnotedepfutureavoid-md.md)] Use the [sys.fulltext_index_columns](../../relational-databases/system-catalog-views/sys-fulltext-index-columns-transact-sql.md) catalog view instead.
88+
[!INCLUDE [ssNoteDepFutureAvoid](../../includes/ssnotedepfutureavoid-md.md)] Use the [sys.fulltext_index_columns](../system-catalog-views/sys-fulltext-index-columns-transact-sql.md) catalog view instead.
8989

9090
- [sp_help_fulltext_columns_cursor](sp-help-fulltext-columns-cursor-transact-sql.md)
9191

9292
Uses a cursor to return the columns designated for full-text indexing.
9393

94-
[!INCLUDE [ssNoteDepFutureAvoid](../../includes/ssnotedepfutureavoid-md.md)] Use the [sys.fulltext_index_columns](../../relational-databases/system-catalog-views/sys-fulltext-index-columns-transact-sql.md) catalog view instead.
94+
[!INCLUDE [ssNoteDepFutureAvoid](../../includes/ssnotedepfutureavoid-md.md)] Use the [sys.fulltext_index_columns](../system-catalog-views/sys-fulltext-index-columns-transact-sql.md) catalog view instead.
9595

9696
- [sp_help_fulltext_system_components](sp-help-fulltext-system-components-transact-sql.md)
9797

@@ -105,7 +105,7 @@ dev_langs:
105105

106106
Returns a list of tables that are registered for full-text indexing.
107107

108-
[!INCLUDE [ssNoteDepFutureAvoid](../../includes/ssnotedepfutureavoid-md.md)] Use the [sys.fulltext_indexes](../../relational-databases/system-catalog-views/sys-fulltext-indexes-transact-sql.md) catalog view instead.
108+
[!INCLUDE [ssNoteDepFutureAvoid](../../includes/ssnotedepfutureavoid-md.md)] Use the [sys.fulltext_indexes](../system-catalog-views/sys-fulltext-indexes-transact-sql.md) catalog view instead.
109109

110110
## Semantic Search stored procedures
111111

@@ -119,7 +119,7 @@ dev_langs:
119119

120120
## See also
121121

122-
- [Full-Text Search and Semantic Search Catalog Views (Transact-SQL)](../../relational-databases/system-catalog-views/full-text-search-and-semantic-search-catalog-views-transact-sql.md)
123-
- [Full-Text Search and Semantic Search Dynamic Management Views and Functions (Transact-SQL)](../../relational-databases/system-dynamic-management-views/full-text-and-semantic-search-dynamic-management-views-functions.md)
122+
- [Full-Text Search and Semantic Search Catalog Views (Transact-SQL)](../system-catalog-views/full-text-search-and-semantic-search-catalog-views-transact-sql.md)
123+
- [Full-Text Search and Semantic Search Dynamic Management Views and Functions (Transact-SQL)](../system-dynamic-management-views/full-text-and-semantic-search-dynamic-management-views-functions.md)
124124
- [System stored procedures (Transact-SQL)](system-stored-procedures-transact-sql.md)
125-
- [Full-Text Search](../../relational-databases/search/full-text-search.md)
125+
- [Full-Text Search](../search/full-text-search.md)

docs/relational-databases/system-stored-procedures/managed-backup-sp-backup-config-advanced-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The name of the encryption algorithm used during the backup to encrypt the backu
5757
- TRIPLE_DES_3KEY
5858
- NO_ENCRYPTION
5959

60-
For more information on encryption algorithms, see [Choose an Encryption Algorithm](../../relational-databases/security/encryption/choose-an-encryption-algorithm.md).
60+
For more information on encryption algorithms, see [Choose an Encryption Algorithm](../security/encryption/choose-an-encryption-algorithm.md).
6161

6262
#### [ @encryptor_type = ] { 'CERTIFICATE' | 'ASYMMETRIC_KEY' }
6363

@@ -67,7 +67,7 @@ The type of encryptor, which can be either `CERTIFICATE` or `ASYMMETRIC_KEY`. *@
6767

6868
The name of an existing certificate or asymmetric key to use to encrypt the backup. *@encryptor_name* is **sysname**. If using an asymmetric key, it must be configured with Extensible Key Management (EKM). This parameter is optional if you specify `NO_ENCRYPTION` for the *@encryption_algorithm* parameter.
6969

70-
For more information, see [Extensible Key Management (EKM)](../../relational-databases/security/encryption/extensible-key-management-ekm.md).
70+
For more information, see [Extensible Key Management (EKM)](../security/encryption/extensible-key-management-ekm.md).
7171

7272
#### [ @local_cache_path = ] 'NOT AVAILABLE'
7373

0 commit comments

Comments
 (0)