SSIS: DT_DBTimeStamp to Date in conditional split

kkran 831 Reputation points
2022-03-01T00:30:24.05+00:00

Hi everyone - I am trying to convert the below sql statement in the SSIS conditional split. Could you please let me know if this correct/valid ?

Column : Last_Updated_DT is 'DT_DbTIMESTAMP'

SQL Statement:
178578-sql.jpeg

SSIS condtional Split:

178606-ssis.jpeg

SQL Server Integration Services
Developer technologies | Transact-SQL
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
SQL Server | Other
{count} votes

Answer accepted by question author
  1. ZoeHui-MSFT 41,536 Reputation points
    2022-03-01T02:11:56.917+00:00

    Hi @kkran

    What you do in conditional split is correct.

    You may enable the data viewer to check if the data is right.

    data-viewer

    From my side, I use 2022-01-10 as the condition date, the result is shown below.
    178598-image.png

    178682-image.png

    Regards,

    Zoe


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.