Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit dcc1f0c

Browse files
authored
Correct ssms telemetry opt out keys
The current docs are out of date with the code, I've provided the correct registry keys to opt out of ssms telemetry in v17 and 18.
1 parent f943d93 commit dcc1f0c

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

docs/sql-server/sql-server-customer-feedback.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ Enterprise customers can configure Group Policy settings to opt in or out of usa
9191
> [!NOTE]
9292
> {Major Version} refers to the version of SQL Server-for example, 140 for SQL Server 2017
9393
94-
- For SQL Server Management Studio:
94+
- For SQL Server Management Studio 17:
9595

96-
Subkey = HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL Server\140
96+
Subkey = HKEY_CURRENT_USER\Software\Microsoft\SQL Server Management Studio\14.0
9797

98-
RegEntry name = CustomerFeedback
98+
RegEntry name = UserFeedbackOptIn
9999

100100
Entry type DWORD: 0 is opt out; 1 is opt in
101101

@@ -109,6 +109,13 @@ Enterprise customers can configure Group Policy settings to opt in or out of usa
109109

110110
Registry-based Group Policy on these registry subkeys is honored by SQL Server 2017 usage data collection.
111111

112+
- For SQL Server Management Studio 18:
113+
114+
Subkey = HKEY_CURRENT_USER\Software\Microsoft\SQL Server Management Studio\18.0_IsoShell
115+
116+
RegEntry name = UserFeedbackOptIn
117+
118+
Entry type DWORD: 0 is opt out; 1 is opt in
112119
## Set registry subkeys for crash dump collection
113120

114121
Similar to the behavior in an earlier version of SQL Server, SQL Server 2017 Enterprise customers can configure Group Policy settings on the server to opt in or out of crash dump collection. This is done by configuring a registry-based policy. The relevant registry subkeys and settings are as follows:

0 commit comments

Comments
 (0)