Skip to content

Commit a998e0b

Browse files
committed
Merge branch 'main' into rw-0426-sql-2012-eol
2 parents d146304 + 4b17d05 commit a998e0b

31 files changed

Lines changed: 261 additions & 263 deletions

File tree

azure-sql/database/sql-vulnerability-assessment.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.topic: how-to
1111
author: davidtrigano
1212
ms.author: datrigan
1313
ms.reviewer: kendralittle, vanto, mathoma
14-
ms.date: 12/01/2021
14+
ms.date: 05/22/2022
1515
tags: azure-synapse
1616
monikerRange: "=azuresql||=azuresql-db||=azuresql-mi"
1717
---
@@ -64,6 +64,9 @@ Take the following steps to configure the vulnerability assessment:
6464
> For more information about storing vulnerability assessment scans behind firewalls and VNets, see [Store vulnerability assessment scan results in a storage account accessible behind firewalls and VNets](sql-database-vulnerability-assessment-storage.md).
6565
6666
1. To configure vulnerability assessments to automatically run weekly scans to detect security misconfigurations, set **Periodic recurring scans** to **On**. The results are sent to the email addresses you provide in **Send scan reports to**. You can also send email notification to admins and subscription owners by enabling **Also send email notification to admins and subscription owners**.
67+
68+
> [!NOTE]
69+
> Each database is randomly assigned a scan time on a set day of the week. Email notifications are scheduled randomly per server on a set day of the week. The email notification report includes data from all database scans that were executed during the preceding week.
6770
6871
1. SQL vulnerability assessment scans can also be run on-demand:
6972

azure-sql/managed-instance/winauth-azuread-setup.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ The following prerequisites are required to implement the modern interactive aut
5959
|Clients must be joined to Azure AD or Hybrid Azure AD. | You can determine if this prerequisite is met by running the [dsregcmd command](/azure/active-directory/devices/troubleshoot-device-dsregcmd): `dsregcmd.exe /status` |
6060
|Application must connect to the managed instance via an interactive session. | This supports applications such as SQL Server Management Studio (SSMS) and web applications, but won't work for applications that run as a service. |
6161
|Azure AD tenant. | |
62+
|Azure subscription under the same Azure AD tenant you plan to use for authentication.| |
6263
|Azure AD Connect installed. | Hybrid environments where identities exist both in Azure AD and AD. |
6364

6465

@@ -125,4 +126,4 @@ Learn more about implementing Windows Authentication for Azure AD principals on
125126
- [How Windows Authentication for Azure SQL Managed Instance is implemented with Azure Active Directory and Kerberos (Preview)](winauth-implementation-aad-kerberos.md)
126127
- [How to set up Windows Authentication for Azure Active Directory with the modern interactive flow (Preview)](winauth-azuread-setup-modern-interactive-flow.md)
127128
- [How to set up Windows Authentication for Azure AD with the incoming trust-based flow (Preview)](winauth-azuread-setup-incoming-trust-based-flow.md)
128-
- [Configure Azure SQL Managed Instance for Windows Authentication for Azure Active Directory (Preview)](winauth-azuread-kerberos-managed-instance.md)
129+
- [Configure Azure SQL Managed Instance for Windows Authentication for Azure Active Directory (Preview)](winauth-azuread-kerberos-managed-instance.md)

docs/azure-data-studio/quickstart-sql-dw.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.technology: azure-data-studio
66
ms.topic: quickstart
77
author: yualan
88
ms.author: alayu
9-
ms.reviewer: maghan, jrasnick
9+
ms.reviewer: maghan, wiassaf
1010
ms.custom:
1111
- seodec18
1212
- seo-lt-2019

docs/database-engine/install-windows/compatibility-certification.md

Lines changed: 52 additions & 46 deletions
Large diffs are not rendered by default.

docs/database-engine/install-windows/supported-version-and-edition-upgrades-2019.md

Lines changed: 94 additions & 90 deletions
Large diffs are not rendered by default.

docs/dma/dma-overview.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: "Overview of Data Migration Assistant (SQL Server) | Microsoft Docs"
33
description: Learn how to use Data Migration Assistant to migrate SQL Server databases to other SQL Server or Azure databases
44
ms.custom: ""
5-
ms.date: "11/05/2019"
5+
ms.date: 05/24/2022
66
ms.prod: sql
77
ms.prod_service: "dma"
8-
ms.reviewer: ""
8+
ms.reviewer: randolphwest
99
ms.technology: dma
1010
ms.topic: conceptual
1111
keywords: ""
@@ -62,10 +62,9 @@ To install DMA, download the latest version of the tool from the [Microsoft Down
6262

6363
- Information issues: detects partially supported or deprecated features that are used in source package(s).
6464

65-
> [!NOTE]
65+
> [!NOTE]
6666
> DMA does not support database migrations to Azure SQL Managed Instance. Recommendation is to use the [Azure SQL migration extension for Azure Data Studio](/azure/dms/migration-using-azure-data-studio), which supports both online and offline database migrations to Azure SQL Managed Instance.
6767
68-
6968
## Prerequisites
7069

7170
To run an assessment, you have to be a member of the SQL Server **sysadmin** role. The recommended display resolution is 1024x756.
@@ -74,19 +73,19 @@ To run an assessment, you have to be a member of the SQL Server **sysadmin** rol
7473

7574
DMA replaces all previous versions of SQL Server Upgrade Advisor and should be used for upgrades for most SQL Server versions. Supported source and target versions are:
7675

77-
**Sources**
76+
### Sources
7877

7978
- SQL Server 2005 (deprecated)
8079
- SQL Server 2008
8180
- SQL Server 2008 R2
8281
- SQL Server 2012
8382
- SQL Server 2014
8483
- SQL Server 2016
85-
- SQL Server 2017
84+
- SQL Server 2017
8685
- SQL Server 2019
8786
- Amazon RDS for SQL Server
8887

89-
**Targets**
88+
### Targets
9089

9190
- SQL Server 2012
9291
- SQL Server 2014
@@ -99,10 +98,7 @@ DMA replaces all previous versions of SQL Server Upgrade Advisor and should be u
9998

10099
## See also
101100

102-
[Assess your SQL Server Migration](../dma/dma-assesssqlonprem.md)
103-
104-
[Data Migration Assistant: Configuration settings](../dma/dma-configurationsettings.md)
105-
106-
[Migrate On-Premises SQL Server using Data Migration Assistant](../dma/dma-migrateonpremsql.md)
107-
108-
[Data Migration Assistant: Best Practices](../dma/dma-bestpractices.md)
101+
- [Assess your SQL Server Migration](../dma/dma-assesssqlonprem.md)
102+
- [Data Migration Assistant: Configuration settings](../dma/dma-configurationsettings.md)
103+
- [Migrate On-Premises SQL Server using Data Migration Assistant](../dma/dma-migrateonpremsql.md)
104+
- [Data Migration Assistant: Best Practices](../dma/dma-bestpractices.md)

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

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
11
---
2-
description: "Azure Synapse Analytics and Parallel Data Warehouse Catalog Views"
2+
description: "Azure Synapse Analytics and Analytics Platform System (PDW) catalog views"
33
title: Catalog Views
4-
titleSuffix: Azure Synapse Analytics and Parallel Data Warehouse
5-
ms.date: 10/29/2019
4+
titleSuffix: Azure Synapse Analytics and Analytics Platform System (PDW)
5+
ms.date: 05/25/2022
66
ms.prod: sql
77
ms.prod_service: "synapse-analytics, pdw"
88
ms.technology: system-objects
9-
ms.reviewer: jrasnick
9+
ms.reviewer:
1010
ms.topic: language-reference
1111
dev_langs:
1212
- "TSQL"
13-
ms.assetid: ef6f58e2-0162-4bb2-951a-a786da7453e4
14-
author: LitKnd
15-
ms.author: kendralittle
13+
author: WilliamDAssafMSFT
14+
ms.author: wiassaf
1615
monikerRange: ">= aps-pdw-2016 || = azure-sqldw-latest"
1716
ms.custom: seo-dt-2019
1817
---
19-
# Azure Synapse Analytics and Parallel Data Warehouse Catalog Views
18+
# Azure Synapse Analytics and Analytics Platform System (PDW) catalog views
2019

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

2322
This topic lists the [!INCLUDE[ssSDW](../../includes/sssdw-md.md)] and [!INCLUDE[ssPDW](../../includes/sspdw-md.md)] catalog views.
2423

25-
## [!INCLUDE[ssSDW](../../includes/sssdw-md.md)] and [!INCLUDE[ssPDW](../../includes/sspdw-md.md)] Catalog Views
24+
## [!INCLUDE[ssSDW](../../includes/sssdw-md.md)] and [!INCLUDE[ssPDW](../../includes/sspdw-md.md)] catalog views
2625
The following catalog views apply to both [!INCLUDE[ssSDW](../../includes/sssdw-md.md)] and [!INCLUDE[ssPDW](../../includes/sspdw-md.md)]:
2726

2827
[sys.pdw_column_distribution_properties (Transact-SQL)](../../relational-databases/system-catalog-views/sys-pdw-column-distribution-properties-transact-sql.md)
@@ -57,7 +56,7 @@ ms.custom: seo-dt-2019
5756

5857
[sys.pdw_table_mappings (Transact-SQL)](../../relational-databases/system-catalog-views/sys-pdw-table-mappings-transact-sql.md)
5958

60-
## [!INCLUDE[ssSDW](../../includes/sssdw-md.md)] Catalog Views
59+
## [!INCLUDE[ssSDW](../../includes/sssdw-md.md)] catalog views
6160

6261
The following catalog views apply to [!INCLUDE[ssSDW](../../includes/sssdw-md.md)] only:
6362

@@ -75,7 +74,7 @@ ms.custom: seo-dt-2019
7574

7675
[sys.workload_management_workload_groups (Transact-SQL)](./sys-workload-management-workload-groups-transact-sql.md?view=azure-sqldw-latest&preserve-view=true)
7776

78-
## [!INCLUDE[ssPDW](../../includes/sspdw-md.md)] Catalog Views
77+
## [!INCLUDE[ssPDW](../../includes/sspdw-md.md)] catalog views
7978

8079
The following catalog views apply to [!INCLUDE[ssPDW](../../includes/sspdw-md.md)] only:
8180

@@ -99,6 +98,6 @@ ms.custom: seo-dt-2019
9998

10099
[sys.pdw_loader_run_stages (Transact-SQL)](../../relational-databases/system-catalog-views/sys-pdw-loader-run-stages-transact-sql.md)
101100

102-
## See Also
101+
## See also
103102
[Catalog Views (Transact-SQL)](../../relational-databases/system-catalog-views/catalog-views-transact-sql.md)
104103

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.custom: seo-dt-2019
55
ms.date: "07/03/2019"
66
ms.prod: sql
77
ms.technology: data-warehouse
8-
ms.reviewer: jrasnick
8+
ms.reviewer: wiassaf
99
ms.topic: "reference"
1010
dev_langs:
1111
- "TSQL"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 11/05/2019
66
ms.prod: sql
77
ms.technology: system-objects
88
ms.prod_service: "synapse-analytics"
9-
ms.reviewer: "jrasnick"
9+
ms.reviewer: "wiassaf"
1010
ms.topic: "reference"
1111
dev_langs:
1212
- "TSQL"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 11/05/2019
66
ms.prod: sql
77
ms.technology: system-objects
88
ms.prod_service: "synapse-analytics"
9-
ms.reviewer: "jrasnick"
9+
ms.reviewer: "wiassaf"
1010
ms.topic: "reference"
1111
dev_langs:
1212
- "TSQL"

0 commit comments

Comments
 (0)