Viewing 2 posts - 1 through 3 (of 3 total)
I ran the query through the Index Tuning Wizard and added the following index and this has fixed the issue:
CREATE NONCLUSTERED INDEX [tar_downloads_new3]
ON [dbo].[tar_downloads_new] ([tar_booked] ASC,
[tar_fileno] ASC,
[tar_suboperator]...
February 23, 2009 at 7:33 am
#948584
Hi Jack
Thanks for replying.
I ran the updated query, however, it is still taking an age to run for the 16th - 28th Feb but not for the 1st - 28th...
February 23, 2009 at 7:07 am
#948556