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

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

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

asp.net - call stack missing info on mono with apache and mod_mono -