Show message in stored procedure
Not entirely sure why you would want to do something like that, but you could do something like this: ...
then
select 'YOUR MESSAGE HERE'
else
select 'YOUR OTHER MESSAGE HERE'
end if
Or you could select 1 or 0, might be a little better...