THE SQL Server Blog Spot on the Web
Welcome to SQLblog.com - The SQL Server blog spot on the web Sign in | Join | Help
in Search

Browse by Tags

All Tags » SQLCLR » udf   (RSS)
  • Re: Sql Signature RegEX

    Here is a CLR UDF I prepared for ''Inside SQL Server 2005: Query Tuning and Optimization'' (which I modified from the version presented in ''Inside SQL Server 2005: T-SQL Querying'' to better support NULLs):[Microsoft.SqlServer.Server.SqlFunction(IsDeterministic=true)]public static SqlString sqlsig(SqlString querystring){ return ...
    Posted to SQL Server (Forum) by Adam Machanic on June 17, 2008
Powered by Community Server (Commercial Edition), by Telligent Systems
  Privacy Statement