Skip to content

Commit 0feec1a

Browse files
authored
Fix broken links (#33835)
1 parent afcd2b7 commit 0feec1a

11 files changed

+30
-31
lines changed

azure-sql/database/security-best-practice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This document is intended as a companion to our existing [Azure SQL Database sec
5151

5252
Unless otherwise stated, we recommend you follow all best practices listed in each section to achieve the respective goal or requirement. To meet specific security compliance standards or best practices, important regulatory compliance controls are listed under the Requirements or Goals section wherever applicable. These are the security standards and regulations that are referenced in this paper:
5353

54-
- [FedRAMP](https://www.fedramp.gov/documents/): AC-04, AC-06
54+
- [FedRAMP](https://www.fedramp.gov/): AC-04, AC-06
5555
- [SOC](https://www.aicpa-cima.com/resources/landing/system-and-organization-controls-soc-suite-of-services): CM-3, SDL-3
5656
- [ISO/IEC 27001](https://www.iso27001security.com/html/27001.html): Access Control, Cryptography
5757
- [Microsoft Operational Security Assurance (OSA) practices](https://www.microsoft.com/securityengineering/osa/practices): Practice #1-6 and #9

docs/database-engine/availability-groups/windows/cluster-dtc-for-sql-server-2016-availability-groups.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,3 @@ Once you have created your Availability Group resource, create a clustered DTC r
6060

6161
[SQL Server 2016 DTC Support in Availability Groups](/archive/blogs/dataplatform/sql-server-2016-dtc-support-in-availability-groups)
6262

63-
[External link: Configure DTC for a clustered instance of SQL Server with Windows Server 2008 R2](https://sqlha.com/2013/03/12/how-to-properly-configure-dtc-for-clustered-instances-of-sql-server-with-windows-server-2008-r2/)

docs/database-engine/availability-groups/windows/create-clustered-dtc-for-an-always-on-availability-group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ The only way to enable DTC support on an AG for versions before [!INCLUDE [sssql
368368

369369
## <a id="ClusterDTC"></a> 8. Prepare cluster resources
370370

371-
This script prepares the DTC dependent resources: Disk and IP. The shared storage is added to the Windows Cluster. Network resources are created, and then the DTC is created and made as a resource to the AG. Run the following PowerShell script on `SQLNODE1`. This script is based on the sample located at [How to Properly Configure DTC for Clustered Instances of SQL Server (Revised)](https://sqlha.com/how-to-properly-configure-dtc-for-clustered-instances-of-sql-server-with-windows-server-2008-r2/).
371+
This script prepares the DTC dependent resources: Disk and IP. The shared storage is added to the Windows Cluster. Network resources are created, and then the DTC is created and made as a resource to the AG. Run the following PowerShell script on `SQLNODE1`.
372372

373373
```powershell
374374
# Create a clustered Microsoft Distributed Transaction Coordinator properly in the resource group with SQL Server

docs/machine-learning/install/sql-ml-cab-downloads.md

Lines changed: 19 additions & 19 deletions
Large diffs are not rendered by default.

docs/machine-learning/install/upgrade-r-and-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Follow the steps to bind SQL Server to Microsoft Machine Learning Server using s
112112

113113
1. In SSMS, run `SELECT @@version` to verify the server meets minimum build requirements.
114114

115-
For SQL Server 2016 R Services, the minimum is [Service Pack 1](https://www.microsoft.com/download/details.aspx?id=54276) and [CU3](https://support.microsoft.com/help/4019916/cumulative-update-3-for-sql-server-2016-sp1).
115+
For SQL Server 2016 R Services, the minimum is [Service Pack 1 with CU3](/troubleshoot/sql/releases/sqlserver-2016/servicepack1-cumulativeupdate3).
116116

117117
1. Check the version of R base and RevoScaleR packages to confirm the existing versions are lower than what you plan to replace them with.
118118

docs/relational-databases/backup-restore/sql-server-backup-and-restore-with-s3-compatible-object-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The following table provides a nonexhaustive summary of object storage providers
5454
| [Nutanix](https://www.nutanix.com/products/objects) | Nutanix Object Storage |
5555
| [Pure Storage](https://www.purestorage.com/products/unstructured-data-storage/flashblade-s.html) | Pure FlashBlade |
5656
| [Red Hat](https://www.redhat.com/en/technologies/cloud-computing/openshift) | OpenShift Container Storage |
57-
| [Scality](https://www.scality.com/wp-content/uploads/2022/06/artesca.jpeg) | Scality Artesca |
57+
| [Scality](https://www.artesca.scality.com/) | Scality Artesca |
5858
| [Weka](https://www.weka.io) | Weka S3 |
5959

6060
## Prerequisites for the S3 endpoint

docs/relational-databases/search/find-property-set-guids-and-property-integer-ids-for-search-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ monikerRange: "=azuresqldb-current||>=sql-server-2016||>=sql-server-linux-2017||
5454

5555
You run **filtdump.exe** from the command prompt and provide a single argument. This argument is the name of an individual file that has a file type for which an IFilter is installed. The utility displays a list of all the properties discovered by the IFilter in the document, with their property set GUIDs, integer IDs, and additional information.
5656

57-
For information about installing this software, see [Microsoft Windows SDK for Windows 7 and .NET Framework 4](https://www.microsoft.com/download/details.aspx?id=8279). After you download and install the SDK, look in the following folders for the filtdump.exe utility.
57+
For information about installing this software, see [Microsoft Windows SDK for Windows 7 and .NET Framework 4](https://www.microsoft.com/download/details.aspx?id=8442). After you download and install the SDK, look in the following folders for the filtdump.exe utility.
5858

5959
- For the 64-bit version, look in `C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\x64`.
6060

docs/sql-server/sql-server-2014-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ SQL Server 2014 SP2 contains rollups of released hotfixes for SQL Server 2014 SP
3737
|AlwaysON timeout logging|Added new logging capability for Lease Timeout messages so that the current time and the expected renewal times are logged. |[Improved Always On Availability Group Lease Timeout Diagnostics](/archive/blogs/alwaysonpro/improved-alwayson-availability-group-lease-timeout-diagnostics)
3838
|AlwaysON XEvents and performance counters|New AlwaysON XEvents and performance counters to improve diagnostics when troubleshooting latency issues with AlwaysON. |[KB 3107172](https://support.microsoft.com/help/3107172/improve-tempdb-spill-diagnostics-by-using-extended-events-in-sql-serve) and [KB 3107400](https://support.microsoft.com/help/3107400/improved-tempdb-spill-diagnostics-in-showplan-xml-schema-in-sql-server)
3939
|Change tracking cleanup|A new stored procedure sp_flush_CT_internal_table_on_demand cleans up change tracking internal tables on demand.|[KB 3173157](https://support.microsoft.com/help/3173157/adds-a-stored-procedure-for-the-manual-cleanup-of-the-change-tracking)
40-
|Database cloning|Use the new DBCC command to troubleshoot existing production databases by cloning the schema, metadata, and statistics but without the data. Cloned databases are not meant to be used in production environments.|[KB 3177838](https://support.microsoft.com/help/3177838/how-to-use-dbcc-clonedatabase-to-generate-a-schema-and-statistics-only)
40+
|Database cloning|Use the new DBCC command to troubleshoot existing production databases by cloning the schema, metadata, and statistics but without the data. Cloned databases are not meant to be used in production environments.|[Create a clone of a database that includes schema, statistics and Query Store](../t-sql/database-console-commands/dbcc-clonedatabase-transact-sql.md#a-create-a-clone-of-a-database-that-includes-schema-statistics-and-query-store)
4141
|DMF additions|New DMF sys.dm_db_incremental_stats_properties expose information per-partition for incremental statistics.|[KB 3170114](https://support.microsoft.com/help/3170114/update-to-add-dmf-sys-dm-db-incremental-stats-properties-in-sql-server)
4242
|DMF for retrieving input buffer in SQL Server|A new DMF for retrieving the input buffer for a session/request (sys.dm_exec_input_buffer) is now available. This is functionally equivalent to DBCC INPUTBUFFER.|[sys.dm_exec_input_buffer](../relational-databases/system-dynamic-management-views/sys-dm-exec-input-buffer-transact-sql.md)
4343
|DROP DDL Support for Replication|Allows a table that's included as an article in transactional replication publication to be dropped from the database and the publication.|[KB 3170123](https://support.microsoft.com/help/3170123/supports-drop-table-ddl-for-articles-that-are-included-in-transactiona)

docs/sql-server/sql-server-2016-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ The [!INCLUDE [sssql16-md](../includes/sssql16-md.md)] SP1 installation might re
248248

249249
- [Download Service Pack 1 for Microsoft SQL Server 2016](https://www.microsoft.com/download/details.aspx?id=54276)
250250
- [SQL Server 2016 Service Pack 1 (SP1) Released](/archive/blogs/sqlreleaseservices/sql-server-2016-service-pack-1-sp1-released)
251-
- [SQL Server 2016 Service Pack 1 release information](https://support.microsoft.com/kb/3182545)
251+
- [SQL Server 2016 Service Pack 1 release information](/troubleshoot/sql/releases/sqlserver-2016/servicepack1)
252252
- [SQL Server Update Center](/troubleshoot/sql/releases/download-and-install-latest-updates?bc=%2fsql%2fbreadcrumb%2ftoc.json&toc=%2fsql%2ftoc.json) for links and information for all supported versions, including service packs of [!INCLUDE [ssNoVersion_md](../includes/ssnoversion-md.md)]
253253

254254
<a id="bkmk_2016_ga"></a>

docs/sql-server/what-s-new-in-sql-server-2022.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The following sections identify features that are improved our introduced in [!I
9191
| New feature or update | Details |
9292
| :--- | :--- |
9393
| System page latch concurrency enhancements | Concurrent updates to global allocation map (GAM) pages and shared global allocation map (SGAM) pages reduce page latch contention while allocating/deallocating data pages and extents. These enhancements apply to all user databases and especially benefit `tempdb` heavy workloads. |
94-
| Buffer pool parallel scan | Improves the performance of buffer pool scan operations on large-memory machines by utilizing multiple CPU cores. Learn more about [Operations that trigger a buffer pool scan might run slowly on large-memory computers](https://go.microsoft.com/fwlink/?linkid=2132602). |
94+
| Buffer pool parallel scan | Improves the performance of buffer pool scan operations on large-memory machines by utilizing multiple CPU cores. Learn more about [Operations that trigger a buffer pool scan might run slowly on large-memory computers](/troubleshoot/sql/database-engine/performance/buffer-pool-scan-runs-slowly-large-memory-machines). |
9595
| Ordered clustered columnstore index | An ordered clustered columnstore index (CCI) sorts the existing data in memory before the index builder compresses the data into index segments. This has the potential of more efficient segment elimination, resulting in better performance as the number of segments to read from disk is reduced. For more information, see [CREATE COLUMNSTORE INDEX](../t-sql/statements/create-columnstore-index-transact-sql.md) and [What's new in columnstore indexes](../relational-databases/indexes/columnstore-indexes-what-s-new.md). See [Performance tuning with ordered columnstore indexes](../relational-databases/indexes/ordered-columnstore-indexes.md). |
9696
| Improved columnstore segment elimination | All columnstore indexes benefit from enhanced segment elimination by data type. Data type choices might have a significant impact on query performance based common filter predicates for queries on the columnstore index. This segment elimination applied to numeric, date, and time data types, and the datetimeoffset data type with scale less than or equal to two. Beginning in [!INCLUDE [sssql22-md](../includes/sssql22-md.md)], segment elimination capabilities extend to string, binary, guid data types, and the datetimeoffset data type for scale greater than two. |
9797
| In-memory OLTP management | Improve memory management in large memory servers to reduce out-of-memory conditions. |

0 commit comments

Comments
 (0)