Viewing 3 posts - 1 through 4 (of 4 total)
Thanks for your quick response!
The structure of a single stored procedure is alwas the same:
Header (setting variables for the logging table)
Begin try-block
Standard SQL-statements (like Inserting new rows into...
March 2, 2011 at 7:46 am
Here's the part of the query which slows the execution down:
...
, T_02_RH_REGIONAL_HIERARCHY T14
, T_14_PL_PLATFORM coguda62
where (T_TD_DATE_HIERARCHIES_DAILY13.TD_KEY = 11
or T_TD_DATE_HIERARCHIES_DAILY13.TD_KEY = 4)
and (1 = 0 or T14.CF_CODE =...
November 24, 2010 at 5:47 am
Viewing 3 posts - 1 through 4 (of 4 total)