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.