How do i change datetime in cyrillic from 4015-01-01 to 2015-01-01 without parsing?

  • Hi All,

    I am struggling with SQL Server 2008 database in cyrillic language I try to Load data with ETL.

    But, both of the datetime columns' value are shown as 4015-01-01 as of 2015-01-01.

    How can i load data in Regular datetime format without parsing the column?

    Regards,

  • DATEADD(YEAR,-2000,myDateColumn) ?

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

  • Thanks a lot Koen Verbeeck.

    I know. But i am trying to convert without parsing.

    My wonder is there is a notation to convert from cyrillic language to english. Because it is a general problem?

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply