How to execute SP_ADDUSER without DBO Priv.
From: Joe Webber (joe.webber@snclavalin.com)
Date: 09/11/02
- Next message: Bill Hollinshead [MS]: "Re: Logins"
- Previous message: PS: "sql7"
- Next in thread: Jasper Smith: "Re: How to execute SP_ADDUSER without DBO Priv."
- Reply: Jasper Smith: "Re: How to execute SP_ADDUSER without DBO Priv."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Joe Webber" <joe.webber@snclavalin.com> Date: Wed, 11 Sep 2002 12:27:48 -0700
I have a situation where I have an application that
requires to add SQL users to an application database. The
only way to do this is to run the store proc sp_adduser.
The problem I have is that it requires dbo privileges. I
do NOT want the application user to log on with dbo rights.
Is there a way so that a normal user (without dbo rights)
can run sp_adduser? Maybe running another store proc or
function under the dbo profile?
TIA,
Joe
- Next message: Bill Hollinshead [MS]: "Re: Logins"
- Previous message: PS: "sql7"
- Next in thread: Jasper Smith: "Re: How to execute SP_ADDUSER without DBO Priv."
- Reply: Jasper Smith: "Re: How to execute SP_ADDUSER without DBO Priv."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|