| title | Usage and Diagnostic Data |
|---|---|
| ms.custom | seo-lt-2019 |
| ms.date | 04/16/2019 |
| ms.prod | sql |
| ms.prod_service | sql-tools |
| ms.reviewer | |
| ms.technology | ssms |
| ms.topic | conceptual |
| ms.assetid | c28ffa44-7b8b-4efa-b755-c7a3b1c11ce4 |
| author | markingmyname |
| ms.author | maghan |
[!INCLUDESQL Server Azure SQL Database Synapse Analytics PDW ]
SQL Server Management Studio (SSMS) contains Internet-enabled features that can collect and send anonymous feature usage and diagnostic data to Microsoft. SSMS may collect standard computer information and information about use and performance that may be transmitted to Microsoft and analyzed for purposes of improving the quality, security, and reliability of SSMS. We do not collect your name, address, or other contact information. For details, see the Microsoft Privacy Statement, and SQL Server Privacy supplement.
To see feature usage data that is collected by SSMS, perform the following steps:
- Launch SSMS.
- Click View, then click Output in the main menu to show the Output window.
- When the Output window is visible, choose Telemetry in the Show output from: menu.
While you use SSMS to interact with your databases, the Output window shows the data that is collected.
To opt in or out of usage data collection for SSMS:
-
For SQL Server Management Studio 17:
Subkey = HKEY_CURRENT_USER\Software\Microsoft\SQL Server Management Studio\14.0RegEntry name =
UserFeedbackOptInEntry type
DWORD:0is opt out;1is opt inAdditionally, SSMS 17.x is based on the Visual Studio 2015 shell, and the Visual Studio installation enables customer feedback by default.
To configure Visual Studio to disable customer feedback on individual computers, change the value of the following registry subkey to string
0:HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\VisualStudio\SQM OptInFor example, change the subkey to the following:
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\VisualStudio\SQM OptIn=0Registry-based Group Policy on these registry subkeys is honored by SQL Server 2017 usage and diagnostic data collection.
-
For SQL Server Management Studio 18:
Subkey = HKEY_CURRENT_USER\Software\Microsoft\SQL Server Management Studio\18.0_IsoShellRegEntry name =
UserFeedbackOptInEntry type
DWORD:0is opt out;1is opt in