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

Commit a9c3518

Browse files
Merge pull request #18949 from v-thepet/validations4
BULK VALIDATIONS fix column-header-missing 5th and last set
2 parents d1da39f + ce028d3 commit a9c3518

27 files changed

Lines changed: 74 additions & 93 deletions

File tree

docs/relational-databases/indexes/columnstore-indexes-what-s-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
4242
|Nonclustered columnstore index definition supports using a filtered condition|||yes|yes|yes|yes|yes|
4343
|Compression delay option for columnstore indexes in `CREATE TABLE` and `ALTER TABLE`|||yes|yes|yes|yes|yes|
4444
|Columnstore index can have a non-persisted computed column||||yes|yes|||
45-
|Tuple mover background merge support||||||yes|yes|yes|
45+
|Tuple mover background merge support|||||yes|yes|yes|
4646

4747
<sup>1</sup> To create a read-only nonclustered columnstore index, store the index on a read-only filegroup.
4848

docs/relational-databases/maintenance-plans/options-in-the-back-up-database-task-for-maintenance-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ ms.author: mikeray
9292
**Set backup compression**
9393
In [!INCLUDE[ssEnterpriseEd10](../../includes/ssenterpriseed10-md.md)] (or a later version), select one the following [backup compression](../../relational-databases/backup-restore/backup-compression-sql-server.md) values:
9494

95-
|||
95+
|Value|Description|
9696
|-|-|
9797
|**Use the default server setting**|Click to use the server-level default.<br /><br /> This default is set by the **backup compression default** server-configuration option. For information about how to view the current setting of this option, see [View or Configure the backup compression default Server Configuration Option](../../database-engine/configure-windows/view-or-configure-the-backup-compression-default-server-configuration-option.md).|
9898
|**Compress backup**|Click to compress the backup, regardless of the server-level default.<br /><br /> **\*\* Important \*\*** By default, compression significantly increases CPU usage, and the additional CPU consumed by the compression process might adversely affect concurrent operations. Therefore, you might want to create low-priority compressed backups in a session whose CPU usage is limited by [Resource Governor](../../relational-databases/resource-governor/resource-governor.md). For more information, see [Use Resource Governor to Limit CPU Usage by Backup Compression &#40;Transact-SQL&#41;](../../relational-databases/backup-restore/use-resource-governor-to-limit-cpu-usage-by-backup-compression-transact-sql.md).|

docs/relational-databases/maintenance-plans/use-the-maintenance-plan-wizard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ Generate a maintenance plan that runs this task against all [!INCLUDE[msCoName](
412412
**Set backup compression** list
413413
In [!INCLUDE[ssEnterpriseEd10](../../includes/ssenterpriseed10-md.md)] (or later versions), select one the following [backup compression](../../relational-databases/backup-restore/backup-compression-sql-server.md) values:
414414

415-
|||
415+
|Value|Description|
416416
|-|-|
417417
|**Use the default server setting**|Click to use the server-level default. This default is set by the **backup compression default** server-configuration option. For information about how to view the current setting of this option, see [View or Configure the backup compression default Server Configuration Option](../../database-engine/configure-windows/view-or-configure-the-backup-compression-default-server-configuration-option.md).|
418418
|**Compress backup**|Click to compress the backup, regardless of the server-level default.<br /><br /> **\*\* Important \*\*** By default, compression significantly increases CPU usage, and the additional CPU consumed by the compression process might adversely affect concurrent operations. Therefore, you might want to create low-priority compressed backups in a session whose CPU usage is limited by the Resource Governor. For more information, see [Use Resource Governor to Limit CPU Usage by Backup Compression &#40;Transact-SQL&#41;](../../relational-databases/backup-restore/use-resource-governor-to-limit-cpu-usage-by-backup-compression-transact-sql.md).|

docs/relational-databases/native-client-ole-db-interfaces/ibcpsession2-bcpsetbulkmode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ HRESULT BCPSetBulkMode (
5252
## Returns
5353
IBCPSession2::BCPSetBulkMode can return one of the following:
5454

55-
|||
55+
|Value|Description|
5656
|-|-|
5757
|**S_OK**|The method succeeded.|
5858
|**E_FAIL**|A provider specific error occurred, for detailed information use the ISQLServerErrorInfo interface.|

docs/relational-databases/performance/performance-center-for-sql-server-database-engine-and-azure-sql-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ms.author: wiassaf
3232
## Configuration Options for Performance
3333
[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] provides the ability to affect database engine performance through a number of configuration options at the [!INCLUDE[ssDEnoversion](../../includes/ssdenoversion-md.md)] level. With [!INCLUDE[ssSDSFull](../../includes/sssdsfull-md.md)], Microsoft performs most, but not all, of these optimizations for you.
3434

35-
|||
35+
|Options|Description|
3636
|-|-|
3737
|**Disk configuration options**|:::image type="icon" source="../../relational-databases/performance/media/security-center-sqlserver.png"::: [Disk striping and RAID](https://technet.microsoft.com/library/ms190764\(v=sql.105\).aspx)|
3838
|**Data and log file configuration options**|:::image type="icon" source="../../relational-databases/performance/media/security-center-sqlserver.png"::: [Place Data and Log Files on Separate Drives](../../relational-databases/policy-based-management/place-data-and-log-files-on-separate-drives.md)<br />:::image type="icon" source="../../relational-databases/performance/media/security-center-sqlserver.png"::: [View or Change the Default Locations for Data and Log Files &#40;SQL Server Management Studio&#41;](../../database-engine/configure-windows/view-or-change-the-default-locations-for-data-and-log-files.md)|
@@ -50,7 +50,7 @@ ms.author: wiassaf
5050
5151
## Query Performance Options
5252

53-
|||
53+
|Option|Description|
5454
|-|-|
5555
|:::image type="icon" source="../../relational-databases/performance/media/security-center-both.png"::: **[Indexes](../../relational-databases/indexes/indexes.md)**|[Reorganize and Rebuild Indexes](../../relational-databases/indexes/reorganize-and-rebuild-indexes.md)<br />[Specify Fill Factor for an Index](../../relational-databases/indexes/specify-fill-factor-for-an-index.md)<br />[Configure Parallel Index Operations](../../relational-databases/indexes/configure-parallel-index-operations.md)<br />[SORT_IN_TEMPDB Option For Indexes](../../relational-databases/indexes/sort-in-tempdb-option-for-indexes.md)<br />[Improve the Performance of Full-Text Indexes](../../relational-databases/search/improve-the-performance-of-full-text-indexes.md)<br />[Configure the min memory per query Server Configuration Option](../../database-engine/configure-windows/configure-the-min-memory-per-query-server-configuration-option.md)<br />[Configure the index create memory Server Configuration Option](../../database-engine/configure-windows/configure-the-index-create-memory-server-configuration-option.md)|
5656
|:::image type="icon" source="../../relational-databases/performance/media/security-center-both.png"::: **[Partitioned Tables and Indexes](../../relational-databases/partitions/partitioned-tables-and-indexes.md)**|[Benefits of Partitioning](../partitions/partitioned-tables-and-indexes.md)|

docs/relational-databases/sql-server-transaction-locking-and-row-versioning-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -515,9 +515,9 @@ GO
515515

516516
<a name="lock_compat_table"></a> The following table shows the compatibility of the most commonly encountered lock modes.
517517

518-
||Existing granted mode||||||
518+
|Existing granted mode|**IS**|**S**|**U**|**IX**|**SIX**|**X**|
519519
|------|---------------------------|------|------|------|------|------|
520-
|**Requested mode**|**IS**|**S**|**U**|**IX**|**SIX**|**X**|
520+
|**Requested mode**|
521521
|**Intent shared (IS)**|Yes|Yes|Yes|Yes|Yes|No|
522522
|**Shared (S)**|Yes|Yes|Yes|No|No|No|
523523
|**Update (U)**|Yes|Yes|No|No|No|No|
@@ -558,9 +558,9 @@ GO
558558

559559
Key-range lock modes have a compatibility matrix that shows which locks are compatible with other locks obtained on overlapping keys and ranges.
560560

561-
||Existing granted mode|||||||
561+
|Existing granted mode|**S**|**U**|**X**|**RangeS-S**|**RangeS-U**|**RangeI-N**|**RangeX-X**|
562562
|------|---------------------------|------|------|------|------|------|------|
563-
|**Requested mode**|**S**|**U**|**X**|**RangeS-S**|**RangeS-U**|**RangeI-N**|**RangeX-X**|
563+
|**Requested mode**
564564
|**Shared (S)**|Yes|Yes|No|Yes|Yes|Yes|No|
565565
|**Update (U)**|Yes|No|No|Yes|No|Yes|No|
566566
|**Exclusive (X)**|No|No|No|No|No|Yes|No|

docs/relational-databases/system-catalog-views/sys-fulltext-semantic-language-statistics-database-transact-sql.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ ms.reviewer: mikeray
2929
You can query this view to find out about the semantic language statistics component required for semantic processing.
3030

3131

32-
||||
33-
|-|-|-|
3432
|**Column name**|**Type**|**Description**|
33+
|-|-|-|
3534
|**database_id**|**int**|ID of the database, unique within an instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].|
3635
|**register_date**|**datetime**|Date the database was registered for semantic processing.|
3736
|**registered_by**|**int**|ID of the server principal that registered the database for semantic processing.|

docs/relational-databases/system-catalog-views/sys-pdw-permanent-table-mappings-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Ties permanent user tables to internal object names by **object_id**.
2323
2424
|Column Name|Data Type|Description|
2525
|-----------------|---------------|-----------------|
26-
|physical_name|**nvarchar(36)**|The physical name for the table.<br /><br /> **physical_name** and **object_id** form the key for this view.||
27-
|object_id|**int**|The object ID for the table. See [sys.objects &#40;Transact-SQL&#41;](../../relational-databases/system-catalog-views/sys-objects-transact-sql.md).<br /><br /> **physical_name** and **object_id** form the key for this view.||
26+
|physical_name|**nvarchar(36)**|The physical name for the table.<br /><br /> **physical_name** and **object_id** form the key for this view.|
27+
|object_id|**int**|The object ID for the table. See [sys.objects &#40;Transact-SQL&#41;](../../relational-databases/system-catalog-views/sys-objects-transact-sql.md).<br /><br /> **physical_name** and **object_id** form the key for this view.|
2828

2929
## See Also
3030
[Azure Synapse Analytics and Parallel Data Warehouse Catalog Views](../../relational-databases/system-catalog-views/sql-data-warehouse-and-parallel-data-warehouse-catalog-views.md)

docs/relational-databases/system-catalog-views/sys-workload-management-workload-groups-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ monikerRange: "=azure-sqldw-latest"
2424
|-----------------|---------------|-----------------|-----------|
2525
|group_id|**int**|Unique ID of the workload group. Is not nullable.||
2626
|name|**sysname**|Name of the workload group. Must be unique to the instance. Is not nullable.||
27-
|importance|**nvarchar(128)**|Is the relative importance of a request in this workload group and across workload groups for shared resources. Is not nullable.|low, below_normal, normal (default), above_normal, high||
27+
|importance|**nvarchar(128)**|Is the relative importance of a request in this workload group and across workload groups for shared resources. Is not nullable.|low, below_normal, normal (default), above_normal, high|
2828
|min_percentage_resource|**tinyint**|Guaranteed amount of resources for requests in the workload group. Resources are not shared with other workload groups. Is not nullable.||
2929
|cap_percentage_resource|**tinyint**|Hard cap on the resource percentage allocation for requests in the workload group. Limits the maximum resources allocated to the specified level. The allowed range for value is from 1 through 100.||
3030
|request_min_resource_grant_percent|**decimal(5,2)**|Specifies the minimum amount of resources allocated to a request. The allowed range for value is from 0.75 to 100.||

docs/relational-databases/system-dynamic-management-views/sql-server-operating-system-related-dynamic-management-views-transact-sql.md

Lines changed: 16 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -23,42 +23,25 @@ ms.author: wiassaf
2323

2424
This section documents dynamic management views (DMV) that are associated with [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Operating System (SQLOS). SQLOS is responsible for managing operating system resources that are specific to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
2525

26-
27-
| | |
28-
|---------|---------|
29-
|**sys.dm_os_buffer_descriptors** | **sys.dm_os_buffer_pool_extension_configuration**|
30-
|**sys.dm_os_child_instances** | **sys.dm_os_cluster_nodes** |
31-
|**sys.dm_os_cluster_properties** | **sys.dm_os_dispatcher_pools** |
32-
|**sys.dm_os_enumerate_fixed_drives** | **sys.dm_os_host_info** |
33-
|**sys.dm_os_hosts** | **sys.dm_os_latch_stats** |
34-
|**sys.dm_os_loaded_modules** |**sys.dm_os_memory_brokers**|
35-
|**sys.dm_os_memory_cache_clock_hands**|**sys.dm_os_memory_cache_counters** |
36-
|**sys.dm_os_memory_cache_entries**|**sys.dm_os_memory_cache_hash_tables**|
37-
|**sys.dm_os_memory_clerks**|**sys.dm_os_memory_nodes**|
38-
|**sys.dm_os_nodes**|**sys.dm_os_performance_counters**|
39-
|**sys.dm_os_process_memory**|**sys.dm_os_schedulers**|
40-
|**sys.dm_os_server_diagnostics_log_configurations**|**sys.dm_os_spinlock_stats** |
41-
|**sys.dm_os_stacks**|**sys.dm_os_sys_info**|
42-
|**sys.dm_os_sys_memory**|**sys.dm_os_tasks**|
43-
|**sys.dm_os_threads** |**sys.dm_os_virtual_address_dump**|
44-
|**sys.dm_os_volume_stats**|**sys.dm_os_waiting_tasks**|
45-
|**sys.dm_os_wait_stats**|**sys.dm_os_windows_info**|
46-
|**sys.dm_os_workers** ||
47-
48-
49-
50-
51-
52-
53-
26+
:::row:::
27+
:::column span="":::
28+
**sys.dm_os_buffer_descriptors**<br> **sys.dm_os_buffer_pool_extension_configuration**<br> **sys.dm_os_child_instances**<br> **sys.dm_os_cluster_nodes** <br> **sys.dm_os_cluster_properties**<br> **sys.dm_os_dispatcher_pools** <br> **sys.dm_os_enumerate_fixed_drives**<br> **sys.dm_os_host_info** <br> **sys.dm_os_hosts**<br> **sys.dm_os_latch_stats** <br> **sys.dm_os_loaded_modules**<br> **sys.dm_os_memory_brokers**<br> **sys.dm_os_memory_cache_clock_hands**<br> **sys.dm_os_memory_cache_counters** <br> **sys.dm_os_memory_cache_entries**<br> **sys.dm_os_memory_cache_hash_tables**<br> **sys.dm_os_memory_clerks**<br> **sys.dm_os_memory_nodes**
29+
:::column-end:::
30+
:::column span="":::
31+
**sys.dm_os_nodes**<br> **sys.dm_os_performance_counters**<br> **sys.dm_os_process_memory**<br> **sys.dm_os_schedulers**<br> **sys.dm_os_server_diagnostics_log_configurations**<br> **sys.dm_os_spinlock_stats** <br> **sys.dm_os_stacks**<br> **sys.dm_os_sys_info**<br> **sys.dm_os_sys_memory**<br> **sys.dm_os_tasks**<br> **sys.dm_os_threads**<br> **sys.dm_os_virtual_address_dump**<br> **sys.dm_os_volume_stats**<br> **sys.dm_os_waiting_tasks**<br> **sys.dm_os_wait_stats**<br> **sys.dm_os_windows_info**<br> **sys.dm_os_workers**
32+
:::column-end:::
33+
:::row-end:::
5434

5535
The following [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Operating System-related dynamic management views are [!INCLUDE[ssInternalOnly](../../includes/ssinternalonly-md.md)].
5636

57-
|||
58-
|-|-|
59-
|**sys.dm_os_function_symbolic_name**|**sys.dm_os_ring_buffers**|
60-
|**sys.dm_os_memory_allocations**|**sys.dm_os_sublatches**|
61-
|**sys.dm_os_worker_local_storage**||
37+
:::row:::
38+
:::column span="":::
39+
**sys.dm_os_function_symbolic_name**<br> **sys.dm_os_ring_buffers** <br> **sys.dm_os_memory_allocations**
40+
:::column-end:::
41+
:::column span="":::
42+
**sys.dm_os_sublatches** <br> **sys.dm_os_worker_local_storage**
43+
:::column-end:::
44+
:::row-end:::
6245

6346
## See Also
6447
[Dynamic Management Views and Functions &#40;Transact-SQL&#41;](~/relational-databases/system-dynamic-management-views/system-dynamic-management-views.md)

0 commit comments

Comments
 (0)