Viewing 15 posts - 1,036 through 1,050 (of 1,518 total)
colin Leversuch-Roberts (7/29/2008)
July 29, 2008 at 3:21 pm
colin Leversuch-Roberts (7/29/2008)
I'd suggest you start with page life expectancy - this will...
July 29, 2008 at 9:26 am
GSquared (7/28/2008)
Isn't that just the most recent log backup?
No, the undo file contains info to recover the database, ie. undo uncommitted transactions.
July 29, 2008 at 8:59 am
Using the DBCC command, I find that the log space utilization for tempdb is about 43%, but, what do I do next?
July 29, 2008 at 4:33 am
jeffrey yao (7/28/2008)
July 29, 2008 at 4:15 am
I changed my post above to include a COMMIT TRAN (had a ROLLBACK TRAN earlier).
Same outcome:
With the transaction, the query completes in about 15 min.
Without the transaction (with BEGIN...
July 28, 2008 at 7:06 pm
GilaMonster (7/28/2008)
Will take a look tomorrow (if no one else solves it in the meantime, that is). Is past bed time here.
No worries, it's much appreciated.
July 28, 2008 at 3:23 pm
Perfmon counter "Buffer Manager\Page life expectancy" is below 200. I think that indicates memory pressure as well.
July 28, 2008 at 3:17 pm
I'm also seeing a lot of SP:CacheRemove events in Profiler. Is the cache being flushed because of memory pressure?
July 28, 2008 at 2:57 pm
Also:
We appear to be under phys. memory pressure on the server: RAM utilization is 14 GB (out of a total of 16 GB).
The instance is configured with AWE (Lock working...
July 28, 2008 at 2:48 pm
Brandie Tarvin (7/28/2008)
Definitely put together this utilization stuff for an article, please. That would be FANTASTIC.
Thanks guys, I'm flattered.
Will start work on the article! 😀
July 28, 2008 at 7:36 am
Mazharuddin Ehsan (7/26/2008)
1. SQL Server 2005 is eqally good as Oracle 10g in performance etc.
2. The other parameters you can...
July 27, 2008 at 5:46 pm
TheSQLGuru (7/26/2008)
July 27, 2008 at 5:01 am
This is a great link for identifying the various contributors to tempdb utilization:
Working with tempdb in SQL Server 2005
http://www.microsoft.com/technet/prodtechnol/sql/2005/workingwithtempdb.mspx#EX1AE
Based on that link, I have created the following sproc that is...
July 25, 2008 at 4:03 pm
Amit Chaudhary (7/24/2008)
I have to check whether Named Pipes and TCP/IP is enabled or not on 89 SQL Servers ( all are 2005 ). I am planning to use sqlcmd....
July 25, 2008 at 3:30 pm
Viewing 15 posts - 1,036 through 1,050 (of 1,518 total)