Sign in
SQL Server 2005: CLR Integration
Samples, tips and tricks, insights from the CLR Integration team at SQL Server.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Pages
Archive
Archives
November 2006
(1)
October 2006
(1)
July 2006
(2)
June 2006
(8)
April 2006
(2)
March 2006
(3)
February 2006
(2)
November 2005
(3)
October 2005
(2)
July 2005
(1)
June 2005
(3)
May 2005
(4)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
SQL Server 2005: CLR Integration
Working with Regular Expressions
Posted
over 8 years ago
by
sqlclr
8
Comments
One of the many benefits of using CLR Integration in your database applications is the availability of rich .NET Framework libraries. SQL Server provides you with a set of built-in functions that can be used in your queries but with CLR Integration you...
SQL Server 2005: CLR Integration
IS NULL vs. IsNull
Posted
over 8 years ago
by
sqlclr
1
Comments
When using CLR UDTs, there has been some confusion regarding the difference between the T-SQL IS NULL construct and the required UDT property IsNull. Admittedly, this is not well-documented, so I thought I'd try to clear this up. To avoid having to...
SQL Server 2005: CLR Integration
Locales in SQL Server
Posted
over 8 years ago
by
sqlclr
3
Comments
Introduction Writing locale-safe external code in SQL Server has always been important due to the global nature of many businesses running on SQL Server. Doing it correctly requires a good knowledge of the different mechanisms used to store that locale...
Page 1 of 1 (3 items)