The HTML  <IMG> tag and “Onload” event bugs in IE

The HTML <IMG> tag and “Onload” event bugs in IE

The problem: a blog post is supposed to show a temperature chart. The chart is served by a remote server, running SQL Reporting Services. The…

Read Article →
DateTime comparisons in SQL Server 2007

DateTime comparisons in SQL Server 2007

The issue is that SQL Server’s DateTime data type appears to be able to resolve milliseconds – but it really does not. It rounds to…

Read Article →