June 26, 2011 at 4:57 pm
Jeff Moden (6/26/2011)
They're very useful for things other than xp_CmdShell. A simple example is where you want someone to use a proc that truncates a real table without giving that user ALTER privs on the table itself or maybe something more elemental... the privs to run a proc that updates a table without have privs to even see the table on their own. When you're properly set up, it's childs play to apply certs as the code is being promoted to QA or Production.
I was responding to this and realized the level of derail I was going to cause. Short version: I'll start a thread in a day or two on DBA to Dev relationships and code volume/ownership.
Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.
For better assistance in answering your questions[/url] | Forum Netiquette
For index/tuning help, follow these directions.[/url] |Tally Tables[/url]
Twitter: @AnyWayDBA
June 27, 2011 at 1:18 pm
As Promised: http://www.sqlservercentral.com/Forums/Topic1132391-391-1.aspx?Update=1
Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.
For better assistance in answering your questions[/url] | Forum Netiquette
For index/tuning help, follow these directions.[/url] |Tally Tables[/url]
Twitter: @AnyWayDBA
June 28, 2011 at 8:08 pm
Craig Farrell (6/26/2011)
Jeff Moden (6/26/2011)
They're very useful for things other than xp_CmdShell. A simple example is where you want someone to use a proc that truncates a real table without giving that user ALTER privs on the table itself or maybe something more elemental... the privs to run a proc that updates a table without have privs to even see the table on their own. When you're properly set up, it's childs play to apply certs as the code is being promoted to QA or Production.I was responding to this and realized the level of derail I was going to cause. Short version: I'll start a thread in a day or two on DBA to Dev relationships and code volume/ownership.
I guess I don't understand where you're going with that because the relationship between a DBA and Dev and/or code ownership has nothing to do with whether or not a user has privs to run a proc that TRUNCATEs a table without having ALTER privs on that table.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 106 through 107 (of 107 total)
You must be logged in to reply to this topic. Login to reply