﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Database and More</title>
    <description>Blogs contains the information related to the database such as SQL, ORACLE, MYSQL, DB2 e.t.c.,</description>
    <link>http://www.iotap.com/Blogs/tabid/277/BlogId/9/Default.aspx</link>
    <language>en-US</language>
    <managingEditor>kkumar@iotap.com</managingEditor>
    <webMaster>kkumar@iotap.com</webMaster>
    <pubDate>Fri, 21 Nov 2008 19:03:28 GMT</pubDate>
    <lastBuildDate>Fri, 21 Nov 2008 19:03:28 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.4.0.39853</generator>
    <item>
      <title>Identifying queries running slower than normal</title>
      <description>&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;span id="dnn_ctr780_MainView_ViewBlog_lblBlogDescription" class="blog_Description"&gt;A query can start to run  slower for many reasons, including: an increased number of users (resulting in  more waiting on resources), increased volume of data to process, too much  context switching for parallel queries, and slower hardware. When a query is  run, its query plan is cached to improve subsequent run of the query. Many  interesting details relating to the query are recorded, these details can be  accessed via SQL Server’s Dynamic Management Views (DMVs). In particular the DMV  sys.dm_exec_query_stats contains performance statistics for cached query plans.  This DMV has everything we need to determine if a query is running slower than  normal.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Verdana" size="2"&gt;&lt;span id="dnn_ctr780_MainView_ViewBlog_lblBlogDescription" class=&amp;quot</description>
      <link>http://www.iotap.com/Blogs/tabid/277/EntryID/14/Default.aspx</link>
      <author>kkumar@iotap.com</author>
      <comments>http://www.iotap.com/Blogs/tabid/277/EntryID/14/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.iotap.com/Default.aspx?tabid=277&amp;EntryID=14</guid>
      <pubDate>Thu, 07 Aug 2008 07:17:00 GMT</pubDate>
      <slash:comments>1</slash:comments>
      <trackback:ping>http://www.iotap.com/DesktopModules/Blog/Trackback.aspx?id=14</trackback:ping>
    </item>
  </channel>
</rss>