May 21, 2012 by Christoff Truter
A while ago one of our clients reported a bit of a peculiar performance problem when accessing a certain report in one of their systems.
SQLJune 19, 2011 by Christoff Truter - 2 Comments
Post about a System.InvalidOperationException that occurs when using webservices and the XmlSerializer class within SQLCLR procedures
C# SQLMarch 31, 2011 by Christoff Truter
How to retrieve the last inserted identity (id) in MS SQL
SQLNovember 2, 2010 by Christoff Truter
The basic purpose of a coalesce function/operator is to return the first non null value in a list of values
C# PHP SQLSeptember 13, 2010 by Christoff Truter
How to update/remove/insert nodes in a sql 2005/2008 xml field
SQL