Skip to content

Commit b98b49c

Browse files
authored
Merge pull request #114252 from SQLSourabh/patch-12
Updated list of unsupported features
2 parents a3066bc + 151966c commit b98b49c

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

articles/azure-sql-edge/features.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 04/28/2020
1616
This article provides details of features supported by Azure SQL Edge. Azure SQL Edge, is built on the latest versions of the Microsoft SQL Server Database Engine on Linux, and supports a subset of the features supported in SQL Server 2019 for Linux, in addition to some features that are currently not supported or available in SQL Server 2019 on Linux or on Windows. For a complete list of the features supported in SQL Server on Linux, see [Editions and supported features of SQL Server 2019 on Linux](https://docs.microsoft.com/sql/linux/sql-server-linux-editions-and-components-2019). For editions and supported features of SQL Server on Windows, refer [Editions and supported features of SQL Server 2019 (15.x)](https://docs.microsoft.com/sql/sql-server/editions-and-components-of-sql-server-version-15).
1717

1818
> [!NOTE]
19-
> Azure SQL Edge is currently in Preview and as such should NOT be used in production or pre-production environments.
19+
> Azure SQL Edge is currently in Preview and as such should NOT be used in production environments. Microsoft may recommend running Azure SQL Egde in production environments after validation of the deployment and the use case scenarios.
2020
2121
## Azure SQL Edge Editions
2222

@@ -57,24 +57,27 @@ The list below includes the SQL Server 2019 on Linux features that are currently
5757

5858
| Area | Unsupported feature or service |
5959
|-----|-----|
60-
| **Database Design** | In-Memory OLTP |
61-
|   | HierarchyID Data Type |
62-
|   | Spatial Data Type |
63-
|   | Stretch DB |
64-
|   | Full Text Indexes and search |
65-
|   | FileTable, FILESTREAM |
60+
| **Database Design** | In-Memory OLTP and related DDL commands and Transact-SQL functions, catalog views and dynamic management views |
61+
|   | HierarchyID Data Type and related DDL commands and Transact-SQL functions, catalog views and dynamic management views |
62+
|   | Spatial Data Type and related DDL commands and Transact-SQL functions, catalog views and dynamic management views |
63+
|   | Stretch DB and related DDL commands and Transact-SQL functions, catalog views and dynamic management views |
64+
|   | Full Text Indexes and search and related DDL commands and Transact-SQL functions, catalog views and dynamic management views|
65+
|   | FileTable, FILESTREAM and related DDL commands and Transact-SQL functions, catalog views and dynamic management views|
6666
| **Database Engine** | Replication. However Azure SQL Edge can be configured as a push subscriber of a replication topology. |
6767
|   | Polybase. However Azure SQL Edge can be configured as a target for External tables in Polybase |
6868
|   | Language extensibility through Java and Spark |
6969
|   | Active Directory Integration |
7070
|   | Database Snapshots |
7171
|   | Support for Persistent Memory |
72+
|   | Microsoft Distributed Transaction Cordinator |
7273
|   | Resource Governor and IO Resource Governance |
7374
|   | Buffer Pool Extension |
7475
|   | Distributed query with 3rd-party connections |
7576
|   | Linked Servers |
7677
|   | System extended stored procedures (XP_CMDSHELL, etc.) |
77-
|   | CLR Assemblies |
78+
|   | CLR Assemblies and related DDL commands and Transact-SQL functions, catalog views and dynamic management views |
79+
|   | CLR dependent T-SQL functions like ASSEMBLYPROPERTY, FORMAT, PARSE, TRY_PARSE |
80+
|   | CLR dependent date and time catalog views, functions and query clauses |
7881
|   | Buffer Pool Extension |
7982
|   | Database Mail |
8083
| **SQL Server Agent** | Subsystems: CmdExec, PowerShell, Queue Reader, SSIS, SSAS, SSRS |
@@ -101,5 +104,6 @@ The list below includes the SQL Server 2019 on Linux features that are currently
101104
## Next Steps
102105

103106
- [Deploy Azure SQL Edge](deploy-portal.md)
107+
- [Configure Azure SQL Edge](configure.md)
104108
- [Connect to an instance of Azure SQL Edge using SQL Server client tools](connect.md)
105109
- [Backup and Restore databases in Azure SQL Edge](backup-restore.md)

0 commit comments

Comments
 (0)