Posts
Sort by recent activity
why is decimal data type comparison inconsistent?
I am experiencing an inconsistency when comparing tables that differ only by the precision of a column with data type decimal(p,s). In SQL Server terms, the "p" stands for "precision" and the "s" s...