Viewing 15 posts - 1,111 through 1,125 (of 10,144 total)
Jeff, the method Eirikur's describing works really well. We implemented such a method here for cleaning up a substantial table earlier in the year. The existing method was causing some...
November 1, 2016 at 4:54 am
Luis Cazares (10/31/2016)
Sean Lange (10/31/2016)
jasona.work (10/31/2016)
Ed Wagner (10/31/2016)
Sean Lange (10/31/2016)
jasona.work (10/31/2016)
ChrisM@Work (10/31/2016)
Sean Lange (10/31/2016)
ChrisM@Work (10/31/2016)
Sean Lange (10/31/2016)
Ed Wagner (10/31/2016)
ThomasRushton (10/31/2016)
Wryan138 (10/30/2016)
November 1, 2016 at 2:53 am
Sean Lange (10/31/2016)
ChrisM@Work (10/31/2016)
Sean Lange (10/31/2016)
Ed Wagner (10/31/2016)
ThomasRushton (10/31/2016)
Wryan138 (10/30/2016)
So in lieu of some marvelous SQL wizardry, I'm just trying to help out a little.Wayne
Welcome aboard. I must admit,...
October 31, 2016 at 7:35 am
Sean Lange (10/31/2016)
Ed Wagner (10/31/2016)
ThomasRushton (10/31/2016)
Wryan138 (10/30/2016)
So in lieu of some marvelous SQL wizardry, I'm just trying to help out a little.Wayne
Welcome aboard. I must admit, I do use...
October 31, 2016 at 7:24 am
ben.brugman (10/24/2016)
ChrisM@Work (10/21/2016)
The guesses made by the optimiser are whacked somewhat by the ranges.
Yes they are WHacked.
Try forcing a loop join reading first from the ranges table like this:
SELECT...
October 31, 2016 at 2:57 am
muhamadehsan (10/24/2016)
October 24, 2016 at 5:50 am
drew.allen (10/21/2016)
October 21, 2016 at 9:54 am
The guesses made by the optimiser are whacked somewhat by the ranges. Try forcing a loop join reading first from the ranges table like this:
SELECT *
FROM #Ranges r
INNER...
October 21, 2016 at 7:53 am
RAKSHITHA (10/21/2016)
Create Proc
As
Begin
Insert Statement................... ( which calls insert trigger)
...
...( rest of...
October 21, 2016 at 4:17 am
wtren (10/21/2016)
did you try the maxdop option?
Pointless - it's a serial plan.
October 21, 2016 at 4:15 am
Sqlsavy (10/20/2016)
Thank you everyone.I can't post the actual query plan because of company policy.
You've been very helpful we've logged a case with MS now
SQL Sentry Plan Explorer has an option...
October 20, 2016 at 3:08 am
seismicbeat (10/19/2016)
Sorry for bothering you again. I have a couple of questions about putting the dynamic pivot results to a local table or view. I think, I can use INTO...
October 20, 2016 at 2:00 am
John Mitchell-245523 (10/19/2016)
October 19, 2016 at 8:29 am
Sqlsavy (10/19/2016)
If you increase the ‘available’ memory available to the SQL Instance to >90gb then the query seems to build an...
October 19, 2016 at 8:09 am
ThomasRushton (10/19/2016)
Brandie Tarvin (10/19/2016)
ThomasRushton (10/19/2016)
rodjkidd (10/19/2016)
ThomasRushton (10/19/2016)
In other news, today I overheard m'colleague saying "maybe the DBA team would be a beacon..."at which point I lost the plot.
are you sure...
October 19, 2016 at 6:13 am
Viewing 15 posts - 1,111 through 1,125 (of 10,144 total)