Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 876447d

Browse files
committed
Bringing even with master.
2 parents ab307c4 + 4309737 commit 876447d

2 files changed

Lines changed: 13 additions & 7 deletions

File tree

docs/linux/sql-server-linux-configure-mssql-conf.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article describes how to use the mssql-conf tool to configure
44
author: rothja
55
ms.author: jroth
66
manager: craigg
7-
ms.date: 02/20/2018
7+
ms.date: 06/22/2018
88
ms.topic: article
99
ms.prod: sql
1010
ms.component: ""
@@ -92,7 +92,10 @@ For a list of supported collations, run the [sys.fn_helpcollations](../relationa
9292

9393
## <a id="customerfeedback"></a> Configure customer feedback
9494

95-
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.
9699
97100
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**.
98101

@@ -106,7 +109,7 @@ The **telemetry.customerfeedback** setting changes whether SQL Server sends feed
106109
sudo systemctl restart mssql-server
107110
```
108111

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).
110113

111114
## <a id="datadir"></a> Change the default data or log directory location
112115

docs/linux/sql-server-linux-customer-feedback.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Describes how SQL Server customer feedback is collected and configu
44
author: annashres
55
ms.author: anshrest
66
manager: craigg
7-
ms.date: 10/02/2017
7+
ms.date: 06/22/2018
88
ms.topic: conceptual
99
ms.prod: sql
1010
ms.suite: sql
@@ -17,7 +17,7 @@ ms.technology: linux
1717

1818
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.
1919

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).
2121

2222
Specifically, Microsoft does not send any of the following types of information through this mechanism:
2323

@@ -34,6 +34,9 @@ SQL Server 2017 always collects and sends information about the installation exp
3434

3535
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:
3636

37+
> [!IMPORTANT]
38+
> You can not turn off customer feedback for free editions of SQL Server, Express and Developer.
39+
3740
### On Red Hat, SUSE, and Ubuntu
3841

3942
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
4952
```
5053

5154
### 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).
5356

5457
1. Add an `mssql.conf` file with the lines `[telemetry]` and `customerfeedback = false` in the host directory:
5558

@@ -105,7 +108,7 @@ This option enables Local Audit and lets you set the directory where the Local A
105108
```
106109

107110
### 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).
109112

110113
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:
111114

0 commit comments

Comments
 (0)