| title | managed_backup.fn_is_master_switch_on (Transact-SQL) | Microsoft Docs | ||||
|---|---|---|---|---|---|
| ms.custom | |||||
| ms.date | 06/10/2016 | ||||
| ms.prod | sql | ||||
| ms.prod_service | database-engine | ||||
| ms.reviewer | |||||
| ms.technology | system-objects | ||||
| ms.topic | language-reference | ||||
| f1_keywords |
|
||||
| dev_langs |
|
||||
| helpviewer_keywords |
|
||||
| ms.assetid | e8c2108d-b104-46cb-9645-a15f46112c86 | ||||
| author | MikeRayMSFT | ||||
| ms.author | mikeray |
[!INCLUDEtsql-appliesto-ss2016-xxxx-xxxx-xxx-md]
Returns the state of the [!INCLUDEss_smartbackup] operations on the instance of SQL Server.
Use this function to get the current state of [!INCLUDEss_smartbackup].
Transact-SQL Syntax Conventions
managed_backup.fn_is_master_switch_on () None
BIT
1 = [!INCLUDEss_smartbackup] is active, 0 = [!INCLUDEss_smartbackup] is paused.
Requires SELECT permissions on the function.