MVC3 Datetime2 out of range
Been coding a bit with Microsofts MVC3 web framework lately and ran into this error: {"The conversion of a datetime2 data type to a datetime data type resulted in an out-of-range value.\r\nThe...
View ArticleSQL Server 2008 and CLR Procedures – Simple Example
The general idea behind CLR procedures is that you can execute code from the SQL server. This is usefull when you reach the limits of what T-SQL can do without making your eyes bleed or as in my case...
View ArticleSQL 2008 and the Merge statement
I recently had the pleasure of playing around with the Merge statement which was introduced in SQL Server 2008 and I am pretty impressed by it. Although it dosen’t add any new functionality it makes...
View ArticleT-SQL Table Variable vs. Temporary Table
Most of the time you don’t gain very much performance from obsessing about details but instead from focusing on finding flaws in the general design.. Once in a while it’s still fun to obsess about the...
View Article