Skip to content

Commit 520c0c7

Browse files
authored
Merge pull request #36046 from rwestMSFT/rw-1209-trace-flags
Refresh DBCC trace flags
2 parents 9529491 + 36c7898 commit 520c0c7

File tree

5 files changed

+134
-134
lines changed

5 files changed

+134
-134
lines changed

docs/linux/new-to-linux-learning-resources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ landingContent:
5656
url: sql-server-linux-configure-mssql-conf.md#tcpport
5757
- text: Change default paths
5858
url: sql-server-linux-configure-mssql-conf.md#datadir
59-
- text: Set traceflags
59+
- text: Set trace flags
6060
url: sql-server-linux-configure-mssql-conf.md#traceflags
6161
- text: Join domain
6262
url: sql-server-linux-active-directory-authentication.md

docs/linux/sample-unattended-install-redhat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ sudo firewall-cmd --reload
112112
# Example of setting post-installation configuration options
113113
# Set trace flags 1204 and 1222 for deadlock tracing:
114114
#echo Setting trace flags...
115-
#sudo /opt/mssql/bin/mssql-conf traceflag 1204 1222 on
115+
#sudo /opt/mssql/bin/mssql-conf trace flag 1204 1222 on
116116

117117
# Restart SQL Server after making configuration changes:
118118
echo Restarting SQL Server...

docs/linux/sample-unattended-install-suse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ sudo SuSEfirewall2 start
119119
# Example of setting post-installation configuration options
120120
# Set trace flags 1204 and 1222 for deadlock tracing:
121121
# echo Setting trace flags...
122-
# sudo /opt/mssql/bin/mssql-conf traceflag 1204 1222 on
122+
# sudo /opt/mssql/bin/mssql-conf trace flag 1204 1222 on
123123

124124
# Restart SQL Server after making configuration changes:
125125
echo Restarting SQL Server...

docs/linux/sample-unattended-install-ubuntu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ sudo ufw reload
119119
# Optional example of post-installation configuration.
120120
# Trace flags 1204 and 1222 are for deadlock tracing.
121121
# echo Setting trace flags...
122-
# sudo /opt/mssql/bin/mssql-conf traceflag 1204 1222 on
122+
# sudo /opt/mssql/bin/mssql-conf trace flag 1204 1222 on
123123

124124
# Restart SQL Server after installing:
125125
echo Restarting SQL Server...

0 commit comments

Comments
 (0)