181.

If the following code was run on 31st Dec 2011, What is the result of the below query: SELECT DATEDIFF(YEAR, GETDATE(), '8/8/2003') AS 'Difference'

DATEDIFF - Returns the count (signed integer) of the specified datepart boundaries crossed between the specified startdate and enddate.