sql - Non-transactional trigger -


as far know, if try perform writing operation table having trigger on operation , trigger fail write operation fail either. looks both operation being performing in same transaction. possible following:

  • if trigger fail due reason (throwing exception or else):
    • write log entry , allow write operation completed succfully if can.

why don't split 2 procedures , write separate procedure? suggestion given info have posted, if want more need more info (db vendor , version, , post code)


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -