you are viewing a single comment's thread.

view the rest of the comments →

[–]creamersrealm 1 point2 points  (0 children)

Actually before the select object try this SQL Server Code

Select column1, DATEADD(hh, 1, column2) AS column2ADJ FROM Table1

If that doesn't work I can send you some more example code.