Viewing 15 posts - 706 through 720 (of 18,926 total)
David Conn (11/30/2011)
December 1, 2011 at 4:43 am
1 or more of the "bad" plans have been dropped and rebuilt a different way.
This is a accidental fix. I'd be very surprised to NOT see the issue come...
December 1, 2011 at 4:41 am
How do you do the reindex?
November 30, 2011 at 4:32 pm
Is it echo in here :Whistling:?
November 30, 2011 at 11:20 am
In the same train of toughts.
4 hour work week. Pick the audio version if you don't like to read cause it's awesome.
November 30, 2011 at 8:45 am
As a side note, SP4 will clear out many bugs, some of them might help with performance.
When in doubt, latest SP is a good default option. As usual, it...
November 30, 2011 at 7:37 am
Well actually in your case it would be to clean the select in the first place. Deduplication has many forms and purpuses so I can't give you a canned...
November 30, 2011 at 5:50 am
Insert into ...
SELECT... WHERE NOT EXISTS ()
November 30, 2011 at 5:49 am
jeff.coulson (11/30/2011)
November 30, 2011 at 5:36 am
SPs and version changes usually mean changes in the query optimiser. So means just that. Could be better, could be worse.
Usually people only complain about the worse part...
November 30, 2011 at 5:24 am
No we need the xml version, this is totally useless without the GUI 😉
November 29, 2011 at 2:42 pm
SqlSpider... (11/29/2011)
In this Proc Can i set a page number...?
@start
November 29, 2011 at 11:34 am
Start traceflag 1222. Then when it happens again, go to the sql error log and paste the deadlock graph over here.
In the meantime, you can use this instead of...
November 29, 2011 at 11:33 am
inayatkhan (11/29/2011)
Is there any work around for this or I can create new temp...
November 29, 2011 at 10:23 am
I think I saw this before. IIRC this is more of a compile time issue.
Can you try ignoring the drops and doing #Mytemp1,2 & 3?
November 29, 2011 at 9:53 am
Viewing 15 posts - 706 through 720 (of 18,926 total)