﻿<?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>iotapblogs@iotap.com</webMaster>
    <pubDate>Thu, 29 Jul 2010 22:25:26 GMT</pubDate>
    <lastBuildDate>Thu, 29 Jul 2010 22:25:26 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.5.1.19887</generator>
    <item>
      <title>AVOID DYNAMIC QUERY IN SQL SERVER – IMPROVE PERFORMANCE</title>
      <description>&lt;p&gt;This Blog will explain, how to avoid dynamic query to improve performance.&lt;/p&gt;&lt;a href=http://www.iotap.com/Blogs/tabid/277/EntryId/171/AVOID-DYNAMIC-QUERY-IN-SQL-SERVER-IMPROVE-PERFORMANCE.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.iotap.com/Blogs/tabid/277/EntryId/171/AVOID-DYNAMIC-QUERY-IN-SQL-SERVER-IMPROVE-PERFORMANCE.aspx</link>
      <category domain="http://www.iotap.com/blogs/tabid/277/blogid/10/default.aspx">SQL Server</category>
      <author>kkumar@iotap.com</author>
      <comments>http://www.iotap.com/Blogs/tabid/277/EntryId/171/AVOID-DYNAMIC-QUERY-IN-SQL-SERVER-IMPROVE-PERFORMANCE.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.iotap.com/Blogs/tabid/277/EntryId/171/AVOID-DYNAMIC-QUERY-IN-SQL-SERVER-IMPROVE-PERFORMANCE.aspx</guid>
      <pubDate>Tue, 16 Feb 2010 13:18:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.iotap.com/DesktopModules/Blog/Trackback.aspx?id=171</trackback:ping>
    </item>
    <item>
      <title>Solution for SQL Server 2008 Express Microsoft SQL Server, Error: 18456 issue</title>
      <description>&lt;p&gt;This blog explains the steps for fixing  &lt;strong&gt;SQL Server 2008&lt;/strong&gt; Express Microsoft SQL Server, Error: 18456 issue&lt;/p&gt;&lt;a href=http://www.iotap.com/Blogs/tabid/277/EntryId/102/Solution-for-SQL-Server-2008-Express-Microsoft-SQL-Server-Error-18456-issue.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.iotap.com/Blogs/tabid/277/EntryId/102/Solution-for-SQL-Server-2008-Express-Microsoft-SQL-Server-Error-18456-issue.aspx</link>
      <category domain="http://www.iotap.com/blogs/tabid/277/blogid/10/default.aspx">SQL Server</category>
      <author>kkumar@iotap.com</author>
      <comments>http://www.iotap.com/Blogs/tabid/277/EntryId/102/Solution-for-SQL-Server-2008-Express-Microsoft-SQL-Server-Error-18456-issue.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.iotap.com/Blogs/tabid/277/EntryId/102/Solution-for-SQL-Server-2008-Express-Microsoft-SQL-Server-Error-18456-issue.aspx</guid>
      <pubDate>Tue, 19 May 2009 06:06:38 GMT</pubDate>
      <slash:comments>1</slash:comments>
      <trackback:ping>http://www.iotap.com/DesktopModules/Blog/Trackback.aspx?id=102</trackback:ping>
    </item>
    <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&lt;a href=http://web.iotap.com/Blogs/tabid/277/EntryId/14/Identifying-queries-running-slower-than-normal.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://web.iotap.com/Blogs/tabid/277/EntryId/14/Identifying-queries-running-slower-than-normal.aspx</link>
      <author>kkumar@iotap.com</author>
      <comments>http://web.iotap.com/Blogs/tabid/277/EntryId/14/Identifying-queries-running-slower-than-normal.aspx#Comments</comments>
      <guid isPermaLink="true">http://web.iotap.com/Blogs/tabid/277/EntryId/14/Identifying-queries-running-slower-than-normal.aspx</guid>
      <pubDate>Thu, 07 Aug 2008 07:17:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.iotap.com/DesktopModules/Blog/Trackback.aspx?id=14</trackback:ping>
    </item>
  </channel>
</rss>