Viewing 9 posts - 1 through 9 (of 9 total)
I recently requested "account is sensitive and cannot be delegated" for my SQL service accounts. Did I shoot myself in the foot and unintentionally break account delegation for the...
December 9, 2011 at 1:05 pm
There hasn't been much explanation of why SPNs are important.
Given servers A and B in which the user has authenticated to server A with a domain account. ...
December 9, 2011 at 9:41 am
I'm in the process of implementing a solution so I'm not entirely confident I'm correct; however, I wanted to point out an issue with the SPN comment.
To my knowledge, the...
December 9, 2011 at 9:28 am
I'm on to something. I checked the agent log and it was complaining about a syntax error near "(". I ran the Profiler against the activity between the...
January 21, 2010 at 2:05 pm
I would collect query plans when the view works and when it doesn't - then compare. There are times when the optimizer may not be choosing an index because...
September 3, 2009 at 4:52 am
What happens when you run the view query in the query analyzer. In other words, copy/paste the view definition in query analyzer and execute. What happens?
September 2, 2009 at 12:08 pm
The SQL resource needs to be dependent upon the disk resources also (among other things). One trick I've used to trouble-shoot is to start the SQL instance via the...
December 17, 2008 at 12:59 pm
I've had two cases in which default parallelism has resulted in poor performance. The first was in a DBREINDEX on an index with a datetime column and the other...
December 17, 2008 at 12:27 pm
Check the OS event logs. Check the format of the USB drive and make sure it is not FAT or FAT32. I'm not sure what your problem is...
December 17, 2008 at 12:20 pm
Viewing 9 posts - 1 through 9 (of 9 total)