Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
Search
Archives
Archives
June 2012
(1)
May 2012
(5)
April 2012
(2)
March 2012
(1)
November 2011
(5)
October 2011
(1)
August 2011
(1)
July 2011
(1)
June 2011
(1)
May 2011
(3)
April 2011
(2)
March 2011
(3)
February 2011
(8)
December 2010
(1)
September 2010
(1)
August 2010
(2)
June 2010
(2)
May 2010
(1)
Tags
18456
833
backup
connectivity failure
DBA
Disk
engine
I/O
info
log shipping
login failed
memory
performance
replication
security
setup
Stall
storage engine
tlog
tools
troubleshooting
t-sql
waits
welcome
xevents
Common Tasks
Blog Home
Email Blog Author
About
RSS for posts
RSS for comments
Tagged Content List
Blog Post:
What is WRITELOG waittype and how to troubleshoot and fix this wait in SQL Server
Sakthivel Chidambaram
What does WRITELOG waittype mean? WRITELOG waits represent the time waiting on a LOG I/O to complete. Common operations that cause log flushes are checkpoints and transaction commits. Transaction commits can be whenever you run a COMMIT TRAN (incase of Explicit transaction) or whenever SQL Server...
on
16 Apr 2011
Blog Post:
Troubleshooting slow running query using Extended Events Wait info event
Sakthivel Chidambaram
Extended Events introduced in SQL Server 2008 is a detailed event infrastructure for SQL Server. If your environment is running with more SQL Server's of version > 2008, it is the right time to learn about Extended events since they help you a lot in troubleshooting SQL Server performance issues....
on
20 Feb 2011
Blog Post:
Different Status of a SPID in SQL Server and What do they mean
Sakthivel Chidambaram
You can check the status of a SPID using any of these queries: SELECT status ,* FROM sys . sysprocesses SELECT status ,* FROM sys . dm_exec_requests SELECT status ,* FROM sys . dm_exec_sessions EXEC sp_who2 It should be noted that all these queries may not return the same amount of results...
on
8 Feb 2011
Page 1 of 1 (3 items)