Viewing 15 posts - 1,441 through 1,455 (of 22,202 total)
You can't tell me I'm wrong. Don't you know who I am?
Wait. You know exactly who I am.
Ha!
No real arguments here Jeff. DevOps is about culture first, not tools. Process...
January 30, 2021 at 3:11 pm
Grant/Steve/anyone else, just received the email about PASS legacy moving to RedGate, well done for any/all of you who made that happen!
Cheers!
Wasn't me, but I'm pretty excited about it.
January 28, 2021 at 8:51 pm
Literally nothing to go on.
Where are you running backup commands from?
Look there to see what the connection settings are, etc. If necessary, fire up an Extended Events session and watch...
January 27, 2021 at 12:24 pm
Nope.
A restoring database is in the process of moving all the data pages and then recovering any transactions. They just can't be accessed. At all.
To solve this, I'd look outside...
January 26, 2021 at 12:59 pm
Same answer as on 2012. The CU, cumulative update, is what it says, cumulative. Any other patches are individual.
January 22, 2021 at 11:55 am
The security updates are not cumulative, so yeah, you'd need to install them separately. BTW, according to this site, there are three, not two for 2012 SP4.
January 22, 2021 at 11:54 am
Hard to say without details.
It depends.
It could be that you simply have queries running against the table that are filtering on columns where a non-clustered index could help. But, it...
January 21, 2021 at 6:17 pm
Just remember, the first column is the column used to create the histogram in statistics. The histogram is one of the leading drivers for the optimizer to make determinations on...
January 21, 2021 at 1:33 pm
The only way you can tell this is if you have a monitoring system set up. Either one you build yourself using Perfmon counters, or a 3rd party tool. There's...
January 13, 2021 at 1:56 pm
Personally, I'd got the third party route. It's going to be a lot easier. However, yeah, there are tools. First, get PerfMon. Capture the appropriate counters there. You can program...
January 13, 2021 at 1:52 pm
It's completely dependent on the indexes. I know Minion lets you pick lists of indexes & break up the process. I suppose Ola's script must too. Do that. Do the...
January 13, 2021 at 1:47 pm
There's a lot to unpack here, but I'll try to answer some of it.
First question, can you identify which tables have been changed between two dates? Yes. The key to...
January 13, 2021 at 1:45 pm
It's a parallelism deadlock. So, whichever query was involved, it was the only query involved. If you can't see the query from Profiler, you're stuck. Profiler doesn't have a correlation...
January 12, 2021 at 3:02 pm
January 12, 2021 at 2:04 pm
I appreciate all the feedback. No arguments from me on any of it. This all really is a balancing act. Getting it to "just right" is hard.
January 11, 2021 at 2:23 pm
Viewing 15 posts - 1,441 through 1,455 (of 22,202 total)