Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Fun(?) with DATETIME2

    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

Viewing post 1 (of 1 total)