Viewing 15 posts - 3,256 through 3,270 (of 22,206 total)
To get radical differences in behavior, something has to be different. Did you check the execution plans as I suggested? Are they different? If so, are the parameters that compiled...
April 5, 2018 at 7:31 am
Generally, just delete the data. It's the best approach. Sometimes, breaking the data into chunks can help. Here's an article to give you some ideas.
April 5, 2018 at 6:27 am
There is absolutely ZERO way to tune a query that is selecting all columns and all rows. You can't do it.
What you can do, is tune the hardware...
April 5, 2018 at 6:22 am
Sure, this kind of thing happens all the time. Have you compared execution plans, the one running fast the one running slowly? Are they the same? Probably not. What are...
April 5, 2018 at 6:17 am
April 5, 2018 at 6:14 am
When you create a stored procedure, it doesn't validate the existence of objects, just syntax. It's when you execute the code that you hit the problems. So yeah, CREATE or...
April 5, 2018 at 6:09 am
Honestly, a single shrink of the database, I wouldn't sweat it too much. It's repeated, even scheduled, shrinks that lead to all sorts of problems. One time, one shrink, no...
April 4, 2018 at 12:33 pm
Here is the link to the GoFundMe for Robert's family in case you're interested.
April 3, 2018 at 3:50 pm
No details yet, but word has been spread that Robert Davis has died. I'm so very sorry to be the one to pass this on to you all. However, I...
April 3, 2018 at 3:00 pm
April 3, 2018 at 5:42 am
April 3, 2018 at 4:43 am
April 2, 2018 at 5:24 pm
Assuming you mean remove either unnecessary or unwanted data when you say "purge" (although I'm with everyone else, what do you mean?).
Normally, a properly structured database will foreign...
April 2, 2018 at 9:05 am
Thanks Grant and appreciate the response! Oddly enough, I tested on two different dev boxes...
March 29, 2018 at 7:45 am
Thanks Grant and appreciate the response! Oddly enough, I tested on two different dev boxes...
March 29, 2018 at 7:43 am
Viewing 15 posts - 3,256 through 3,270 (of 22,206 total)