Viewing 15 posts - 5,191 through 5,205 (of 22,211 total)
For the most part, when it comes to parallelism, your MAXDOP is not the issue. Instead, the issue is almost always around the Cost Threshold for Parallelism. The default value...
January 21, 2016 at 2:19 am
You need to capture the execution plan when the query is performing well and when the query is performing badly. Compare the two plans. There differences should indicate why you're...
January 21, 2016 at 2:16 am
craig-962225 (1/21/2016)
January 21, 2016 at 2:10 am
Lynn Pettis (1/20/2016)
Grant Fritchey (1/20/2016)
January 20, 2016 at 10:25 am
Sitting in a meeting at Redgate talking about plans for SQL Server Central. THE THREAD has come up as a topic. We are currently a 65mb thread. It evidently looks...
January 20, 2016 at 8:55 am
COPY_ONLY will only affect differential backups, not log backups. Log backups can be associated with any full backup, even ones that have been taken using COPY_ONLY. It's only when you...
January 20, 2016 at 3:00 am
I am prejudiced, but Redgate SQL Backup is a great piece of software (I work for them).
You might also want to look at Minion Backup.
January 20, 2016 at 2:57 am
this is a complex topic and there are lots of ways to get it done. I have long been an advocate for using source control for the databases so that...
January 20, 2016 at 2:53 am
Jeff Moden (1/19/2016)
jasona.work (1/19/2016)
Paintball is getting more and more complicated...I wonder if it'll work with Express or if it needs Enterprise?
I've been outlawed from paint ball forever... I threatened to...
January 20, 2016 at 2:12 am
I sure don't know if this will work, but one idea might be to put the database into STANDBY. You can at least query it then to determine the LSN.
If...
January 19, 2016 at 6:46 am
Koen Verbeeck (1/19/2016)
Grant Fritchey (1/19/2016)
BL0B_EATER (1/19/2016)
January 19, 2016 at 5:43 am
BL0B_EATER (1/19/2016)
January 19, 2016 at 5:05 am
GilaMonster (1/19/2016)
Grant Fritchey (1/19/2016)
I'd probably go with the extended events session.Thirded. I'm starting to love XEs (late to the party, I know).
But very welcome all the same!
January 19, 2016 at 2:58 am
January 19, 2016 at 1:37 am
I'd probably go with the extended events session. I'm at least sure you can capture the information there as opposed to the DMVs.
January 19, 2016 at 1:36 am
Viewing 15 posts - 5,191 through 5,205 (of 22,211 total)