Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 2.91 KB

File metadata and controls

62 lines (40 loc) · 2.91 KB
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

Local audit for SSMS usage and diagnostic data collection

[!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.

Audit feature usage and diagnostic data

To see feature usage data that is collected by SSMS, perform the following steps:

  1. Launch SSMS.
  2. Click View, then click Output in the main menu to show the Output window.
  3. 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.

Enable or disable usage and diagnostic data collection in SSMS

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.0

    RegEntry name = UserFeedbackOptIn

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

    Additionally, 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 OptIn

    For example, change the subkey to the following:
    HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\VisualStudio\SQM OptIn = 0

    Registry-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_IsoShell

    RegEntry name = UserFeedbackOptIn

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

See also