Viewing post 1 (of 1 total)
when we run
DECLARE @myDate DATETIME2
SET @myDate = '1752-09-09'
PRINT @myDate
in sqlserver2008
we get following message
1752-09-09 00:00:00.0000000
then how to become wrong
January 5, 2011 at 3:04 am
#1269372