Viewing 12 posts - 16 through 27 (of 27 total)
Thanks Jim for the Reply.
Does the Page Split counter misguiding.. How can I get the page split then for a clustered index entry.
July 14, 2010 at 12:42 am
So How can I get a perfect picture as when the page Split is occuring.
July 14, 2010 at 12:40 am
I am using perfmon to track Page Split/Sec event
July 13, 2010 at 11:58 pm
As per the execution of the SQL Statements that you have provided,
1. First the From clause will be processed
2. Then WHERE clause will be processed
3. Then SELECT clause will be...
July 13, 2010 at 9:27 pm
Thanks Gail for following the post.
avg disk sec/Write(0.0006) and avg disk sec/Read(0.0004) values are very less.
When we get pending records there is very less utilization of disk counters and CPU...
June 23, 2010 at 3:39 am
Database is handling avg transactions of 2500 /sec. These are lots of small transactions.
we are currently using SAN RAID10 with log file placed on separate disk.
Transactions are waiting for log...
June 21, 2010 at 10:21 pm
I'm experiencing WRITELOG wait type in SQL Server.
This was the reason I wanted to understand the log buffer size, if we can increase it and can SQL Server perform better...
June 21, 2010 at 5:16 am
Thanks for your reply Gail.
Can we get the size of log buffer ?
June 21, 2010 at 4:11 am
Dear All,
The problem was resolved by stopping VSS Service and it is running fine on production server.
June 21, 2010 at 2:29 am
Hi Bhuvnesh/ Rob,
Thanks for your reply, but as I said the full backup is completed successfully.
April 21, 2010 at 9:26 pm
Good One.
I also used STUFF and FOR XML to solve a problem at my workplace, but was surprised to see &
February 19, 2010 at 9:47 pm
If the current date is equal to 13 then your query will give that as Friday.
IF (DATEPART(dd, @currDate) 13)
what about adding one more condition with above one
OR (DATEPART(dw, @currDate)...
September 10, 2009 at 12:12 am
Viewing 12 posts - 16 through 27 (of 27 total)