Author: KjellemannKjellemann
Date: Mar 27, 2008 14:30
I get an error when using sp_getmessage on a message that were put into
sysusermessages with sp_addmessage.
The sql is like this:
create proc kpTest as
declare @result varchar(255)
exec sp_getmessage 30003, @result
output
The output:
1> kpTest
2> go
Msg 11060, Level 16, State 1:
Server 'PADDATEST', Procedure 'sp_getmessage', Line 100:
This statement has exceeded the maximum number of recompilations (10). This
indicates an internal error. Please note the error prior to this one and
contact
Sybase Technical Support.
(return status = -6)
|