|
|
|
|
Browse by Tags
All Tags » Internals (RSS)
-
It seems like questions always come up about how to monitor memory. But each time the question comes up, it’s slightly different. Here’s a sort of FAQ for memory questions: 1. How can I figure out memory and CPU consumption by database? a. In SQL Server Read More...
|
-
Kevin raises several architectural questions from the audience at his London, Amsterdam, and Copenhagen seminars. What is your opinion? Read More...
|
-
I find that auto_update statistics in SQL Server is a really good thing. Without it, many third-party applications would simply fall over from lack of preventative maintenance. W ith it, they are able to run for extraordinarily long periods of time without Read More...
|
-
You might encounter a situation, under a very heavy workload, where processing for certain transactions starts out very efficiently, but over time becomes much less efficient. A good place to start troubleshooting is, of course, PerfMon. But PerfMon can Read More...
|
-
If you’ve ever taken the time to read http://www.tpc.org/results/FDR/TPCC/hp_orca1tb_win64_fdr.pdf , you might find a bit in there that’s confusing. "Microsoft SQL Server 2005 Enterprise Edition 64-bit Service Pack 1 was configured to utilize "soft NUMA", Read More...
|
-
You'd think an article called "NASTY RUMORS ABOUT MAXDOP" would have something to do with Britney Spears or maybe Robert Downy Jr, but in that case it'd be total fiction (at least, it would be coming from my pen). So, I was en route to the 2008 Microsoft Read More...
|
-
If you're well-versed in using PerfMon, I'd like to hear about the counters that you use regularly and what constitutes a good or bad value. However, it's a rare individual who knows their way around PerfMon and its multitude of performance objects and Read More...
|
-
If you'd like a quick rundown on what I think is most interesting in SQL Server 2008, check out my new white paper at: http://info.quest.com/KKBlog_WorththeWait_WhitePaper_KKline Enjoy! -Kevin Share this post: email it! | bookmark it! | digg it! | reddit! Read More...
|
-
SQLDumper is an internally called process that can produce a stack dump in mini, full, and filtered formats. Learn more about it here... Read More...
|
-
I was recently trying to diagnose some problems in one of my SQL Servers when I ran across a problem that I hadn't encountered before involving 'nonyielding worker threads'. SQL Server also produced a dump for me to review. Unfortunately, the dump didn't Read More...
|
-
MVP Hugo Kornelius once reported that he encountered a situation in which it was possible to perform a table scan on more pages than actually existed in the heap table. Hugo deduced that this was due to a phenomenon called “forwarding pointers”. Why in Read More...
|
-
You might have noticed, if you’re a heavy user of PerfMon, that some counters are exhibiting alterations in behavior between SQL Server 2000 and SQL Server 2005. For example, I’ve long used the “Transactions/sec” counter to get an idea of how much work Read More...
|
-
If you use computed columns a lot, you might want to know about some new behavior in SQL Server 2005. Read More...
|
-
Italian SQL Server MVP Davide Mauri has released four very useful scripts that simplify the usage of SQL Server 2005 DMVs to discover, analyze, and understand index usage and health. The queries are not rocket science, but they are long and rely on DMVs Read More...
|
-
Just a quick note to send a big Thank You to Christoph Stotz of Frankfurt, Germany for his hospitality on Sunday. Thank you, Christoph! Slava Oks has a rather well-known blog entry about how hyperthreading can negatively impact the performance of a SQL Read More...
|
|
|
|
|
|