Re: who can execute DBCC commands ?
From: Kalen Delaney (replies_at_public_newsgroups.com)
Date: 11/19/04
- Next message: Mike Hodgson: "Re: who can execute DBCC commands ?"
- Previous message: Hassan: "Re: Master backup failing but not user db backups (SQL Server 2000)"
- In reply to: Hassan: "Re: who can execute DBCC commands ?"
- Next in thread: Mike Hodgson: "Re: who can execute DBCC commands ?"
- Reply: Mike Hodgson: "Re: who can execute DBCC commands ?"
- Reply: Mike Hodgson: "Re: who can execute DBCC commands ?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 18 Nov 2004 21:37:15 -0800
Hi Hassan
Have you tried Books Online? This command is fully documented and says:
DBCC INPUTBUFFER permissions default to members of the sysadmin fixed server
role only, who can see any SPID. Other users can see any SPID they own.
Permissions are not transferable.
-- HTH ---------------- Kalen Delaney SQL Server MVP www.SolidQualityLearning.com "Hassan" <fatima_ja@hotmail.com> wrote in message news:Ozv%23abfzEHA.2040@tk2msftngp13.phx.gbl... > Its dbcc inputbuffer.. > > "Adi" <adico@clalit.org.il> wrote in message > news:1100840640.763054.210050@c13g2000cwb.googlegroups.com... >> It depends on which DBCC command you are talking about. There are >> commands that you need to sysadmin in order to run them (for example >> DBCC traceon) and other commands that you can be dbo (for example DBCC >> opentran). Sometimes you can find DBCC statements that you also don't >> need to be the dbo. For example DBCC Checkident can be used by >> ddladmin and DBCC sqlperf can be used by anyone that can logon to the >> server. >> >> Adi >> > >
- Next message: Mike Hodgson: "Re: who can execute DBCC commands ?"
- Previous message: Hassan: "Re: Master backup failing but not user db backups (SQL Server 2000)"
- In reply to: Hassan: "Re: who can execute DBCC commands ?"
- Next in thread: Mike Hodgson: "Re: who can execute DBCC commands ?"
- Reply: Mike Hodgson: "Re: who can execute DBCC commands ?"
- Reply: Mike Hodgson: "Re: who can execute DBCC commands ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|