DBA > Job Interview Questions > Microsoft SQL Server FAQs

In SQL Server 2000, how can you send an alert wi

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

(Continued from previous question...)

In SQL Server 2000, how can you send an alert without sending a message to the client?

Answer: xp_logevent

Explanation: The xp_logevent extended stored procedure will log an event in the SQL Server log file and the Windows Event log without sending a message to the client.

(Continued on next question...)

Other Job Interview Questions