When using SQL native 'Backup' the user only need to be a member of db_backupoperators database role. Why doesn't the db_backupoperator role have permissions to execute the LiteSpeed xp_backup_database stored procedure?
Microsoft’s VDI (Virtual Backup Device Interface Specification) limitation.
In order to execute stored procedures it would require sa level permissions. There is no way around this when executing LiteSpeed backups or restores via its extended stored procedures. The LiteSpeed Engine for SQL Server (LSE) does not require the sa permissions because a native ‘Backup Database’ command is being fired off and the engine is capturing the data in transit. If you only want to grant backup operator permissions to users then you should consider LSE because it runs at the OS level, it operates with the same level of privileges that SQL Server uses.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center