Viewing 15 posts - 1 through 15 (of 35 total)
Yes, and it wasn't as disastrous as i thought it would be. I always thought different tables in a single join statement was a bad thing. Query plan didn't look...
April 2, 2019 at 6:10 pm
On thing that I did notice was that these "rogue" backups were bulk-logged, where the regular daily backups are full recovery model. I need to figure that out for sure.
March 12, 2019 at 7:45 am
March 12, 2019 at 7:32 am
I guess the most important question is: does sql ever backup a database without being told to by the user? If so, it's news to me.
March 11, 2019 at 9:41 am
These particular backups are by the sa login.
It looks like the daily backups use NT AUTHORITY\SYSTEM. Strange.
They don't have any maintenance plans, so im not sure how those...
March 11, 2019 at 9:17 am
March 11, 2019 at 8:53 am
jack.james.holmes (4/25/2014)
And also this error message for the ScavengeDataDictionaryFields procedureMsg 102, Level 15, State 1, Procedure data_dictionary_find_MS_DESCRIPTION_fields, Line 52
Incorrect syntax near ','.
I am using SQL Server 2012
There were some parenthsis...
April 25, 2014 at 10:46 am
This is a great start for our documentation efforts!
I did find that there was an extra parenthesis in the code for the proc dbo.ScavengeDataDictionaryFields. Once I took it out it...
April 25, 2014 at 10:41 am
Thanks, folks.
Kraig, I was doing a straight rowcount of a 4 million row table, so that would explain the perf difference. The code I saw used SUM(1) for counts almost...
October 31, 2012 at 8:03 pm
@ninja's_RGR'us
That is wonderful!
June 1, 2011 at 8:29 am
I'm not sure I'm following your expected results.
According to the data, type 2 (chicken), was liked by 5 animals, but 3 are filtered out:
Woofer is deleted in Animal table.
Fido and...
May 31, 2011 at 3:56 pm
our ops team is using SQL Sentry, so they have been able to provide us the deadlocking.
May 11, 2011 at 9:59 am
We are also getting deadlock while trying to add subscribers. I can't figure it out.
We caught some of the blockers, listed below:
sys.slp_MSRepl_changesubstatus
sys.sp_MSLockMatchID
the command called in the query that...
May 11, 2011 at 9:18 am
as a (relative) beginner, it helped illustrate the concept for me much better than BOL does. it also inspired me to do some side by side runs on our data...
February 8, 2011 at 9:05 am
I'm looking into this myself. in my case, the max_worker_threads has been set to 400 on our server in the syssubsystems table, but we're still getting an error saying we've...
February 25, 2010 at 1:24 pm
Viewing 15 posts - 1 through 15 (of 35 total)