Viewing 15 posts - 1 through 15 (of 52 total)
January 19, 2018 at 12:09 pm
January 19, 2018 at 12:04 pm
January 19, 2018 at 12:01 pm
September 5, 2017 at 8:24 am
Yes - new storage bigger LUN. Just trying to get a handle on how others approached problem. Why log shipping vs just a restore (full then transaction logs...
October 8, 2015 at 6:41 am
Thanks for the suggestion - I actually use Ola Hallengren's script for all the hosts I control. This one in particular is more under the supervision of a vendor....
April 16, 2015 at 6:25 pm
So interesting fact ....
All along I've never considered that the statistics would be out of date, because we have a job that updates stats that runs daily. And...
April 16, 2015 at 11:15 am
I tried it with the left outer join as previously suggested.
I tried it with CTEs the two selects then the join.
I tried it with table variable the two selects then...
April 16, 2015 at 10:11 am
Another interesting bit is that if I use the left outer join with the query hint - OPTION (HASH JOIN), the query runs in about 1/3 the time.
April 16, 2015 at 7:18 am
Query tuning really isn't my forte, but the interesting thing is that I can break this query down into 3 steps (1 first small select, 2nd larger select and then...
April 15, 2015 at 8:00 am
Here are the two execution plans - one for the left outer join and one for the not exists.
Thanks again for all your help!
April 15, 2015 at 7:13 am
Thanks for all the replies.
I tried Phils suggestion of the not exists with the select 1 and I get 0 rows returned.
I'm expecting 2 rows.
I also tried MadAdmins edits and...
April 15, 2015 at 6:47 am
Thanks for all the replies. I recompiled the SP with no performance improvement. The query has been very predictable since they made changes to it. It's predictable...
October 12, 2012 at 9:50 am
Viewing 15 posts - 1 through 15 (of 52 total)