Browse by Tags

All Tags » Triggers (RSS)

Deploying a CLR Trigger by albertpascual

tweetmeme_url = 'http://weblogs.asp.net/albertpascual/archive/2010/01/12/deploying-a-clr-trigger.aspx'; tweetmeme_source = 'alpascual'; Back in July last year I posted how to create and deploy a CLR Trigger for MS SQL to add your business logic in the...
Filed under: ,

SQL 2008 CLR Triggers, use a .NET class library in SQL using WPF by albertpascual

Since SQL 2005 you can add .NET dlls into the SQL Assemblies, therefore get called on triggers and event from SQL to do something. Those should be simple utilities as the installation is still quite painful. Now when you are trying to use WCF or WPF dlls...
Filed under: , ,
More Posts