File tree Expand file tree Collapse file tree
samples/databases/wide-world-importers/wwi-ssis/wwi-ssis Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 <DTS:Variables />
7070 <DTS:ObjectData>
7171 <ExpressionTask
72- Expression="@[User::TargetETLCutoffTime] = DATEADD("Minute", -5, GETDATE () )" />
72+ Expression="@[User::TargetETLCutoffTime] = DATEADD("Minute", -5, GETUTCDATE () )" />
7373 </DTS:ObjectData>
7474 </DTS:Executable>
7575 <DTS:Executable
8686 <DTS:ObjectData>
8787 <SQLTask:SqlTaskData
8888 SQLTask:Connection="{7C3E3ECC-C5AD-4675-9618-FC08465F8BC9}"
89- SQLTask:SqlStatementSource="DECLARE @YearNumber int = YEAR(SYSDATETIME ());

EXEC Integration.PopulateDateDimensionForYear @YearNumber;" xmlns:SQLTask="www.microsoft.com/sqlserver/dts/tasks/sqltask" />
89+ SQLTask:SqlStatementSource="DECLARE @YearNumber int = YEAR(SYSUTCDATETIME ());

EXEC Integration.PopulateDateDimensionForYear @YearNumber;" xmlns:SQLTask="www.microsoft.com/sqlserver/dts/tasks/sqltask" />
9090 </DTS:ObjectData>
9191 </DTS:Executable>
9292 <DTS:Executable
You can’t perform that action at this time.
0 commit comments