Subject | Re: [Firebird-Architect] Re: Create database -> rats' nest |
---|---|
Author | Dmitry Yemanov |
Post date | 2005-04-26T20:11:08Z |
"Roman Rokytskyy" <rrokytskyy@...> wrote:
stored procedures. I see some value here, but before this day I hated this
approach in MSSQL.
Dmitry
>No, please ;-)
> INSERT INTO SYS$BACKUPS(SYS$DESTINATION)
> VALUES('/var/db/backups/my.fbk');
> What in fact we need, is a priviledge to perform that operation. AndWell, then we'll start looking like MSSQL with their tons of admin-targeted
> we already have this priviledge - GRANT EXECUTE PROCEDURE ON ...
>
> So what is left, is to export all those database level operations as
> procedures and then simply grant EXECUTE PROCEDURE on the
> corresponding object to corresponding roles with GRANT OPTION.
stored procedures. I see some value here, but before this day I hated this
approach in MSSQL.
Dmitry