Posts
  • SQLCLR Performance

    Scalable Memory Usage in SQLCLR

    • 1 Comments
    There are few constraints on memory usage in SQLCLR modules. This freedom is one of the benefits of the CLR, however, care should be taken to implement code that integrates well into a scalable database environment. I want to discuss two points in this...
  • SQLCLR Performance

    SQLCLR Scalar Functions

    • 0 Comments
    User-defined scalar functions are likely the most obvious candidates for SQLCLR usage. There are two primary reasons for this. The first is that CLR functions actually have lower invocation overhead than T-SQL functions. T-SQL functions require the runtime...
Page 1 of 1 (2 items)