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
+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
@@ -166,7 +166,7 @@ Azure SQL Database and Azure SQL Managed Instance support various data tools tha
166
166
|[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)|
167
167
|[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)|
168
168
|[Data Quality Services (DQS)](/sql/data-quality-services/data-quality-services)| No | No |
169
-
|[Master Data Services (MDS)](/sql/master-data-services/master-data-services-overview-mds)| No | No |
169
+
|[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.|
|[SQL Server Data Tools (SSDT)](/sql/ssdt/download-sql-server-data-tools-ssdt)| Yes | Yes |
172
172
|[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)|
Copy file name to clipboardExpand all lines: docs/relational-databases/security/auditing/sql-server-audit-action-groups-and-actions.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,8 @@ Server-level audit action groups are actions similar to [!INCLUDE[ssNoVersion](.
115
115
|TRACE_CHANGE_GROUP|This event is raised for all statements that check for the ALTER TRACE permission. Equivalent to the [Audit Server Alter Trace Event Class](../../../relational-databases/event-classes/audit-server-alter-trace-event-class.md).|
116
116
|TRANSACTION_GROUP|This event is raised for BEGIN TRANSACTION, ROLLBACK TRANSACTION, and COMMIT TRANSACTION operations, both for explicit calls to those statements and implicit transaction operations. This event is also raised for UNDO operations for individual statements caused by the rollback of a transaction.|
117
117
|USER_CHANGE_PASSWORD_GROUP|This event is raised whenever the password of a contained database user is changed by using the ALTER USER statement.|
118
-
|USER_DEFINED_AUDIT_GROUP|This group monitors events raised by using [sp_audit_write (Transact-SQL)](../../../relational-databases/system-stored-procedures/sp-audit-write-transact-sql.md). Typically triggers or stored procedures include calls to **sp_audit_write** to enable auditing of important events.|
118
+
|USER_DEFINED_AUDIT_GROUP|This group monitors events raised by using [sp_audit_write (Transact-SQL)](../../../relational-databases/system-stored-procedures/sp-audit-write-transact-sql.md). Typically triggers or stored procedures include calls to **sp_audit_write** to enable auditing of important events.|
119
+
|LEDGER_OPERATION_GROUP | This event is raised for following actions GENERATE LEDGER DIGEST - When you generate a ledger digest ,VERIFY LEDGER - When you verify a ledger digest. **Applies to Azure SQL Database.**|
119
120
120
121
### Considerations
121
122
Server-level action groups cover actions across a [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] instance. For example, any schema object access check in any database is recorded if the appropriate action group is added to a server audit specification. In a database audit specification, only schema object accesses in that database are recorded.
@@ -160,6 +161,7 @@ Server-level audit action groups are actions similar to [!INCLUDE[ssNoVersion](.
160
161
|SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP|Indicates that a principal successfully logged in to a contained database.|
161
162
|USER_CHANGE_PASSWORD_GROUP|This event is raised whenever the password of a contained database user is changed by using the ALTER USER statement.|
162
163
|USER_DEFINED_AUDIT_GROUP|This group monitors events raised by using [sp_audit_write (Transact-SQL)](../../../relational-databases/system-stored-procedures/sp-audit-write-transact-sql.md).|
164
+
|LEDGER_OPERATION_GROUP | This event is raised for following actions ENABLE LEDGER - When you create a new ledger table ,ALTER LEDGER - When you drop a ledger table and ALTER LEDGER CONFIGURATION **Applies to Azure SQL Database.**|
163
165
164
166
## Database-Level Audit Actions
165
167
Database-level actions support the auditing of specific actions directly on database schema and schema objects, such as Tables, Views, Stored Procedures, Functions, Extended Stored Procedures, Queues, Synonyms. Types, XML Schema Collection, Database, and Schema are not audited. The audit of schema objects may be configured on Schema and Database, which means that events on all schema objects contained by the specified schema or database will be audited. The following table describes database-level audit actions.
0 commit comments