Re: How to deny DBCC SQLPERF(logspace)
From: Michael Shao [MSFT] (v-yshao_at_online.microsoft.com)
Date: 10/31/03
- Previous message: Tomas Hellström: "Permission denied calling secondary database SP from another database SP"
- In reply to: Yoshihiro Kawabata: "Re: How to deny DBCC SQLPERF(logspace)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 31 Oct 2003 09:55:36 GMT
Hi Yoshihiro,
Thanks for your feedback. The Transact-SQL programming language provides
DBCC statements that act as Database Console Commands for Microsoft? SQL
Server? 2000. These statements check the physical and logical consistency
of a database.
I know that if we can find the place where the permissions of each DBCC
command stored, we can update the table directly to change the permissions.
However, as I understand, that they are different from the objects in the
database. I am unable to find the place stored the permissions of each DBCC
command so that it is not easily to list the permissions of each DBCC
command.
If you just want to view the permission of the DBCC command, you can search
the DBCC command in the SQL Server Books Online and find the permissions
under the "Permissions" subtopic for this DBCC command.
Please feel free to post in the group if this solves your problem or if you
would like further assistance.
Regards,
Michael Shao
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
- Previous message: Tomas Hellström: "Permission denied calling secondary database SP from another database SP"
- In reply to: Yoshihiro Kawabata: "Re: How to deny DBCC SQLPERF(logspace)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|