SQL Server datatypes are not always what they seem to be. [Martin Schmidt](http://www.performanceduo.com/) recently had an [interesting blog post (in danish)](http ...
It seems like an elementary thing but dealing with numbers beyond whole integers in software is tricky. Differences between rounding in code vs rounding in database storage can catch you off guard if ...
I'm trying to implement DMS for our data replication purposes between two SQL Server instances with Change Tracking enabled. The problem I stumbled upon is specifically connected with decimal(19,0) ...