Skip to content

Commit 3f4f47e

Browse files
authored
Merge pull request #25555 from rwestMSFT/rw-0113-asa
[BULK] INCLUDE file maintenance: fix ASA includes
2 parents b5c99be + 62c8b24 commit 3f4f47e

93 files changed

Lines changed: 289 additions & 289 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.

docs/relational-databases/indexes/columnstore-indexes-design-guidance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ These are tasks for creating and maintaining columnstore indexes.
217217
To create an empty columnstore index for:
218218

219219
- [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] or [!INCLUDE[ssSDS](../../includes/sssds-md.md)], refer to [CREATE TABLE (Transact-SQL)](../../t-sql/statements/create-table-transact-sql.md).
220-
- [!INCLUDEssazuresynapse-md(../../includes/ssazuresynapse-md.md)], refer to [CREATE TABLE (Azure Synapse Analytics)](../../t-sql/statements/create-table-as-select-azure-sql-data-warehouse.md).
220+
- [!INCLUDE[ssazuresynapse-md](../../includes/ssazuresynapse-md.md)], refer to [CREATE TABLE (Azure Synapse Analytics)](../../t-sql/statements/create-table-as-select-azure-sql-data-warehouse.md).
221221

222222
For more information on how to convert an existing rowstore heap or B-tree index into a clustered columnstore index, or to create a nonclustered columnstore index, refer to [CREATE COLUMNSTORE INDEX (Transact-SQL)](../../t-sql/statements/create-columnstore-index-transact-sql.md).
223223

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
1414

1515
[!INCLUDE[SQL Server Azure SQL Database Synapse Analytics PDW ](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
1616

17-
Learn about which columnstore features available for each version of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], and the latest releases of [!INCLUDE[ssSDS](../../includes/sssds-md.md)], [!INCLUDEssazuresynapse-md(../../includes/ssazuresynapse-md.md)], and [!INCLUDE[ssPDW](../../includes/sspdw-md.md)].
17+
Learn about which columnstore features available for each version of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], and the latest releases of [!INCLUDE[ssSDS](../../includes/sssds-md.md)], [!INCLUDE[ssazuresynapse-md](../../includes/ssazuresynapse-md.md)], and [!INCLUDE[ssPDW](../../includes/sspdw-md.md)].
1818

1919
## Feature summary for product releases
2020

2121
This table summarizes key features for columnstore indexes and the products in which they are available.
2222

23-
|Columnstore Index Feature|[!INCLUDE[ssSQL11](../../includes/sssql11-md.md)]|[!INCLUDE[ssSQL14](../../includes/sssql14-md.md)]|[!INCLUDE[sssql16-md](../../includes/sssql16-md.md)]<sup>1</sup>|[!INCLUDE[ssSQL17](../../includes/sssql17-md.md)]|[!INCLUDE[sql-server-2019](../../includes/sssql19-md.md)]|[!INCLUDE[sql-server-2022](../../includes/sssql22-md.md)]|[!INCLUDE[sqldbesa](../../includes/sqldbesa-md.md)]<sup>1</sup>|[!INCLUDEssazuresynapse-md(../../includes/ssazuresynapse-md.md)]|
23+
|Columnstore Index Feature|[!INCLUDE[ssSQL11](../../includes/sssql11-md.md)]|[!INCLUDE[ssSQL14](../../includes/sssql14-md.md)]|[!INCLUDE[sssql16-md](../../includes/sssql16-md.md)]<sup>1</sup>|[!INCLUDE[ssSQL17](../../includes/sssql17-md.md)]|[!INCLUDE[sql-server-2019](../../includes/sssql19-md.md)]|[!INCLUDE[sql-server-2022](../../includes/sssql22-md.md)]|[!INCLUDE[sqldbesa](../../includes/sqldbesa-md.md)]<sup>1</sup>|[!INCLUDE[ssazuresynapse-md](../../includes/ssazuresynapse-md.md)]|
2424
|*----|---|---|---|---|---|---|---|---|
2525
|Batch mode execution for multi-threaded queries<sup>2</sup>|yes|yes|yes|yes|yes|yes|yes|yes|
2626
|Batch mode execution for single-threaded queries|||yes|yes|yes|yes|yes|yes|

docs/relational-databases/indexes/reorganize-and-rebuild-indexes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,9 @@ Up to [!INCLUDE[ssSQL17](../../includes/sssql17-md.md)], rebuilding a clustered
275275
> Creating and rebuilding nonaligned indexes on a table with more than 1,000 partitions is possible, but is not supported. Doing so may cause degraded performance or excessive memory consumption during these operations. Microsoft recommends using only [aligned indexes](../partitions/partitioned-tables-and-indexes.md#aligned-index) when the number of partitions exceeds 1,000.
276276
277277
<!--
278-
For an [!INCLUDEssazuresynapse-md(../../includes/ssazuresynapse-md.md)] table with an ordered clustered columnstore index, `ALTER INDEX REBUILD` will re-sort the data using tempdb. Monitor tempdb during rebuild operations. If you need more tempdb space, scale up the data warehouse. Scale back down once the index rebuild is complete.
278+
For an [!INCLUDE[ssazuresynapse-md](../../includes/ssazuresynapse-md.md)] table with an ordered clustered columnstore index, `ALTER INDEX REBUILD` will re-sort the data using tempdb. Monitor tempdb during rebuild operations. If you need more tempdb space, scale up the data warehouse. Scale back down once the index rebuild is complete.
279279
280-
For an [!INCLUDEssazuresynapse-md(../../includes/ssazuresynapse-md.md)] table with an ordered clustered columnstore index, `ALTER INDEX REORGANIZE` does not re-sort the data. To resort data, use `ALTER INDEX REBUILD`.
280+
For an [!INCLUDE[ssazuresynapse-md](../../includes/ssazuresynapse-md.md)] table with an ordered clustered columnstore index, `ALTER INDEX REORGANIZE` does not re-sort the data. To resort data, use `ALTER INDEX REBUILD`.
281281
-->
282282

283283
### Statistics limitations

docs/relational-databases/system-catalog-views/sql-data-warehouse-and-parallel-data-warehouse-catalog-views.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ monikerRange: ">=aps-pdw-2016||=azure-sqldw-latest"
1717

1818
[!INCLUDE[applies-to-version/asa-pdw](../../includes/applies-to-version/asa-pdw.md)]
1919

20-
This topic lists the [!INCLUDEssazuresynapse-md(../../includes/ssazuresynapse-md.md)] and [!INCLUDE[ssPDW](../../includes/sspdw-md.md)] catalog views.
20+
This topic lists the [!INCLUDE[ssazuresynapse-md](../../includes/ssazuresynapse-md.md)] and [!INCLUDE[ssPDW](../../includes/sspdw-md.md)] catalog views.
2121

22-
## [!INCLUDEssazuresynapse-md(../../includes/ssazuresynapse-md.md)] and [!INCLUDE[ssPDW](../../includes/sspdw-md.md)] catalog views
23-
The following catalog views apply to both [!INCLUDEssazuresynapse-md(../../includes/ssazuresynapse-md.md)] and [!INCLUDE[ssPDW](../../includes/sspdw-md.md)]:
22+
## [!INCLUDE[ssazuresynapse-md](../../includes/ssazuresynapse-md.md)] and [!INCLUDE[ssPDW](../../includes/sspdw-md.md)] catalog views
23+
The following catalog views apply to both [!INCLUDE[ssazuresynapse-md](../../includes/ssazuresynapse-md.md)] and [!INCLUDE[ssPDW](../../includes/sspdw-md.md)]:
2424

2525
[sys.pdw_column_distribution_properties &#40;Transact-SQL&#41;](../../relational-databases/system-catalog-views/sys-pdw-column-distribution-properties-transact-sql.md)
2626

@@ -54,9 +54,9 @@ monikerRange: ">=aps-pdw-2016||=azure-sqldw-latest"
5454

5555
[sys.pdw_table_mappings &#40;Transact-SQL&#41;](../../relational-databases/system-catalog-views/sys-pdw-table-mappings-transact-sql.md)
5656

57-
## [!INCLUDEssazuresynapse-md(../../includes/ssazuresynapse-md.md)] catalog views
57+
## [!INCLUDE[ssazuresynapse-md](../../includes/ssazuresynapse-md.md)] catalog views
5858

59-
The following catalog views apply to [!INCLUDEssazuresynapse-md(../../includes/ssazuresynapse-md.md)] only:
59+
The following catalog views apply to [!INCLUDE[ssazuresynapse-md](../../includes/ssazuresynapse-md.md)] only:
6060

6161
[sys.pdw_materialized_view_column_distribution_properties &#40;Transact-SQL&#41;](./sys-pdw-materialized-view-column-distribution-properties-transact-sql.md?view=azure-sqldw-latest&preserve-view=true)
6262

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ If a database isn't `ONLINE`, or `AUTO_CLOSE` is set to `ON` and the database is
110110
| **catalog_collation_type** | **int** | The catalog collation setting:<br />0 = DATABASE_DEFAULT<br />2 = SQL_Latin_1_General_CP1_CI_AS<br /><br />**Applies to**: [!INCLUDE[ssSDSfull](../../includes/sssdsfull-md.md)] |
111111
| **catalog_collation_type_desc** | **nvarchar(60)** | The catalog collation setting:<br />DATABASE_DEFAULT<br />SQL_Latin_1_General_CP1_CI_AS<br /><br />**Applies to**: [!INCLUDE[ssSDSfull](../../includes/sssdsfull-md.md)] |
112112
| **physical_database_name** | **nvarchar(128)** | For [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], the physical name of the database. For [!INCLUDE[ssSDSfull](../../includes/sssdsfull-md.md)], a common ID for the databases on a server.<br /><br />**Applies to**: [!INCLUDE[sql-server-2019](../../includes/sssql19-md.md)] and later versions, and [!INCLUDE[ssSDSfull](../../includes/sssdsfull-md.md)] |
113-
| **is_result_set_caching_on** | **bit** | Indicates whether result set caching is enabled.<br />1 = result set caching is enabled<br />0 = result set caching is disabled<br /><br />**Applies to**: [!INCLUDEssazuresynapse-md(../../includes/ssazuresynapse-md.md)] Gen2. While this feature is being rolled out to all regions, check the version deployed to your instance and the latest [Azure Synapse release notes](/azure/synapse-analytics/sql-data-warehouse/release-notes-10-0-10106-0) and [Gen2 upgrade schedule](/azure/synapse-analytics/sql-data-warehouse/gen2-migration-schedule) for feature availability. |
113+
| **is_result_set_caching_on** | **bit** | Indicates whether result set caching is enabled.<br />1 = result set caching is enabled<br />0 = result set caching is disabled<br /><br />**Applies to**: [!INCLUDE[ssazuresynapse-md](../../includes/ssazuresynapse-md.md)] Gen2. While this feature is being rolled out to all regions, check the version deployed to your instance and the latest [Azure Synapse release notes](/azure/synapse-analytics/sql-data-warehouse/release-notes-10-0-10106-0) and [Gen2 upgrade schedule](/azure/synapse-analytics/sql-data-warehouse/gen2-migration-schedule) for feature availability. |
114114
| **is_accelerated_database_recovery_on** | **bit** | Indicates whether Accelerated Database Recovery (ADR) is enabled.<br />1 = ADR is enabled<br />0 = ADR is disabled<br /><br />**Applies to**: [!INCLUDE[sql-server-2019](../../includes/sssql19-md.md)]and later versions, and [!INCLUDE[ssSDSfull](../../includes/sssdsfull-md.md)] |
115-
| **is_tempdb_spill_to_remote_store** | **bit** | Indicates whether `tempdb` spill to remote store is enabled.<br />1 = enabled<br />0 = disabled<br /><br />**Applies to**: [!INCLUDEssazuresynapse-md(../../includes/ssazuresynapse-md.md)] Gen2. While this feature is being rolled out to all regions, check the version deployed to your instance and the latest [Azure Synapse release notes](/azure/synapse-analytics/sql-data-warehouse/release-notes-10-0-10106-0) and [Gen2 upgrade schedule](/azure/synapse-analytics/sql-data-warehouse/gen2-migration-schedule) for feature availability. |
116-
| **is_stale_page_detection_on** | **bit** | Indicates whether stale page detection is enabled.<br />1 = stale page detection is enabled<br />0 = stale page detection is disabled<br /><br />**Applies to**: [!INCLUDEssazuresynapse-md(../../includes/ssazuresynapse-md.md)] Gen2. While this feature is being rolled out to all regions, check the version deployed to your instance and the latest [Azure Synapse release notes](/azure/synapse-analytics/sql-data-warehouse/release-notes-10-0-10106-0) and [Gen2 upgrade schedule](/azure/synapse-analytics/sql-data-warehouse/gen2-migration-schedule) for feature availability. |
115+
| **is_tempdb_spill_to_remote_store** | **bit** | Indicates whether `tempdb` spill to remote store is enabled.<br />1 = enabled<br />0 = disabled<br /><br />**Applies to**: [!INCLUDE[ssazuresynapse-md](../../includes/ssazuresynapse-md.md)] Gen2. While this feature is being rolled out to all regions, check the version deployed to your instance and the latest [Azure Synapse release notes](/azure/synapse-analytics/sql-data-warehouse/release-notes-10-0-10106-0) and [Gen2 upgrade schedule](/azure/synapse-analytics/sql-data-warehouse/gen2-migration-schedule) for feature availability. |
116+
| **is_stale_page_detection_on** | **bit** | Indicates whether stale page detection is enabled.<br />1 = stale page detection is enabled<br />0 = stale page detection is disabled<br /><br />**Applies to**: [!INCLUDE[ssazuresynapse-md](../../includes/ssazuresynapse-md.md)] Gen2. While this feature is being rolled out to all regions, check the version deployed to your instance and the latest [Azure Synapse release notes](/azure/synapse-analytics/sql-data-warehouse/release-notes-10-0-10106-0) and [Gen2 upgrade schedule](/azure/synapse-analytics/sql-data-warehouse/gen2-migration-schedule) for feature availability. |
117117
| **is_memory_optimized_enabled** | **bit** | Indicates whether certain In-Memory features, such as [Hybrid Buffer Pool](../../database-engine/configure-windows/hybrid-buffer-pool.md), are enabled for the database. Doesn't reflect the availability or configuration state of [In-Memory OLTP](../in-memory-oltp/overview-and-usage-scenarios.md).<br />1 = memory-optimized features are enabled<br />0 = memory-optimized features are disabled<br /><br />**Applies to**: [!INCLUDE[sql-server-2019](../../includes/sssql19-md.md)]and later versions, and [!INCLUDE[ssSDSfull](../../includes/sssdsfull-md.md)] |
118118
|**is_ledger_on**|**bit**|Indicates a [ledger database](/azure/azure-sql/database/ledger-overview#ledger-database), which is a database in which all user tables are ledger tables (all customer database is tamper-evident).<br/><br/>**Applies to**: Starting with [!INCLUDE [sssql22-md](../../includes/sssql22-md.md)], [!INCLUDE[ssSDSfull](../../includes/sssdsfull-md.md)]
119119

docs/relational-databases/system-catalog-views/sys-external-data-sources-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
1616

1717
[!INCLUDE [sqlserver2016-asdb-asdbmi-asa-pdw](../../includes/applies-to-version/sqlserver2016-asdb-asdbmi-asa-pdw.md)]
1818

19-
Contains a row for each external data source in the current database for [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], [!INCLUDE[ssSDS](../../includes/sssds-md.md)], and [!INCLUDEssazuresynapse-md(../../includes/ssazuresynapse-md.md)].
19+
Contains a row for each external data source in the current database for [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], [!INCLUDE[ssSDS](../../includes/sssds-md.md)], and [!INCLUDE[ssazuresynapse-md](../../includes/ssazuresynapse-md.md)].
2020

2121
Contains a row for each external data source on the server for [!INCLUDE[ssPDW](../../includes/sspdw-md.md)].
2222

docs/relational-databases/system-catalog-views/sys-external-file-formats-transact-sql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ monikerRange: ">=aps-pdw-2016||=azure-sqldw-latest||>=sql-server-2016||>=sql-ser
1515
# sys.external_file_formats (Transact-SQL)
1616
[!INCLUDE [sqlserver2016-asdbmi-asa-pdw](../../includes/applies-to-version/sqlserver2016-asdbmi-asa-pdw.md)]
1717

18-
Contains a row for each external file format in the current database for [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], [!INCLUDE[ssSDS](../../includes/sssds-md.md)], and [!INCLUDEssazuresynapse-md(../../includes/ssazuresynapse-md.md)].
18+
Contains a row for each external file format in the current database for [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], [!INCLUDE[ssSDS](../../includes/sssds-md.md)], and [!INCLUDE[ssazuresynapse-md](../../includes/ssazuresynapse-md.md)].
1919

2020
Contains a row for each external file format on the server for [!INCLUDE[ssPDW](../../includes/sspdw-md.md)].
2121

2222
|Column Name|Data Type|Description|Range|
2323
|-----------------|---------------|-----------------|-----------|
2424
|file_format_id|**int**|Object ID for the external file format.||
25-
|name|**sysname**|Name of the file format. in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] and [!INCLUDEssazuresynapse-md(../../includes/ssazuresynapse-md.md)], this is unique for the database. In [!INCLUDE[ssPDW](../../includes/sspdw-md.md)], this is unique for the server.||
25+
|name|**sysname**|Name of the file format. in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] and [!INCLUDE[ssazuresynapse-md](../../includes/ssazuresynapse-md.md)], this is unique for the database. In [!INCLUDE[ssPDW](../../includes/sspdw-md.md)], this is unique for the server.||
2626
|format_type|**tinyint**|The file format type.|DELIMITEDTEXT, RCFILE, ORC, PARQUET|
2727
|field_terminator|**nvarchar(10)**|For format_type = DELIMITEDTEXT, this is the field terminator.||
2828
|string_delimiter|**nvarchar(10)**|For format_type = DELIMITEDTEXT, this is the string delimiter.||
2929
|date_format|**nvarchar(50)**|For format_type = DELIMITEDTEXT, this is the user-defined date and time format.||
30-
|use_type_default|**bit**|For format_type = DELIMITED TEXT, specifies how to handle missing values when PolyBase is importing data from HDFS text files into [!INCLUDEssazuresynapse-md(../../includes/ssazuresynapse-md.md)].|0 - store missing values as the string 'NULL'.<br /><br /> 1 - store missing values as the column default value.|
30+
|use_type_default|**bit**|For format_type = DELIMITED TEXT, specifies how to handle missing values when PolyBase is importing data from HDFS text files into [!INCLUDE[ssazuresynapse-md](../../includes/ssazuresynapse-md.md)].|0 - store missing values as the string 'NULL'.<br /><br /> 1 - store missing values as the column default value.|
3131
|serde_method|**nvarchar(255)**|For format_type = RCFILE, this is the serialization/deserialization method.||
3232
|row_terminator|**nvarchar(10)**|For format_type = DELIMITEDTEXT, this is the character string that terminates each row in the external Hadoop file.|Always '\n'.|
3333
|encoding|**nvarchar(10)**|For format_type = DELIMITEDTEXT, this is the encoding method for the external Hadoop file.|Always 'UTF8'.|

docs/relational-databases/system-catalog-views/sys-pdw-column-distribution-properties-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Returns distribution information for columns.
2222
|-----------------|---------------|-----------------|-----------|
2323
|**object_id**|**int**|ID of the object to which the column belongs.||
2424
|**column_id**|**int**|ID of the column.||
25-
|**distribution_ordinal**|**tinyint**|Ordinal (1-based) within set of distribution.| = 0: Not a distribution column. <br /><br /> = 1 or >1: [!INCLUDEssazuresynapse-md(../../includes/ssazuresynapse-md.md)] is using this column to distribute the parent table.|
25+
|**distribution_ordinal**|**tinyint**|Ordinal (1-based) within set of distribution.| = 0: Not a distribution column. <br /><br /> = 1 or >1: [!INCLUDE[ssazuresynapse-md](../../includes/ssazuresynapse-md.md)] is using this column to distribute the parent table.|
2626

2727
## Next steps
2828

docs/relational-databases/system-catalog-views/sys-pdw-loader-backup-run-details-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ monikerRange: ">=aps-pdw-2016||=azure-sqldw-latest"
1515
# sys.pdw_loader_backup_run_details (Transact-SQL)
1616
[!INCLUDE[applies-to-version/asa-pdw](../../includes/applies-to-version/asa-pdw.md)]
1717

18-
Contains further detailed information, beyond the information in [sys.pdw_loader_backup_runs &#40;Transact-SQL&#41;](../../relational-databases/system-catalog-views/sys-pdw-loader-backup-runs-transact-sql.md), about ongoing and completed backup and restore operations in [!INCLUDEssazuresynapse-md(../../includes/ssazuresynapse-md.md)] and about ongoing and completed backup, restore, and load operations in [!INCLUDE[ssPDW](../../includes/sspdw-md.md)]. The information persists across system restarts.
18+
Contains further detailed information, beyond the information in [sys.pdw_loader_backup_runs &#40;Transact-SQL&#41;](../../relational-databases/system-catalog-views/sys-pdw-loader-backup-runs-transact-sql.md), about ongoing and completed backup and restore operations in [!INCLUDE[ssazuresynapse-md](../../includes/ssazuresynapse-md.md)] and about ongoing and completed backup, restore, and load operations in [!INCLUDE[ssPDW](../../includes/sspdw-md.md)]. The information persists across system restarts.
1919

2020
|Column Name|Data Type|Description|Range|
2121
|-----------------|---------------|-----------------|-----------|

docs/relational-databases/system-catalog-views/sys-pdw-loader-backup-runs-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ monikerRange: ">=aps-pdw-2016||=azure-sqldw-latest"
1515
# sys.pdw_loader_backup_runs (Transact-SQL)
1616
[!INCLUDE[applies-to-version/asa-pdw](../../includes/applies-to-version/asa-pdw.md)]
1717

18-
Contains information about ongoing and completed backup and restore operations in [!INCLUDEssazuresynapse-md(../../includes/ssazuresynapse-md.md)], and about ongoing and completed backup, restore, and load operations in [!INCLUDE[ssPDW](../../includes/sspdw-md.md)]. The information persists across system restarts.
18+
Contains information about ongoing and completed backup and restore operations in [!INCLUDE[ssazuresynapse-md](../../includes/ssazuresynapse-md.md)], and about ongoing and completed backup, restore, and load operations in [!INCLUDE[ssPDW](../../includes/sspdw-md.md)]. The information persists across system restarts.
1919

2020
|Column Name|Data Type|Description|Range|
2121
|-----------------|---------------|-----------------|-----------|

0 commit comments

Comments
 (0)