Viewing 15 posts - 5,611 through 5,625 (of 22,211 total)
Could be just a timing issue with the log backups. It could be a single large transaction that had to wait for the buffers to clear in order to keep...
September 1, 2015 at 12:08 pm
Yes, it's going to compile based on the parameters you first pass in and whatever is in the temporary tables when the procedure gets compiled.
However, if anything modifies the data...
September 1, 2015 at 11:59 am
DuncEduardo (9/1/2015)
Many thanks for replying. Yes, I had noticed Mike on LinkedIn already but was unable to mail with the account level I currently have; I'd have to upgrade.
Basically,...
September 1, 2015 at 9:16 am
He was just presenting at SQL Saturday Oklahoma City this last weekend. We're acquainted, but I don't have a direct contact for him. Here's his LinkedIn page. You should be...
September 1, 2015 at 6:55 am
Whisper9999 (8/31/2015)
Grant Fritchey (8/31/2015)
If, as a DBA, you see your job around setting up servers,...
September 1, 2015 at 6:27 am
ZZartin (8/31/2015)
September 1, 2015 at 6:25 am
That's one of those questions where you have to ask, how do you define your job?
If, as a DBA, you see your job around setting up servers, handling security, and...
August 31, 2015 at 4:46 pm
debby_browne (8/31/2015)
* if you hadn’t caught on, just...
August 31, 2015 at 12:46 pm
GilaMonster (8/31/2015)
What the total size of the Windows and 2 Program Files directories?
I'm trying...
August 31, 2015 at 9:31 am
For the upgrade to 10, I think I'd suggest holding off a while. I'm seeing occasional errors: faulty_hardware_corrupted_page. From the Microsoft forums, quite a few others are as well. Seems...
August 31, 2015 at 7:17 am
briankwartler (8/31/2015)
Which ORMs do you have experience with? I would think that the designers of these ORMs would very much like to hear of your experiences with...
August 31, 2015 at 7:11 am
In addition to changing the Maxdop, make darned sure you change the cost threshold for parallelism. The default of 5 is insanely low.
August 31, 2015 at 6:53 am
I have seen this occur. It's usually in queries that were problematic, but barely adequate, in the older version of SQL Server. The newer optimizer in 2012 just isn't always...
August 31, 2015 at 6:46 am
Without the code and the deadlock graphs all I can do is make some vague suggestions.
Make sure that the queries you're writing access the tables in question in the same...
August 31, 2015 at 6:43 am
My understanding (frequently wrong) is that it's both explicit and implicit transactions whether called by the user or within the server itself. I generally don't use it since it's something...
August 31, 2015 at 6:40 am
Viewing 15 posts - 5,611 through 5,625 (of 22,211 total)