Share via

Does Azure SQL supports INSTEAD OF trigger?

Pratim Das, Partha C 371 Reputation points
2022-05-24T06:07:29.933+00:00

Does Azure SQL(PaaS offering) supports INSTEAD OF trigger? If yes, it would be helpful if you can demonstrate it for me.

Thanking you in advance.

Azure SQL Database
0 comments No comments

Answer accepted by question author

Olaf Helper 47,621 Reputation points
2022-05-24T06:12:38.517+00:00

Yes, it's supported, see
https://learn.microsoft.com/en-us/sql/t-sql/statements/create-trigger-transact-sql?view=sql-server-ver16
=> Azure SQL Database Syntax

If yes, it would be helpful if you can demonstrate it for me.

See section "Examples" in the article.

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.