Is it possible to create a database / DDL trigger in C #? And if so, how?
[EDIT]
Basically, I decided to use the CLR for the database trigger, because I want to use C # SMO for script objects that change and insert the script object into a table that keeps track of the version of the database objects.
source
share