1.

Steps For Creating Clr Trigger?

Answer»

Follow these steps to create a CLR trigger of DML (after) type to perform an insert action:
• Create a .NET class of TRIGGERING action
• Make an assembly (.DLL) from that Class
• Enable CLR environment in that database.
• Register the assembly in SQL Server
• Create CLR Trigger USING that assembly

Follow these steps to create a CLR trigger of DML (after) type to perform an insert action:
• Create a .NET class of triggering action
• Make an assembly (.DLL) from that Class
• Enable CLR environment in that database.
• Register the assembly in SQL Server
• Create CLR Trigger using that assembly



Discussion

No Comment Found