BUG: Executing Two or More xp_logevents Causes Server HangID: Q152106
|
If a stored procedure or trigger executes two or more xp_logevents, the
server prevents new connections from being granted. This is sometimes
accompanied by the following message:
Extended procedure memory allocation failed for 'xp_logevent'.
create procedure spLogEvent (@iErrorNo int,
@strMessage varchar(255),
@strLevel varchar(255))
as
begin
exec master..xp_logevent @iErrorNo, @strMessage, @strLevel
end
Additional query words: xp_logevent
Keywords : kbbug4.21a
Version : 4.21a, 4.21 SP1, 4.21 SP2, 4.21
Platform : WINDOWS
Issue type :
Last Reviewed: March 26, 1999