More DBA job interview questions and answers at
http://dba.fyicenter.com/Interview-Questions/
(Continued from previous question...)
You cannot remember what permissions that the db_accessadmin fixed database role has ...
You cannot remember what permissions that the db_accessadmin fixed database role has and Books Online is not installed on your laptop. You're working on the SQL Server 2000 security roles for a client and need to get the document finished and the ISP is down. How can you quickly determine the permissions for this role?
Answer: Run sp_dbfixedrolepermission
Explanation: While creating an account and trying all permissions will work, it's not a quick way to do it. The sp_dbfixedrolepermission stored procedure will give you a list of permissions.
(Continued on next question...)