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

Commit 7019ac4

Browse files
authored
Merge pull request #5980 from MicrosoftDocs/master
5/23 AM Publish
2 parents a0dd531 + e311d1f commit 7019ac4

282 files changed

Lines changed: 460 additions & 653 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openpublishing.redirection.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3692,6 +3692,12 @@
36923692
"source_path": "docs/relational-databases/import-export/reporting-import-flat-file-failures.md",
36933693
"redirect_url": "/sql/relational-databases/import-export/import-flat-file-wizard",
36943694
"redirect_document_id": false
3695+
},
3696+
{
3697+
"source_path": "docs/relational-databases/security/microsoft-sql-and-the-gdpr-requirements.md",
3698+
"redirect_url": "/sql/relational-databases/security/security-center-for-sql-server-database-engine-and-azure-sql-database",
3699+
"redirect_document_id": false
36953700
}
3701+
36963702
]
36973703
}

docs/relational-databases/security/microsoft-sql-and-the-gdpr-requirements.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

docs/relational-databases/security/sql-data-discovery-and-classification.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@ ms.author: giladm
1919
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md](../../includes/appliesto-ss-xxxx-xxxx-xxx-md.md)]
2020

2121
Data Discovery & Classification introduces a new tool built into SQL Server Management Studio (SSMS) for **discovering**, **classifying**, **labeling** & **reporting** the sensitive data in your databases.
22-
Discovering and classifying your most sensitive data (business, financial, healthcare, PII, etc.) can play a pivotal role in your organizational information protection stature. It can serve as infrastructure for:
23-
* Helping meet data privacy standards and regulatory compliance requirements, such as GDPR.
22+
Discovering and classifying your most sensitive data (business, financial, healthcare, etc.) can play a pivotal role in your organizational information protection stature. It can serve as infrastructure for:
23+
* Helping meet data privacy standards.
2424
* Controlling access to and hardening the security of databases/columns containing highly sensitive data.
2525

26-
2726
> [!NOTE]
2827
> Data Discovery & Classification is **supported for SQL Server 2008 and later**. For Azure SQL Database, see [Azure SQL Database Data Discovery & Classification](https://go.microsoft.com/fwlink/?linkid=866265).
2928

docs/relational-databases/sql-server-transaction-log-architecture-and-management-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ For more information on `FILEGROWTH` and `SIZE` arguments of `ALTER DATABASE`, s
133133

134134
To understand how the write-ahead log works, it is important for you to know how modified data is written to disk. [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] maintains a buffer cache into which it reads data pages when data must be retrieved. When a page is modified in the buffer cache, it is not immediately written back to disk; instead, the page is marked as *dirty*. A data page can have more than one logical write made before it is physically written to disk. For each logical write, a transaction log record is inserted in the log cache that records the modification. The log records must be written to disk before the associated dirty page is removed from the buffer cache and written to disk. The checkpoint process periodically scans the buffer cache for buffers with pages from a specified database and writes all dirty pages to disk. Checkpoints save time during a later recovery by creating a point at which all dirty pages are guaranteed to have been written to disk.
135135

136-
Writing a modified data page from the buffer cache to disk is called flushing the page. [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] has logic that prevents a dirty page from being flushed before the associated log record is written. Log records are written to disk when the transactions are committed.
136+
Writing a modified data page from the buffer cache to disk is called flushing the page. [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] has logic that prevents a dirty page from being flushed before the associated log record is written. Log records are written to disk when the log buffers are flushed. This happens whenever a transaction commits or the log buffers become full.
137137

138138
## <a name="Backups"></a> Transaction Log Backups
139139
This section presents concepts about how to back up and restore (apply) transaction logs. Under the full and bulk-logged recovery models, taking routine backups of transaction logs (*log backups*) is necessary for recovering data. You can back up the log while any full backup is running. For more information about recovery models, see [Back Up and Restore of SQL Server Databases](../relational-databases/backup-restore/back-up-and-restore-of-sql-server-databases.md).

docs/relational-databases/system-dynamic-management-views/always-on-availability-groups-dynamic-management-views-functions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: "Always On Availability Groups Dynamic Management Views - Functions | Mic
33
ms.custom: ""
44
ms.date: "03/16/2017"
55
ms.prod: sql
6-
ms.prod_service: "database-engine"
7-
ms.component: "dmv's"
86
ms.reviewer: ""
97
ms.suite: "sql"
108
ms.technology: system-objects

docs/relational-databases/system-dynamic-management-views/change-data-capture-sys-dm-cdc-errors.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: "sys.dm_cdc_errors (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "06/10/2016"
55
ms.prod: sql
6-
ms.prod_service: "database-engine"
7-
ms.component: "dmv's"
86
ms.reviewer: ""
97
ms.suite: "sql"
108
ms.technology: system-objects

docs/relational-databases/system-dynamic-management-views/change-data-capture-sys-dm-cdc-log-scan-sessions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: "sys.dm_cdc_log_scan_sessions (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "06/10/2016"
55
ms.prod: sql
6-
ms.prod_service: "database-engine"
7-
ms.component: "dmv's"
86
ms.reviewer: ""
97
ms.suite: "sql"
108
ms.technology: system-objects

docs/relational-databases/system-dynamic-management-views/change-tracking-sys-dm-tran-commit-table.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ ms.custom: ""
44
ms.date: "03/15/2017"
55
ms.prod: sql
66
ms.prod_service: "database-engine, sql-database"
7-
ms.component: "dmv's"
87
ms.reviewer: ""
98
ms.suite: "sql"
109
ms.technology: system-objects

docs/relational-databases/system-dynamic-management-views/common-language-runtime-related-dynamic-management-views-transact-sql.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: "Common Language Runtime Related Dynamic Management Views (Transact-SQL)
33
ms.custom: ""
44
ms.date: "03/15/2017"
55
ms.prod: sql
6-
ms.prod_service: "database-engine"
7-
ms.component: "dmv's"
86
ms.reviewer: ""
97
ms.suite: "sql"
108
ms.technology: system-objects

docs/relational-databases/system-dynamic-management-views/database-mirroring-sys-dm-db-mirroring-auto-page-repair.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: "sys.dm_db_mirroring_auto_page_repair (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "03/15/2017"
55
ms.prod: sql
6-
ms.prod_service: "database-engine"
7-
ms.component: "dmv's"
86
ms.reviewer: ""
97
ms.suite: "sql"
108
ms.technology: system-objects

0 commit comments

Comments
 (0)