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/features-comparison.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ The following table lists the major features of SQL Server and provides informat
49
49
|[Certificates and asymmetric keys](/sql/relational-databases/security/sql-server-certificates-and-asymmetric-keys)| Yes, without access to file system for `BACKUP` and `CREATE` operations. | Yes, without access to file system for `BACKUP` and `CREATE` operations - see [certificate differences](../managed-instance/transact-sql-tsql-differences-sql-server.md#certificates). |
50
50
|[Change data capture - CDC](/sql/relational-databases/track-changes/about-change-data-capture-sql-server)| Yes, for S3 tier and above. Basic, S0, S1, S2 are not supported. | Yes |
51
51
|[Collation - server/instance](/sql/relational-databases/collations/set-or-change-the-server-collation)| No, default server collation `SQL_Latin1_General_CP1_CI_AS` is always used. | Yes, can be set when the [instance is created](../managed-instance/create-template-quickstart.md) and can't be updated later. |
52
-
|[Columnstore indexes](/sql/relational-databases/indexes/columnstore-indexes-overview)| Yes - [Premium tier, Standard tier - S3 and above, General Purpose tier, Business Critical, and Hyperscale tiers](/sql/relational-databases/indexes/columnstore-indexes-overview)|Yes |
52
+
|[Columnstore indexes](/sql/relational-databases/indexes/columnstore-indexes-overview)| Yes - [Premium tier, Standard tier - S3 and above, General Purpose tier, Business Critical, and Hyperscale tiers](/sql/relational-databases/indexes/columnstore-indexes-overview).|Yes |
53
53
|[Common language runtime - CLR](/sql/relational-databases/clr-integration/common-language-runtime-clr-integration-programming-concepts)| No | Yes, but without access to file system in `CREATE ASSEMBLY` statement - see [CLR differences](../managed-instance/transact-sql-tsql-differences-sql-server.md#clr)|
54
54
|[Credentials](/sql/relational-databases/security/authentication-access/credentials-database-engine)| Yes, but only [database scoped credentials](/sql/t-sql/statements/create-database-scoped-credential-transact-sql). | Yes, but only **Azure Key Vault** and `SHARED ACCESS SIGNATURE` are supported - see [details](../managed-instance/transact-sql-tsql-differences-sql-server.md#credential)|
55
55
|[Cross-database/three-part name queries](/sql/relational-databases/linked-servers/linked-servers-database-engine)| No - see [Elastic queries](elastic-query-overview.md)| Yes|
@@ -110,7 +110,7 @@ The following table lists the major features of SQL Server and provides informat
110
110
| Time zone choice | No |[Yes](../managed-instance/timezones-overview.md), and it must be configured when the SQL Managed Instance is created. |
111
111
|[Trace flags](/sql/t-sql/database-console-commands/dbcc-traceon-trace-flags-transact-sql)| No | Yes, but only limited set of global trace flags. See [DBCC differences](../managed-instance/transact-sql-tsql-differences-sql-server.md#dbcc)|
112
112
|[Transactional Replication](../managed-instance/replication-transactional-overview.md)| Yes, [Transactional and snapshot replication subscriber only](migrate-to-database-from-sql-server.md)| Yes, in [public preview](/sql/relational-databases/replication/replication-with-sql-database-managed-instance). See the constraints [here](../managed-instance/transact-sql-tsql-differences-sql-server.md#replication). |
113
-
|[Transparent data encryption (TDE)](/sql/relational-databases/security/encryption/transparent-data-encryption-tde)| Yes - General Purpose, Business Critical, and Hyperscale (in preview) service tiers only|[Yes](transparent-data-encryption-tde-overview.md)|
113
+
|[Transparent data encryption (TDE)](/sql/relational-databases/security/encryption/transparent-data-encryption-tde)| Yes - General Purpose, Business Critical, and Hyperscale service tiers only.|[Yes](transparent-data-encryption-tde-overview.md)|
114
114
| Windows authentication | No | Yes, see [Windows Authentication for Azure Active Directory principals (Preview)](../managed-instance/winauth-azuread-overview.md). |
115
115
|[Windows Server Failover Clustering](/sql/sql-server/failover-clusters/windows/windows-server-failover-clustering-wsfc-with-sql-server)| No. Other techniques that provide [high availability](high-availability-sla.md) are included with every database. Disaster recovery is discussed in [Overview of business continuity with Azure SQL Database](business-continuity-high-availability-disaster-recover-hadr-overview.md). | No. Other techniques that provide [high availability](high-availability-sla.md) are included with every database. Disaster recovery is discussed in [Overview of business continuity with Azure SQL Database](business-continuity-high-availability-disaster-recover-hadr-overview.md). |
116
116
@@ -120,14 +120,14 @@ The Azure platform provides a number of PaaS capabilities that are added as an a
|[Active geo-replication](active-geo-replication-overview.md)| Yes - all service tiers. Public Preview in Hyperscale. | No, see [Auto-failover groups](auto-failover-group-sql-db.md) as an alternative. |
124
-
|[Auto-failover groups](auto-failover-group-sql-db.md)| Yes - all service tiers. Public Preview in Hyperscale. | Yes, see [Auto-failover groups](auto-failover-group-sql-db.md).|
123
+
|[Active geo-replication](active-geo-replication-overview.md)| Yes - all service tiers. | No, see [Auto-failover groups](auto-failover-group-sql-db.md) as an alternative. |
124
+
|[Auto-failover groups](auto-failover-group-sql-db.md)| Yes - all service tiers. | Yes, see [Auto-failover groups](auto-failover-group-sql-db.md).|
125
125
| Auto-scale | Yes, but only in [serverless model](serverless-tier-overview.md). In the non-serverless model, the change of service tier (change of vCore, storage, or DTU) is fast and online. The service tier change requires minimal or no downtime. | No, you need to choose reserved compute and storage. The change of service tier (vCore or max storage) is online and requires minimal or no downtime. |
126
126
|[Automatic backups](automated-backups-overview.md)| Yes. Full backups are taken every 7 days, differential 12 hours, and log backups every 5-10 min. | Yes. Full backups are taken every 7 days, differential 12 hours, and log backups every 5-10 min. |
127
127
|[Automatic tuning (indexes)](/sql/relational-databases/automatic-tuning/automatic-tuning)|[Yes](automatic-tuning-overview.md)| No |
128
128
|[Availability Zones](/azure/availability-zones/az-overview)| Yes | No |
129
129
|[Azure Resource Health](/azure/service-health/resource-health-overview)| Yes | No |
130
-
|Backup retention | Yes. 7 days default, max 35 days. Hyperscale backups are currently limited to a 7 day retention period. | Yes. 7 days default, max 35 days. |
130
+
|[Short-term backup retention](automated-backups-overview.md#short-term-retention)| Yes. 7 days default, max 35 days. | Yes. 7 days default, max 35 days. |
131
131
|[Data Migration Service (DMS)](/sql/dma/dma-overview)| Yes | Yes |
132
132
|[Elastic jobs](elastic-jobs-overview.md)| Yes - see [Elastic jobs (preview)](elastic-jobs-overview.md)| No ([SQL Agent](../managed-instance/transact-sql-tsql-differences-sql-server.md#sql-server-agent) can be used instead). |
133
133
| File system access | No. Use [BULK INSERT](/sql/t-sql/statements/bulk-insert-transact-sql#f-importing-data-from-a-file-in-azure-blob-storage) or [OPENROWSET](/sql/t-sql/functions/openrowset-transact-sql#i-accessing-data-from-a-file-stored-on-azure-blob-storage) to access and load data from Azure Blob Storage as an alternative. | No. Use [BULK INSERT](/sql/t-sql/statements/bulk-insert-transact-sql#f-importing-data-from-a-file-in-azure-blob-storage) or [OPENROWSET](/sql/t-sql/functions/openrowset-transact-sql#i-accessing-data-from-a-file-stored-on-azure-blob-storage) to access and load data from Azure Blob Storage as an alternative. |
Copy file name to clipboardExpand all lines: azure-sql/managed-instance/winauth-implementation-aad-kerberos.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Customers use the Azure portal to enable a system assigned service principal on
45
45
46
46
Learn more about enabling Windows Authentication for Azure AD principals on Azure SQL Managed Instance:
47
47
48
-
-[How to set up Windows Authentication for Azure Active Directory with the modern interactive flow (Preview)](winauth-azuread-setup-modern-interactive-flow.md)
49
-
-[How to set up Windows Authentication for Azure AD with the incoming trust-based flow (Preview)](winauth-azuread-setup-incoming-trust-based-flow.md)
50
-
-[Configure Azure SQL Managed Instance for Windows Authentication for Azure Active Directory (Preview)](winauth-azuread-kerberos-managed-instance.md)
48
+
-[How to set up Windows Authentication for Azure Active Directory with the modern interactive flow](winauth-azuread-setup-modern-interactive-flow.md)
49
+
-[How to set up Windows Authentication for Azure AD with the incoming trust-based flow](winauth-azuread-setup-incoming-trust-based-flow.md)
50
+
-[Configure Azure SQL Managed Instance for Windows Authentication for Azure Active Directory](winauth-azuread-kerberos-managed-instance.md)
51
51
-[Troubleshoot Windows Authentication for Azure AD principals on Azure SQL Managed Instance](winauth-azuread-troubleshoot.md)
[SSIS DevOps Tools](https://marketplace.visualstudio.com/items?itemName=SSIS.ssis-devops-tools) extension is available in **Azure DevOps** Marketplace.
15
+
[SSIS DevOps Tools](https://marketplace.visualstudio.com/items?itemName=SSIS.ssis-devops-tools) extension is available in **Azure DevOps** Marketplace. SSIS DevOps supports **Azure DevOps Services**, **Azure DevOps Server 2019** and above.
16
16
17
17
If you do not have an **Azure DevOps** organization, firstly sign up for [Azure Pipelines](/azure/devops/pipelines/get-started/pipelines-sign-up?view=azure-devops&preserve-view=true), then add **SSIS DevOps Tools** extension following [the steps](/azure/devops/marketplace/overview?tabs=browser&view=azure-devops&preserve-view=true#add-an-extension).
0 commit comments