Welcome to MSDN Blogs Sign in | Join | Help

June 2005 - Posts

Working with Regular Expressions

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
Posted by sqlclr | 8 Comments

IS NULL vs. IsNull

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 store
Posted by sqlclr | 1 Comments

Locales in SQL Server

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
Posted by sqlclr | 3 Comments
 
Page view tracker