Last updated 2 years ago
Captura e Tratamento de Erros
BEGIN TRY <SQL code>; END TRY BEGIN CATCH <error handling code>; END CATCH;