Interview Questions

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

Microsoft SQL Server FAQs


(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 Interview Questions