You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **telemetry.customerfeedback** setting changes whether SQL Server sends feedback to Microsoft or not. By default, this value is set to **true**. To change the value, run the following commands:
95
+
The **telemetry.customerfeedback** setting changes whether SQL Server sends feedback to Microsoft or not. By default, this value is set to **true** for all editions. To change the value, run the following commands:
96
+
97
+
> [!IMPORTANT]
98
+
> You can not turn off customer feedback for free editions of SQL Server, Express and Developer.
96
99
97
100
1. Run the mssql-conf script as root with the **set** command for **telemetry.customerfeedback**. The following example turns off customer feedback by specifying **false**.
98
101
@@ -106,7 +109,7 @@ The **telemetry.customerfeedback** setting changes whether SQL Server sends feed
106
109
sudo systemctl restart mssql-server
107
110
```
108
111
109
-
For more information, see [Customer Feedback for SQL Server on Linux](sql-server-linux-customer-feedback.md).
112
+
For more information, see [Customer Feedback for SQL Server on Linux](sql-server-linux-customer-feedback.md) and the [SQL Server Privacy Statement](http://go.microsoft.com/fwlink/?LinkID=868444).
110
113
111
114
## <aid="datadir"></a> Change the default data or log directory location
Copy file name to clipboardExpand all lines: docs/linux/sql-server-linux-customer-feedback.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Describes how SQL Server customer feedback is collected and configu
4
4
author: annashres
5
5
ms.author: anshrest
6
6
manager: craigg
7
-
ms.date: 10/02/2017
7
+
ms.date: 06/22/2018
8
8
ms.topic: conceptual
9
9
ms.prod: sql
10
10
ms.suite: sql
@@ -17,7 +17,7 @@ ms.technology: linux
17
17
18
18
By default, Microsoft SQL Server collects information about how its customers are using the application. Specifically, SQL Server collects information about the installation experience, usage, and performance. This information helps Microsoft improve the product to better meet customer needs. For example, Microsoft collects information about what kinds of error codes customers encounter so that we can fix related bugs, improve our documentation about how to use SQL Server, and determine whether features should be added to the product to better serve customers.
19
19
20
-
This document provides details about what kinds of information are collected and about how to configure Microsoft SQL Server on Linux to send that collected information to Microsoft. SQL Server 2017 includes a privacy statement that explains what information we do and do not collect from users. Please read the privacy statement.
20
+
This document provides details about what kinds of information are collected and about how to configure Microsoft SQL Server on Linux to send that collected information to Microsoft. SQL Server 2017 includes a privacy statement that explains what information we do and do not collect from users. For more information, see the [privacy statement](http://go.microsoft.com/fwlink/?LinkID=868444).
21
21
22
22
Specifically, Microsoft does not send any of the following types of information through this mechanism:
23
23
@@ -34,6 +34,9 @@ SQL Server 2017 always collects and sends information about the installation exp
34
34
35
35
This option lets you change if SQL Server sends feedback to Microsoft or not. By default, this value is set to true. To change the value, run the following commands:
36
36
37
+
> [!IMPORTANT]
38
+
> You can not turn off customer feedback for free editions of SQL Server, Express and Developer.
39
+
37
40
### On Red Hat, SUSE, and Ubuntu
38
41
39
42
1. Run the mssql-conf script as root with the **set** command for **telemetry.customerfeedback**. The following example turns off customer feedback by specifying **false**.
@@ -49,7 +52,7 @@ This option lets you change if SQL Server sends feedback to Microsoft or not. By
49
52
```
50
53
51
54
### On Docker
52
-
To disable Customer Feedback on docker you must have Docker [persist your data](sql-server-linux-configure-docker.md).
55
+
To disable Customer Feedback on docker, you must have Docker [persist your data](sql-server-linux-configure-docker.md).
53
56
54
57
1. Add an `mssql.conf` file with the lines `[telemetry]` and `customerfeedback = false` in the host directory:
55
58
@@ -105,7 +108,7 @@ This option enables Local Audit and lets you set the directory where the Local A
105
108
```
106
109
107
110
### On Docker
108
-
To enable Local Audit on docker you must have Docker [persist your data](sql-server-linux-configure-docker.md).
111
+
To enable Local Audit on docker, you must have Docker [persist your data](sql-server-linux-configure-docker.md).
109
112
110
113
1. The target directory for new Local Audit logs will be in the container. Create a target directory for new Local Audit logs in the host directory on your machine. The following example creates a new **/audit** directory:
0 commit comments