Skip to content

Commit dbb8b8c

Browse files
committed
Linkfix: SQL (2021-10)
1 parent 6e263d3 commit dbb8b8c

15 files changed

Lines changed: 23 additions & 37 deletions

docs/big-data-cluster/active-directory-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ For details on how to update the AD groups for these settings see [Manage Big Da
129129

130130
> [!NOTE]
131131
> The `security.activeDirectory.enableAES` parameter is available starting with SQL Server Big Data Clusters CU13. If the big data cluster is a version prior to CU13, the following steps are required:
132-
> 1. Run the `azdata bdc rotate -n <your-cluster-name>` command, this command will rotate the keytabs in the cluster which is necessary to ensure that the AES entries in keytabs are correct. For more information, see [azdata bdc](/sql/azdata/reference/reference-azdata-bdc). Additionally, `azdata bdc rotate` will rotate the passwords of the AD objects that were auto-generated during the initial deployment in the specified OU.
132+
> 1. Run the `azdata bdc rotate -n <your-cluster-name>` command, this command will rotate the keytabs in the cluster which is necessary to ensure that the AES entries in keytabs are correct. For more information, see [azdata bdc](../azdata/reference/reference-azdata-bdc.md). Additionally, `azdata bdc rotate` will rotate the passwords of the AD objects that were auto-generated during the initial deployment in the specified OU.
133133
> 2. Set the the following flags 'This account supports Kerberos AES 128 bit encryption' and 'This account supports Kerberos AES 256 bit encryption' on each of auto-generated AD objects in the OU that you provided during the initial big data cluster deployment. This can be achieved by executing the following PowerShell script `Get-ADUser -Filter * -SearchBase '<OU Path>' | Set-ADUser -replace @{ 'msDS-SupportedEncryptionTypes' = '24' }` on your domain controller which sets the AES fields on each account in the OU given in `<OU Path>` parameter.
134134
135135
>[!IMPORTANT]

docs/database-engine/availability-groups/windows/create-or-configure-an-availability-group-listener-sql-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ manager: erikre
6262

6363
|Permissions|Link|
6464
|-----------------|----------|
65-
|The cluster name object (CNO) of WSFC cluster that is hosting the availability group must have **Create Computer objects** permission.<br /><br /> In Active Directory, a CNO by default does not have **Create Computer objects** permission explicitly and can create 10 virtual computer objects (VCOs). After 10 VCOs are created, the creation of additional VCOs will fail. You can avoid this by granting the permission explicitly to the WSFC cluster's CNO. Note that VCOs for availability groups that you have deleted are not automatically deleted in Active Directory and count against your 10 VCO default limit unless they are manually deleted.<br /><br /> Note: In some organizations, the security policy prohibits granting **Create Computer objects** permission to individual user accounts.|*Steps for configuring the account for the person who installs the cluster* in [Failover Cluster Step-by-Step Guide: Configuring Accounts in Active Directory](https://technet.microsoft.com/library/cc731002\(WS.10\).aspx#BKMK_steps_installer)<br /><br /> *Steps for prestaging the cluster name account* in [Failover Cluster Step-by-Step Guide: Configuring Accounts in Active Directory](https://technet.microsoft.com/library/cc731002\(WS.10\).aspx#BKMK_steps_precreating)|
66-
|If your organization requires that you prestage the computer account for a listener virtual network name, you will need membership in the **Account Operator** group or your domain administrator's assistance.|*Steps for prestaging an account for a clustered service or application* in [Failover Cluster Step-by-Step Guide: Configuring Accounts in Active Directory](https://technet.microsoft.com/library/cc731002\(WS.10\).aspx#BKMK_steps_precreating2).|
65+
|The cluster name object (CNO) of WSFC cluster that is hosting the availability group must have **Create Computer objects** permission.<br /><br /> In Active Directory, a CNO by default does not have **Create Computer objects** permission explicitly and can create 10 virtual computer objects (VCOs). After 10 VCOs are created, the creation of additional VCOs will fail. You can avoid this by granting the permission explicitly to the WSFC cluster's CNO. Note that VCOs for availability groups that you have deleted are not automatically deleted in Active Directory and count against your 10 VCO default limit unless they are manually deleted.<br /><br /> Note: In some organizations, the security policy prohibits granting **Create Computer objects** permission to individual user accounts.|*Steps for configuring the account for the person who installs the cluster* in [Failover Cluster Step-by-Step Guide: Configuring Accounts in Active Directory](/#BKMK_steps_installer)<br /><br /> *Steps for prestaging the cluster name account* in [Failover Cluster Step-by-Step Guide: Configuring Accounts in Active Directory](/#BKMK_steps_precreating)|
66+
|If your organization requires that you prestage the computer account for a listener virtual network name, you will need membership in the **Account Operator** group or your domain administrator's assistance.|*Steps for prestaging an account for a clustered service or application* in [Failover Cluster Step-by-Step Guide: Configuring Accounts in Active Directory](/#BKMK_steps_precreating2).|
6767

6868
> [!TIP]
6969
> Generally, it is simplest not to prestage the computer account for a listener virtual network name. If you can, let the account to be created and configured automatically when you run the WSFC High Availability wizard.

docs/includes/alter-workload-group.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ALTER WORKLOAD GROUP { group_name | "default" }
5353
- For user-defined workload groups, the server tries to reduce the query degree of parallelism until the memory requirement falls under the limit, or until the degree of parallelism equals 1. If the query memory requirement is still greater than the limit, error 8657 occurs.
5454
- For internal and default workload groups, the server permits the query to obtain the required memory.
5555

56-
Be aware that both cases are subject to [time-out error 8645](/sql/relational-databases/errors-events/mssqlserver-8645-database-engine-error) if the server has insufficient physical memory.
56+
Be aware that both cases are subject to [time-out error 8645](../relational-databases/errors-events/mssqlserver-8645-database-engine-error.md) if the server has insufficient physical memory.
5757

5858
#### REQUEST_MAX_CPU_TIME_SEC = *value*
5959
Specifies the maximum amount of CPU time, in seconds, that a request can use. *value* must be 0 or a positive integer. The default setting for *value* is 0, which means unlimited. By default, Resource Governor will not prevent a request from continuing if the maximum time is exceeded. However, an event will be generated. For more information, see [CPU Threshold Exceeded Event Class](../relational-databases/event-classes/cpu-threshold-exceeded-event-class.md).
@@ -146,4 +146,4 @@ GO
146146
[CREATE RESOURCE POOL &#40;Transact-SQL&#41;](../t-sql/statements/create-resource-pool-transact-sql.md)
147147
[ALTER RESOURCE POOL &#40;Transact-SQL&#41;](../t-sql/statements/alter-resource-pool-transact-sql.md)
148148
[DROP RESOURCE POOL &#40;Transact-SQL&#41;](../t-sql/statements/drop-resource-pool-transact-sql.md)
149-
[ALTER RESOURCE GOVERNOR &#40;Transact-SQL&#41;](../t-sql/statements/alter-resource-governor-transact-sql.md)
149+
[ALTER RESOURCE GOVERNOR &#40;Transact-SQL&#41;](../t-sql/statements/alter-resource-governor-transact-sql.md)

docs/linux/sql-server-linux-performance-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ For more information about In-Memory OLTP, see the following topics:
157157
- [Migrating to In-Memory OLTP](../relational-databases/in-memory-oltp/plan-your-adoption-of-in-memory-oltp-features-in-sql-server.md)
158158
- [Faster temp table and table variable by using memory optimization](../relational-databases/in-memory-oltp/faster-temp-table-and-table-variable-by-using-memory-optimization.md)
159159
- [Monitor and Troubleshoot Memory Usage](../relational-databases/in-memory-oltp/monitor-and-troubleshoot-memory-usage.md)
160-
- [In-Memory OLTP (In-Memory Optimization)](../relational-databases/in-memory-oltp/in-memory-oltp-in-memory-optimization.md)
160+
- [In-Memory OLTP (In-Memory Optimization)](../relational-databases/in-memory-oltp/overview-and-usage-scenarios.md)
161161

162162
## Use Query Store
163163
Query Store collects detailed performance information about queries, execution plans, and runtime statistics.

docs/linux/sql-server-linux-setup-sql-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ sudo systemctl restart mssql-server
5353
> If you are upgrading from 2017 CU3 or below with Agent installed, SQL Server Agent will be enabled automatically and previous Agent packages will be uninstalled.
5454
5555
> [!NOTE]
56-
> SQL Server Management Studio Object Explorer does not display the contents of the SQL Server Agent node unless *Agent XPs* extended stored procedures are enabled, regardless of the SQL Server Agent service state. For more information, see [Agent XPs Server Configuration Option](/sql/database-engine/configure-windows/agent-xps-server-configuration-option)
56+
> SQL Server Management Studio Object Explorer does not display the contents of the SQL Server Agent node unless *Agent XPs* extended stored procedures are enabled, regardless of the SQL Server Agent service state. For more information, see [Agent XPs Server Configuration Option](../database-engine/configure-windows/agent-xps-server-configuration-option.md)
5757
5858
## <a name="InstallAgentBelowCU4"></a>Install the SQL Server Agent
5959

docs/machine-learning/python/reference/azureml-model-management-sdk/azureml-model-management-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This topic is a high-level description of package functionality. These classes a
3737
|--------|-|
3838
| Current version: | 1.0.1b7 |
3939
| Built on: | [Anaconda](https://www.continuum.io/why-anaconda) distribution of [Python 3.5](https://www.python.org/doc) |
40-
| Package distribution: | [Machine Learning Server 9.x](/machine-learning-server/what-is-machine-learning-server) </br>[SQL Server 2017 Machine Learning Server (Standalone)](/sql/machine-learning/r/r-server-standalone#whats-new-in-microsoft-machine-learning-server) |
40+
| Package distribution: | [Machine Learning Server 9.x](/machine-learning-server/what-is-machine-learning-server) </br>[SQL Server 2017 Machine Learning Server (Standalone)](../../../r/r-server-standalone.md#whats-new-in-microsoft-machine-learning-server) |
4141

4242

4343

@@ -84,7 +84,7 @@ There are three primary use cases for this release:
8484

8585
Add both Python modules to your computer by running setup:
8686

87-
+ Set up [Machine Learning Server](/machine-learning-server/install/machine-learning-server-install) for Python or [Python Machine Learning Services](/sql/machine-learning/install/sql-machine-learning-services-windows-install).
87+
+ Set up [Machine Learning Server](/machine-learning-server/install/machine-learning-server-install) for Python or [Python Machine Learning Services](../../../install/sql-machine-learning-services-windows-install.md).
8888

8989
Next, follow this quickstart to try it yourself:
9090

docs/machine-learning/r/reference/microsoftml/rxfastforest.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ Microsoft Corporation [`Microsoft Technical Support`](https://go.microsoft.com/f
279279
[`Quantile regression forest`](http://jmlr.org/papers/volume7/meinshausen06a/meinshausen06a.pdf)
280280

281281

282-
[`From Stumps to Trees to Forests`](https://blogs.technet.microsoft.com/machinelearning/2014/09/10/from-stumps-to-trees-to-forests/)
282+
[`From Stumps to Trees to Forests`](/archive/blogs/machinelearning/from-stumps-to-trees-to-forests)
283283

284284

285285

@@ -335,8 +335,3 @@ Microsoft Corporation [`Microsoft Technical Support`](https://go.microsoft.com/f
335335
# Plot actual versus predicted values with smoothed line
336336
rxLinePlot(Score ~ Ozone, type = c("p", "smooth"), data = rxFastForestScoreDF)
337337
```
338-
339-
340-
341-
342-

docs/machine-learning/r/reference/microsoftml/rxlogisticregression.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Microsoft Corporation [`Microsoft Technical Support`](https://go.microsoft.com/f
299299
[`Training of L1-Regularized Log-Linear Models`](https://research.microsoft.com/apps/pubs/default.aspx?id=78900)
300300

301301

302-
[`and L2 Regularization for Machine Learning`](https://msdn.microsoft.com/magazine/dn904675.aspx)
302+
[`and L2 Regularization for Machine Learning`](/archive/msdn-magazine/2015/february/test-run-l1-and-l2-regularization-for-machine-learning)
303303

304304

305305

@@ -352,7 +352,3 @@ Microsoft Corporation [`Microsoft Technical Support`](https://go.microsoft.com/f
352352
badPrediction = scoreMultiDF$Species != scoreMultiDF$PredictedLabel
353353
scoreMultiDF[badPrediction,]
354354
```
355-
356-
357-
358-

docs/machine-learning/r/reference/microsoftml/rxoneclasssvm.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Microsoft Corporation [`Microsoft Technical Support`](https://go.microsoft.com/f
224224
[`Anomaly detection`](https://en.wikipedia.org/wiki/Anomaly_detection)
225225

226226

227-
[`Azure Machine Learning Studio (classic): One-Class Support Vector Machine`](https://msdn.microsoft.com/library/azure/dn913103.aspx)
227+
[`Azure Machine Learning Studio (classic): One-Class Support Vector Machine`](/azure/machine-learning/studio-module-reference/one-class-support-vector-machine)
228228

229229

230230
[`Support of a High-Dimensional Distribution`](https://research.microsoft.com/pubs/69731/tr-99-87.pdf)
@@ -279,8 +279,3 @@ Microsoft Corporation [`Microsoft Technical Support`](https://go.microsoft.com/f
279279
# Look at average scores conditioned by 'isIris'
280280
rxCube(Score ~ F(isIris), data = scoreDF)
281281
```
282-
283-
284-
285-
286-

docs/relational-databases/logs/troubleshoot-a-full-transaction-log-sql-server-error-9002.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ AND bs.backup_start_date > DATEADD(month, -2, sysdatetime()) --only look at last
298298
ORDER BY bs.database_name asc, bs.Backup_Start_Date desc;
299299
```
300300

301-
A complete history of all SQL Server backup and restore operations on a server instance is stored in the `msdb` system database. For more information on backup history, see [Backup History and Header Information (SQL Server)](/sql/relational-databases/backup-restore/backup-history-and-header-information-sql-server).
301+
A complete history of all SQL Server backup and restore operations on a server instance is stored in the `msdb` system database. For more information on backup history, see [Backup History and Header Information (SQL Server)](../backup-restore/backup-history-and-header-information-sql-server.md).
302302

303303
#### Create a transaction log backup
304304

@@ -537,4 +537,4 @@ If autogrow is disabled, the database is online, and sufficient space is availab
537537
[Transaction Log Backups &#40;SQL Server&#41;](../../relational-databases/backup-restore/transaction-log-backups-sql-server.md)
538538
[sp_add_log_file_recover_suspect_db &#40;Transact-SQL&#41;](../../relational-databases/system-stored-procedures/sp-add-log-file-recover-suspect-db-transact-sql.md)
539539
[MSSQLSERVER_9002](../errors-events/mssqlserver-9002-database-engine-error.md)
540-
[How a log file structure can affect database recovery time - Microsoft Tech Community](https://techcommunity.microsoft.com/t5/sql-server-support/how-a-log-file-structure-can-affect-database-recovery-time/ba-p/315780)
540+
[How a log file structure can affect database recovery time - Microsoft Tech Community](https://techcommunity.microsoft.com/t5/sql-server-support/how-a-log-file-structure-can-affect-database-recovery-time/ba-p/315780)

0 commit comments

Comments
 (0)