| DisplayName | Description | ID | Target | Accessibility | Category | Enabled | Remotable | Timeout |
| Check Disk (DBCC) | Checks the consistency of disk space allocation structures for a specified database. | Microsoft.SQLServer.Linux.Task.Database.DBCCCheckAlloc | Microsoft.SQLServer.Linux.Database | Internal | Maintenance | True | False | 300 |
| Check Catalog (DBCC) | Checks for catalog consistency within the specified database. The database must be online. | Microsoft.SQLServer.Linux.Task.Database.DBCCCheckCatalog | Microsoft.SQLServer.Linux.Database | Internal | Maintenance | True | False | 300 |
| Check Database (DBCC) | Checks the allocation, structural, and logical integrity of all the objects in the specified database. | Microsoft.SQLServer.Linux.Task.Database.DBCCCheckDB | Microsoft.SQLServer.Linux.Database | Internal | Maintenance | True | False | 300 |
| Set Database to Emergency State | Set Database to Emergency State | Microsoft.SQLServer.Linux.Task.Database.SetDBEmergency | Microsoft.SQLServer.Linux.Database | Internal | Maintenance | True | False | 300 |
| Set Database Offline | Set Database Offline | Microsoft.SQLServer.Linux.Task.Database.SetDBOffline | Microsoft.SQLServer.Linux.Database | Internal | Maintenance | True | False | 300 |
| Set Database Online | Set Database Online | Microsoft.SQLServer.Linux.Task.Database.SetDBOnline | Microsoft.SQLServer.Linux.Database | Internal | Maintenance | True | False | 300 |
| Global Configuration Settings | Shows a list of global configuration settings from a specified SQL Server. The output will display a list of settings and their value. | Microsoft.SQLServer.Linux.Task.DBEngine.GetGlobalConfigurationSettings | Microsoft.SQLServer.Linux.DBEngine | Internal | Maintenance | True | False | 300 |