Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Try/Catch syntax with the exact error
Message
 
 
À
05/03/2008 09:51:17
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Divers
Thread ID:
01298895
Message ID:
01298898
Vues:
9
This message has been marked as the solution to the initial question of the thread.
>I have some Try/Catch syntaxes which allows me to print in the Messages window some specific message when an error happens. But, in that message, I also need to print the exact error. How can I obtain that at that level?

It's covered in BOL. Excerpt:

ERROR_NUMBER() returns the number of the error.
ERROR_SEVERITY() returns the severity.
ERROR_STATE() returns the error state number.
ERROR_PROCEDURE() returns the name of the stored procedure or trigger where the error occurred.
ERROR_LINE() returns the line number inside the routine that caused the error.
ERROR_MESSAGE() returns the complete text of the error message. The text includes the values supplied for any substitutable parameters, such as lengths, object names, or times.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform