Update to my LINQ to SQL performance in VB.NET saga
Hello,
If you have read my posts before where I was complaining about VB generated sub optimal SQL when using nullable columns in your where clauses, I came to the conclusion I was being silly and not using .Value on those nullable fields in my queries.
I stumbled across this post today:
http://blogs.msdn.com/vbteam/archive/2008/03/28/linq-to-sql-and-linq-to-entities-performance-improvements-tim-ng.aspx
Looks like it was an issue in the end and not me being totally stupid :).
Thanks
Stefan