Using SSIS Data Flow I successfully run the following code.
("DS_Trouble_Ticket"."RD-CD">={ts '2008-03-16 00:00:00'} AND "DS_Trouble_Ticket"."RD-CD"< {ts '2008-03-17 00:00:00'} )
I need to soft code the dates with the equivalent of "Today" or "Today -1"
I have tried GetDate and SysDate and many combinations but they all fail.
Frustrated...I would appreciate any suggestions.
Thanks