79700099

Date: 2025-07-13 16:37:48
Score: 0.5
Natty:
Report link

In the context of an ALL SERVER trigger on DDL_EVENT the:

raiserror (N'ğ', 0, 0) with log

will return the message (N'ğ') to the End User. This is not the behavior of xp_logevent, which is supposed to write the log without "disturbing" the end user.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: altink