Someone had a problem with 8 year old procs which started to fail after moving to SQL Server 2008 Of course he should have used ints, but let's see what happens Run this code on SQL Server 2005 and 2000 DECLARE @num_Passed Numeric ( 2 , 0 ); SET @num_Passed
Read More...