Is it possible to pass a parameter to trigger in SQL Server database? -


table can have trigger on insert/delete/update. trigger fired internally db engine.

is possible pass parameter trigger in sql server database stored procedure?

indirectly via context_info(). see using session context information. fact trigger needs state code smell.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -