Viewing 3 posts - 1 through 3 (of 3 total)
Fortunately the only timezone conversion required will be between GMT and BST.
There is also a Date field which obviously provides me with a reference to know when the conversion should...
April 21, 2009 at 9:40 am
I'm not sure if bumping posts is frowned upon here; if so then apologies, the topic flew off the front page pretty quick so I thought maybe it got missed.
Anybody...
April 15, 2009 at 7:21 am
Just got this working by doing the following:
--------------------------------------------------------------
declare @vname varchar(50),
@aname varchar(50),
@tname varchar(50),
@insagg varchar(200)
declare cur cursor for
select a.rep_view_id, a.par_agg_col_name, b.table_name
from dm.report_view as a, dm.rep_to_tab as c, dm.report_table as b
where...
November 7, 2008 at 9:28 am
Viewing 3 posts - 1 through 3 (of 3 total)