sql server - TSQL Error handling, getting SQL Query which triggered an error -


i know these functions handling sql error

  1. error_line()
  2. error_message()
  3. error_number()
  4. error_procedure()
  5. error_severity()
  6. error_state()

described here https://technet.microsoft.com/en-us/library/ms179495(v=sql.105).aspx

but, there possibility sql query string triggered error ?


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -