You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-sql/database/doc-changes-updates-release-notes-whats-new.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,8 +54,8 @@ The following table lists the features of Azure SQL Database that have transitio
54
54
| ---| --- |--- |
55
55
|[Query Store hints](/sql/relational-databases/performance/query-store-hints?view=azuresqldb-current&preserve-view=true)| August 2022 | Use query hints to optimize your query execution via the OPTION clause. |
56
56
|[Named Replicas](service-tier-hyperscale-replicas.md#named-replica) for Hyperscale databases | June 2022 | Named Replicas enable a broad variety of read scale-out scenarios, and easily implement near-real time hybrid transactional and analytical processing (HTAP) solutions. |
57
-
|[Active geo-replication](/azure/azure-sql/database/active-geo-replication-overview) and [Auto-failover groups](/azure/azure-sql/database/auto-failover-group-sql-db) for Hyperscale databases | June 2022 | Active geo-replication and Auto-failover groups provide a turn-key business continuity solution for Hyperscale databases, letting you perform quick disaster recovery of databases in case of a regional disaster or a large scale outage.|
58
-
|[Ledger](ledger-overview.md)| May 2022 | The ledger feature in Azure SQL Database allows you to cryptographically attest to other parties, such as auditors or other business parties, that your data hasn't been tampered with. |
57
+
|[Active geo-replication](./active-geo-replication-overview.md) and [Auto-failover groups](./auto-failover-group-sql-db.md) for Hyperscale databases | June 2022 | Active geo-replication and Auto-failover groups provide a turn-key business continuity solution for Hyperscale databases, letting you perform quick disaster recovery of databases in case of a regional disaster or a large scale outage.|
58
+
|[Ledger](/sql/relational-databases/security/ledger/ledger-overview)| May 2022 | The ledger feature in Azure SQL Database allows you to cryptographically attest to other parties, such as auditors or other business parties, that your data hasn't been tampered with. |
59
59
|[Change data capture](/sql/relational-databases/track-changes/about-change-data-capture-sql-server)| April 2022 | Change data capture (CDC) lets you track all the changes that occur on a database. Though this feature has been available for SQL Server for quite some time, using it with Azure SQL Database is now generally available. |
60
60
|[Zone redundant configuration for General Purpose tier](high-availability-sla.md#general-purpose-service-tier-zone-redundant-availability)| April 2022 | The zone redundant configuration feature utilizes [Azure Availability Zones](/azure/availability-zones/az-overview#availability-zones) to replicate databases across multiple physical locations within an Azure region. By selecting [zone redundancy](high-availability-sla.md#general-purpose-service-tier-zone-redundant-availability), you can make your provisioned and serverless General Purpose databases and elastic pools resilient to a much larger set of failures, including catastrophic datacenter outages, without any changes to the application logic.|
61
61
|[Maintenance window](../database/maintenance-window.md)| March 2022 | The maintenance window feature allows you to configure maintenance schedule for your Azure SQL Database. [Maintenance window advance notifications](../database/advance-notifications.md), however, are in preview.|
@@ -74,7 +74,7 @@ Learn about significant changes to the Azure SQL Database documentation.
74
74
| Changes | Details |
75
75
| --- | --- |
76
76
|**Named Replicas for Hyperscale databases GA**| Named Replicas enable a broad variety of read scale-out scenarios, and easily implement near-real time hybrid transactional and analytical processing (HTAP) solutions. This feature is now generally available. See [named replicas](service-tier-hyperscale-replicas.md#named-replica) to learn more. |
77
-
|**Active geo-replication and Auto-failover groups for Hyperscale databases GA**|[Active geo-replication](/azure/azure-sql/database/active-geo-replication-overview) and [Auto-failover groups](/azure/azure-sql/database/auto-failover-group-sql-db) are now generally available for Hyperscale databases, providing a turn-key business continuity solution, letting you perform quick disaster recovery of databases in case of a regional disaster or a large scale outage. |
77
+
|**Active geo-replication and Auto-failover groups for Hyperscale databases GA**|[Active geo-replication](./active-geo-replication-overview.md) and [Auto-failover groups](./auto-failover-group-sql-db.md) are now generally available for Hyperscale databases, providing a turn-key business continuity solution, letting you perform quick disaster recovery of databases in case of a regional disaster or a large scale outage. |
78
78
79
79
80
80
### May 2022
@@ -128,4 +128,4 @@ Learn about significant changes to the Azure SQL Database documentation.
128
128
129
129
## Contribute to content
130
130
131
-
To contribute to the Azure SQL documentation, see the [Docs contributor guide](/contribute/).
131
+
To contribute to the Azure SQL documentation, see the [Docs contributor guide](/contribute/).
Copy file name to clipboardExpand all lines: azure-sql/database/features-comparison.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ The following table lists the major features of SQL Server and provides informat
87
87
|[OPENQUERY](/sql/t-sql/functions/openquery-transact-sql)|No|Yes, only to SQL Database, SQL Managed Instance and SQL Server. See [T-SQL differences](../managed-instance/transact-sql-tsql-differences-sql-server.md)|
88
88
|[OPENROWSET](/sql/t-sql/functions/openrowset-transact-sql)|Yes, only to import from Azure Blob storage. |Yes, only to SQL Database, SQL Managed Instance and SQL Server, and to import from Azure Blob storage. See [T-SQL differences](../managed-instance/transact-sql-tsql-differences-sql-server.md)|
89
89
|[Operators](/sql/t-sql/language-elements/operators-transact-sql)| Most - see individual operators |Yes - see [T-SQL differences](../managed-instance/transact-sql-tsql-differences-sql-server.md)|
90
-
|[Polybase](/sql/relational-databases/polybase/polybase-guide)| No. You can query data in the files placed on Azure Blob Storage using `OPENROWSET` function or use [an external table that references a serverless SQL pool in Synapse Analytics](https://devblogs.microsoft.com/azure-sql/read-azure-storage-files-using-synapse-sql-external-tables/). | Yes, for Azure Data Lake Storage (ADLS) and Azure Blob Storage as data source. See [Data Virtualization with Azure SQL Managed Instance](https://docs.microsoft.com/azure/azure-sql/managed-instance/data-virtualization-overview) for more details. |
90
+
|[Polybase](/sql/relational-databases/polybase/polybase-guide)| No. You can query data in the files placed on Azure Blob Storage using `OPENROWSET` function or use [an external table that references a serverless SQL pool in Synapse Analytics](https://devblogs.microsoft.com/azure-sql/read-azure-storage-files-using-synapse-sql-external-tables/). | Yes, for Azure Data Lake Storage (ADLS) and Azure Blob Storage as data source. See [Data Virtualization with Azure SQL Managed Instance](../managed-instance/data-virtualization-overview.md) for more details. |
91
91
|[Query Notifications](/sql/relational-databases/native-client/features/working-with-query-notifications)| No | Yes |
92
92
|[Machine Learning Services](/sql/advanced-analytics/what-is-sql-server-machine-learning) (_Formerly R Services_)| No | Yes, see [Machine Learning Services in Azure SQL Managed Instance](../managed-instance/machine-learning-services-overview.md)|
93
93
|[Recovery models](/sql/relational-databases/backup-restore/recovery-models-sql-server)| Only Full Recovery that guarantees high availability is supported. Simple and Bulk Logged recovery models are not available. | Only Full Recovery that guarantees high availability is supported. Simple and Bulk Logged recovery models are not available. |
@@ -194,4 +194,4 @@ For more information about Azure SQL Database and Azure SQL Managed Instance, se
194
194
195
195
-[What is Azure SQL Database?](sql-database-paas-overview.md)
196
196
-[What is Azure SQL Managed Instance?](../managed-instance/sql-managed-instance-paas-overview.md)
197
-
-[What is an Azure SQL Managed Instance pool?](../managed-instance/instance-pools-overview.md)
197
+
-[What is an Azure SQL Managed Instance pool?](../managed-instance/instance-pools-overview.md)
Copy file name to clipboardExpand all lines: azure-sql/database/monitoring-sql-database-azure-monitor.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ Azure Monitor alerts proactively notify you when important conditions are found
135
135
136
136
If you are creating or running an application in Azure, [Azure Monitor Application Insights](/azure/azure-monitor/overview#application-insights) may offer additional types of alerts.
137
137
138
-
You can also configure alerts with the Azure CLI or PowerShell. For example, see [Use PowerShell to monitor and scale a single database in Azure SQL Database](/azure/azure-sql/database/scripts/monitor-and-scale-database-powershell).
138
+
You can also configure alerts with the Azure CLI or PowerShell. For example, see [Use PowerShell to monitor and scale a single database in Azure SQL Database](./scripts/monitor-and-scale-database-powershell.md).
139
139
140
140
The following table lists common and recommended alert rules for Azure SQL Database. You may see different options available depending on your purchase model.
| VA1018 |Latest updates should be installed |High |Microsoft periodically releases Cumulative Updates (CUs) for each version of SQL Server. This rule checks whether the latest CU has been installed for the particular version of SQL Server being used, by passing in a string for execution. This rule checks that all users (except dbo) do not have permission to execute the xp_cmdshell extended stored procedure. |<nobr>SQL Server 2005<nobr/><br/><br/><nobr>SQL Server 2008<nobr/><br/><br/><nobr>SQL Server 2008<nobr/><br/><br/><nobr>SQL Server 2012<nobr/><br/><br/><nobr>SQL Server 2014<nobr/><br/><br/><nobr>SQL Server 2016<nobr/><br/><br/>SQL Server 2017<br/>|
118
-
|VA2128 |Vulnerability Assessment is not supported for SQL Server versions lower than SQL Server 2012 |High |To run a Vulnerability Assessment scan on your SQL Server the server needs to be upgraded to SQL Server 2012 or higher, SQL Server 2008 R2 and below are no longer supported by Microsoft. For more information, [see](/azure/azure-sql/virtual-machines/windows/sql-server-extend-end-of-support)|<nobr>SQL Server 2012+<nobr/><br/><br/>SQL Managed Instance<br/><br/>SQL Database<br/><br/>Azure Synapse |
118
+
|VA2128 |Vulnerability Assessment is not supported for SQL Server versions lower than SQL Server 2012 |High |To run a Vulnerability Assessment scan on your SQL Server the server needs to be upgraded to SQL Server 2012 or higher, SQL Server 2008 R2 and below are no longer supported by Microsoft. For more information, [see](../virtual-machines/windows/sql-server-extend-end-of-support.md)|<nobr>SQL Server 2012+<nobr/><br/><br/>SQL Managed Instance<br/><br/>SQL Database<br/><br/>Azure Synapse |
119
119
120
120
## Surface Area Reduction
121
121
@@ -198,4 +198,4 @@ SQL Vulnerability Assessment rules have five categories, which are in the follow
0 commit comments