Technology Musings
In: SQL Server
18 Aug 2009How to create a .NET user-defined function that exposes RegEx functionality to Microsoft SQL Server.
Use a CTE to recursively roll up all descendant records into separate groups, regardless of level. Example data and Common Table Expression code included.
In: SQL Server
25 Feb 2009An illustrated, step-by-step guide for connecting MySQL and SQL Server via Linked Servers utilizing the MySQL ODBC Connector driver.
In: SQL Server
1 Oct 2008T-SQL query to report the row count of all tables in a database without the heavy I/O cost of a table scan.