tsql - schema sys/dbo - extended stored procedure rights -
I know that system schema has access to all extended stored procedures. If my system login login schemas are getting- dbo, what is the "sys" schema?
Can I tell that system management has all the permissions executed on extended stored procedures? How can I prove it with TCLL?
sys
'magic is specially identified as code And this is particularly visible to the objects inherent:
SQL Server System Objects, such as sys.objects, are physically retained in the resource database, but they appear logically In the system schema of the database.
General ownership and permission rules are not applicable to sys
.
Sysadmins do not need any permissions, they have all the privileges and can not be denied and nothing can be canceled.
Comments
Post a Comment