Skip to content

Commit 2795c2f

Browse files
committed
final tables
1 parent a0cb564 commit 2795c2f

1 file changed

Lines changed: 25 additions & 9 deletions

File tree

docs/sql-server/data-classification.md

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ ms.workload: "Active"
2020
---
2121
# SQL Server Documentation
2222
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md](../includes/appliesto-ss-xxxx-xxxx-xxx-md.md)]
23+
This topic summarizes the behavior of different data objects used within SQL Server and how the objects are used to pass information of a personal or confidential manner. The data classification in this topic only applies to versions of the SQL Server on-premises product. It does not apply to the following:
24+
- Azure SQL Database
25+
- SQL Server Management Studio (SSMS)
26+
- SQL Server Data Tools (SSDT)
27+
- SQL Operations Studio
2328

2429
## Access Control
2530
Credential-related information used to secure logins, users, or accounts within a SQL Server installation.
@@ -31,8 +36,8 @@ Credential-related information used to secure logins, users, or accounts within
3136

3237
|Scenario |Access Restrictions |Retention Requirements |
3338
|---------|---------|---------|
34-
|These credentials never leave the user machine via Usage Feedback. |NA |NA |
35-
|Crash Dumps may contain Access Control Data. |NA |Crash Dumps: Maximum 30 days. |
39+
|These credentials never leave the user machine via Usage Feedback. |- |- |
40+
|Crash Dumps may contain Access Control Data. |- |Crash Dumps: Maximum 30 days. |
3641
|These credentials never leave the user machine via User Feedback unless Customer injects it manually |Limit to MSFT internal with no third party access. |User Feedback: Max 1 year |
3742
|
3843
## Customer Content
@@ -46,8 +51,8 @@ Data stored within user tables, directly or indirectly, including statistics or
4651
### Permitted Usage Scenarios
4752
|Scenario |Access Restrictions |Retention Requirements |
4853
|---------|---------|---------|
49-
|This data does not leave the user machine via Usage Feedback. |N/A |N/A |
50-
|Crash Dumps may contain Customer Content and be emitted to Microsoft. |N/A |Crash Dumps: Max 30 days. |
54+
|This data does not leave the user machine via Usage Feedback. |- |- |
55+
|Crash Dumps may contain Customer Content and be emitted to Microsoft. |- |Crash Dumps: Max 30 days. |
5156
|Customers with their consent can send User Feedback that contain Customer Content to Microsoft. |Limit to MSFT internal with no third party access. Microsoft can expose the data to the original customer. |User Feedback: Max 1 year |
5257

5358
## End-User Identifiable Information (EUII)
@@ -67,8 +72,8 @@ Data received from a user, or generated from their use of the product.
6772

6873
|Scenario |Access Restrictions |Retention Requirements|
6974
|---------|---------|---------|
70-
|This data does not leave the user machine via Usage Feedback. |N/A |N/A |
71-
|Crash Dumps may contain EUII and be emitted to Microsoft. |N/A |Crash Dumps: Max 30 days |
75+
|This data does not leave the user machine via Usage Feedback. |- |- |
76+
|Crash Dumps may contain EUII and be emitted to Microsoft. |- |Crash Dumps: Max 30 days |
7277
|Customer Identification ID may be emitted to Microsoft to deliver new hybrid and cloud features that the users have subscribed to. |N/A |Currently no such hybrid or cloud features exist.|
7378
|Customers with their consent can send User Feedback that contain Customer Content to Microsoft.|Limit to MSFT internal with no third party access. Microsoft can expose the data to the original customer. |User Feedback: Max 1 year |
7479

@@ -82,10 +87,11 @@ Data needed to provide Internet-based services per the SQL Server EULA.
8287
- Language Code
8388
- Partial IP Address
8489
- Map Data
85-
90+
91+
### Permitted Usage Scenarios
8692
|Scenario |Access Restrictions |Retention Requirements|
8793
|---------|---------|---------|
88-
|May be used by Microsoft to improve features and/or fix bugs in current features. |Limit to MSFT internal with no third party access. Microsoft can expose the data to the original customer (dashboards, etc.) |Min 90 days | Max 3 years |
94+
|May be used by Microsoft to improve features and/or fix bugs in current features. |Limit to MSFT internal with no third party access. Microsoft can expose the data to the original customer (dashboards, etc.) |Min 90 days - Max 3 years |
8995
|Customers with their consent can send User Feedback that contain Customer Content to Microsoft. |Limit to MSFT internal with no third party access. |Customers with their consent can send User Feedback that contain Customer Content to Microsoft. |
9096
|Power View and SQL Reporting Services Map Item(s) may send data for use of Bing Maps. |Limit to session data |- |
9197

@@ -106,6 +112,7 @@ The following are System Metadata when devoid of Customer Content/Access Control
106112
- Table, Column, Statistics Names
107113
- Event Names and Error Codes
108114

115+
### Permitted Usage Scenarios
109116
|Scenario |Access Restrictions |Retention Requirements|
110117
|---------|---------|---------|
111118
|May be used by Microsoft to improve features and/or fix bugs in current features.|Limit to MSFT internal with no third party access. |Min 90 days - Max 3 years |
@@ -114,4 +121,13 @@ May be used by Microsoft for future product planning. |Microsoft may share this
114121
|May be used by Microsoft to provide cloud-based services based on emitted Usage Feedback (Example: a customer dashboard showing feature usage across all SQL Server installations in an organization) |Microsoft can expose the data to the original customer (dashboards, etc.) |Min 90 days - Max 3 years |
115122
|Customers with their consent can send User Feedback that contain Customer Content to Microsoft. |Limit to MSFT internal with no third party access. Microsoft can expose the data to the original customer. |User Feedback: Max 1 year |
116123

117-
[!INCLUDE[get-help-options](../includes/paragraph-content/get-help-options.md)]
124+
#Object Metadata
125+
Data that describes or is used to configure servers, databases, tables, and other resources. Object metadata includes database table and column names but not the contents of database rows or other Customer Content.
126+
127+
### Examples
128+
- SQL Server database names
129+
130+
### Permitted Usage Scenarios
131+
None
132+
133+
[!INCLUDE[get-help-options](../includes/paragraph-content/get-help-options.md)]

0 commit comments

Comments
 (0)