728x90
반응형
www.sqlservercentral.com/blogs/disable-or-turn-off-sql-server-telemetry-service
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. You 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
728x90
반응형
'운영 > SQL Server 관리 도구' 카테고리의 다른 글
MS SQL 서버 목록 관리 하기 ( Registered Servers - 등록된 서버 ) (0) | 2022.05.16 |
---|---|
여러 서버들을 중앙 서버에 등록해서 관리하기 (0) | 2021.05.26 |
SSMS에서 코드 자동 정렬 (0) | 2019.07.03 |
[스크랩] SQL Server Central Management Servers System Tables (0) | 2014.01.02 |
테이블 리스트가 많을 경우 필터 적용하기 (0) | 2013.11.30 |