Browse by Tags

All Tags » performance » tsql » clr
  • Triggers within CLR - advantage over TSQL

    You may be aware the DML and DDL triggers can be nested up to 32 levels, because any reference to such trigger code counts as one-level in the nesting limit. Even though it is possible to control whether AFTER triggers can be nested through the nested triggers server configuration option. So how it can be escaped using CLR and how procedural and ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on September 4, 2007
  • Performace overhead and resolution when using CLR vs TSQL

    Integration with .NET framework CLR within SQL Server gives extra flexibility for the developers to use other programming languages such as C# or VB.net by creating functions, stored procedures, triggers, data types, and aggregates are among the kinds of business logic that programmers can write with these languages. But think about performance ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on July 31, 2007