Viewing 7 posts - 1 through 7 (of 7 total)
Wow - now I am down to 1 sec. after I added the index:
CREATE NONCLUSTERED INDEX [IX_BRWEEKHIS_TEST]
ON [dbo].[BRFCLSeaWeekHis] ([PortFrom],[PortTo],[QuoteType],[Year])
INCLUDE ([CurrencyCode],[RateTotal],[SeaTotal],[Total])
However, the last two conversions I don't understand, because they seem...
March 4, 2014 at 10:17 am
Ok, now I think we are getting close. Down to 47 secs, but now it also suggests a new index:
CREATE NONCLUSTERED INDEX [<Name of Missing Index, sysname,>]
ON [dbo].[BRFCLSeaWeekHis] ([PortFrom],[PortTo],[QuoteType],[Year])
INCLUDE ([Week],[CarrierID],[ConType],[ConSize],[Commodity],[IncotermCode],[CurrencyCode],[RateTotal],[SeaTotal],[Total])
March 4, 2014 at 9:21 am
Thanks for the suggestion, but pretty much the same result
Are there any other tools I can use to dig deeper?
Table '#Result____00000005022E'. Scan count 0, logical reads 51, physical reads 0,...
March 2, 2014 at 3:41 pm
I have this from the stats
Table '#Result_000000050139'. Scan count 0, logical reads 51, physical reads 0, read-ahead reads 0, lob logical reads 0, lob physical reads 0, lob read-ahead reads...
February 28, 2014 at 8:19 am
I have attached a file to the first post - is that what you need or if not, then please tell me how to get it 🙂
February 28, 2014 at 8:12 am
Hi Chris,
Thanks for the leads, but even with recompile and changed index, the time is the same.
In relation to your first post, then I will not likely get anymore than...
February 28, 2014 at 7:32 am
Viewing 7 posts - 1 through 7 (of 7 total)