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
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
Developer technologies Transact-SQL
SQL Server Other
{count} votes

Accepted answer
  1. ZoeHui-MSFT 41,491 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 Answers by the question author, which helps users to know the answer solved the author's problem.