|
Browse by Tags
All Tags » SQL Server ( RSS)
-
|
I stumbled across a little ADO.NET gotcha the other day... By and large, ADO.NET's SQL client library presents a good, consistent exception interface when something goes wrong: errors and warnings are reported as instances of SqlException and there is...
|
-
|
Diagnosing a bug in a SQL Server stored procedure recently I unearthed an interesting ‘feature’ of the CHECKSUM function which I couldn't find documented elsewhere. The stored procedure received some data as Unicode string arguments, and after some validation...
|
|
|
|