DBA > Job Interview Questions > Microsoft SQL Server FAQs

You are using SQL Server 2005 and you wish to fi

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

You are using SQL Server 2005 and you wish to find a number of details about stored procedures created...

You are using SQL Server 2005 and you wish to find a number of details about stored procedures created. The details include date and time, the server that created the stored procedure, the login name and the contents. How would you do this?

Answer
Create a DDL trigger on CREATE_PROCEDURE database event

Explanation
The answer is Create a DDL trigger on CREATE_PROCEDURE database event You can find the answer on page 448 of Beginning SQL Server 2005 for Developers: From Novice to Professional

(Continued on next question...)

Other Job Interview Questions