Quantcast
Channel: CodeSection,代码区,SQL Server(mssql)数据库 技术分享 - CodeSec
Viewing all articles
Browse latest Browse all 3160

Disable or Turn-off SQL Server Telemetry Service

$
0
0

With SQL Server 2016, Microsoft is installing SQL Server Telemetry or CEIP (Customer Experience Improvement Program) Services by default. It sends feature usage info back to Microsoft. Y ou cannot skip the installation of these services. I find most of the DBAs even don’t aware that they have installed the service on their host. In case, you are wondering how to disable it. You can follow the below steps;

How to disable SQL Server Telemetry or CEIP Services?

Let’s follow the below steps to disable the Telemetry;

Log on to the host where you have installed the SQL Server Go to Start > Programs > Select SQL Server 2016 Error and Usage Reporting Unselect “Send windows Error and SQL Error Reports…” Unselect “Send Feature Usage Reports…” Click on the options, make sure all components are unselected Click OK
Disable or Turn-off SQL Server Telemetry Service

Happy Learning!


Viewing all articles
Browse latest Browse all 3160

Trending Articles