Skip to content

Commit e7a7c18

Browse files
AndreasWolterrwestMSFT
authored andcommitted
Removing incorrect owner info
All SQL Agent procs except for the new "managed backup" and "smart admin" stuff are owned by the dbo. Not db_owner. Also, I don't see why this needs to be documented at all, since this has no effect on the behavior/permissions. Hence, I suggest removing to simplify this
1 parent 643db29 commit e7a7c18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
author: rwestMSFT
33
ms.author: randolphwest
4-
ms.date: 05/24/2023
4+
ms.date: 11/13/2024
55
ms.service: sql
66
ms.topic: include
77
ms.custom: include file
88
---
9-
This stored procedure is owned by the **db_owner** role. You can grant `EXECUTE` permissions for any user, but these permissions may be overridden during a SQL Server upgrade.
9+
You can grant `EXECUTE` permissions on this procedure, but these permissions might be overridden during a SQL Server upgrade.

0 commit comments

Comments
 (0)