Viewing 5 posts - 16 through 20 (of 20 total)
---------------------------------------------------
--The underlying IV Not working, kindly help
---------------------------------------------------
CREATE VIEW IV_MMB_REPORT_2 WITH SCHEMABINDING AS
SELECT DT1.DT, DT1.DT_KEY,
SUM(isnull(Ag.BLNC_AMNT,0))[BLNC_AMNT] , G2.GOGRPHY_KEY ,COUNT_BIG(*)[COUNT]
...
January 31, 2013 at 2:53 pm
while creating IV i have allready removed params and NOLOCK, but still my base query is not reading from IV
January 31, 2013 at 12:17 pm
Lowell, Thanks for this approach
But still query is taking 60 secs
earlier it was taking 3 mins
anything else we can do in order to tune it??
PFA the New execution PLan
January 26, 2013 at 5:49 am
PFA, Actual plan
January 25, 2013 at 12:02 pm
PFA, Execution Plan
January 25, 2013 at 10:36 am
Viewing 5 posts - 16 through 20 (of 20 total)