Thursday, June 27, 2013

Skipping procedure

That is just an example doing something like to capture the error message. Simply do this instead for it



...
END TRY
BEGIN CATCH
SELECT ERROR_MESSAGE() AS ErrorMessage;
END CATCH;





Many Thanks & Best Regards, Hua Min


No comments:

Post a Comment