So I got this error while working
It says no permission on object sp_delete_database_backuphistory. I get it fixed from granting execution permission to above object
USE msdb; GRANT EXEC ON dbo.sp_delete_database_backuphistory TO PUBLIC
So I got this error while working
It says no permission on object sp_delete_database_backuphistory. I get it fixed from granting execution permission to above object
USE msdb; GRANT EXEC ON dbo.sp_delete_database_backuphistory TO PUBLIC