Viewing 15 posts - 346 through 360 (of 758 total)
GilaMonster (11/6/2012)
http://www.simple-talk.com/books/sql-books/troubleshooting-sql-server-a-guide-for-the-accidental-dba/Chapter 6
Thanks Gail
Besides finding the cause of blocking on my system, is it safe to say that if I find queries in my cache where the elapsed_time is more...
November 6, 2012 at 11:38 pm
dwilliscp (10/25/2012)
Thanks... being a counter since reboot.. the term /sec is worthless then. Thanks for the help and the work around!
I just use variables for the per/second counters
declare @v1 bigint,...
November 2, 2012 at 6:31 am
Perry Whittle (10/31/2012)
check your event logs for more info, there'll be some errors there that will be relative.
Thanks for your help
October 31, 2012 at 4:57 am
Perry Whittle (10/31/2012)
SQLSACT (10/31/2012)
Perry Whittle (10/31/2012)
SQLSACT (10/31/2012)
Please help me understand something the Cluster Quorum and specifically Node and Disk Majority
I understand that if you have an even amount on...
October 31, 2012 at 4:35 am
Perry Whittle (10/31/2012)
SQLSACT (10/31/2012)
Please help me understand something the Cluster Quorum and specifically Node and Disk Majority
I understand that if you have an even amount on nodes on your...
October 31, 2012 at 3:51 am
raheelr 63130 (10/29/2012)
I think sql 2012 provides redundancy at DB level as well?
Have a look at these
October 31, 2012 at 2:23 am
TheSQLGuru (10/26/2012)
sys.dm_exec_query_plan ( plan_handle ) has a dbid field.
That column shows null for adhoc and prepared statements
Guess I'll have to do some serious digging..
Thanks
October 26, 2012 at 11:30 am
Grant Fritchey (10/26/2012)
SQLSACT (10/25/2012)
Grant Fritchey (10/23/2012)
October 26, 2012 at 10:28 am
SQLSACT (10/26/2012)
Please help me understand something
I'm testing SQL Agent job ownership
When I make the owner SA, the job executes but when checking the history of the job, it shows...
October 26, 2012 at 7:48 am
Grant Fritchey (10/23/2012)
October 25, 2012 at 5:25 am
GilaMonster (10/23/2012)
Inserts, updates and deletes. In this case, update means change, and the index is changed by all 3 of those.
Thanks for this
October 23, 2012 at 2:36 am
Jeff Moden (10/21/2012)
October 21, 2012 at 7:43 pm
GilaMonster (10/14/2012)
October 14, 2012 at 4:28 am
GilaMonster (10/13/2012)
A VLF is only inactive when none of the log records in it are needed for...
October 13, 2012 at 4:24 pm
Viewing 15 posts - 346 through 360 (of 758 total)