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
@@ -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/). |No. You can query data in the files placed on Azure Blob Storage using `OPENROWSET` function, a linked server that references [serverless SQL pool in Synapse Analytics](https://devblogs.microsoft.com/azure-sql/linked-server-to-synapse-sql-to-implement-polybase-like-scenarios-in-managed-instance/), [SQL Database](https://techcommunity.microsoft.com/t5/azure-database-support-blog/lesson-learned-63-it-is-possible-to-create-linked-server-in/ba-p/369168), or SQL Server. |
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. |
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. |
@@ -165,7 +165,7 @@ Azure SQL Database and Azure SQL Managed Instance support various data tools tha
165
165
|[BACPAC file (export)](/sql/relational-databases/data-tier-applications/export-a-data-tier-application)| Yes - see [SQL Database export](database-export.md)| Yes - see [SQL Managed Instance export](database-export.md)|
166
166
|[BACPAC file (import)](/sql/relational-databases/data-tier-applications/import-a-bacpac-file-to-create-a-new-user-database)| Yes - see [SQL Database import](database-import.md)| Yes - see [SQL Managed Instance import](database-import.md)|
167
167
|[Data Quality Services (DQS)](/sql/data-quality-services/data-quality-services)| No | No |
168
-
|[Master Data Services (MDS)](/sql/master-data-services/master-data-services-overview-mds)| No | No. Host MDS on an Azure VM. While SQL Managed Instance cannot run MDS as a service, it can host [MDS databases](/sql/master-data-services/master-data-services-host-database-on-managed-instance) for a MDS service installed on Azure Virtual Machine, using SQL Server authentication. |
168
+
|[Master Data Services (MDS)](/sql/master-data-services/master-data-services-overview-mds)| No | No. Host MDS on an Azure VM. While SQL Managed Instance cannot run MDS as a service, it can host [MDS databases](/sql/master-data-services/master-data-services-host-database-on-managed-instance) for an MDS service installed on Azure Virtual Machine, using SQL Server authentication. |
|[SQL Server Data Tools (SSDT)](/sql/ssdt/download-sql-server-data-tools-ssdt)| Yes | Yes |
171
171
|[SQL Server Management Studio (SSMS)](/sql/ssms/download-sql-server-management-studio-ssms)| Yes | Yes [version 18.0 and higher](/sql/ssms/download-sql-server-management-studio-ssms)|
@@ -179,7 +179,7 @@ You can use different migration methods to move your data between SQL Server, Az
0 commit comments