<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DB Management Blog &#124; Quest Software &#187; SQL Server</title>
	<atom:link href="http://dbmanagement-blog.com/tag/sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://dbmanagement-blog.com</link>
	<description>Bringing you inside information about Quest Software&#039;s database management products.</description>
	<lastBuildDate>Fri, 23 Jul 2010 20:12:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Toad for SQL Server version 5.0 is now Generally Available</title>
		<link>http://dbmanagement-blog.com/2010/07/13/toad-for-sql-server-version-5-0-is-now-generally-available/</link>
		<comments>http://dbmanagement-blog.com/2010/07/13/toad-for-sql-server-version-5-0-is-now-generally-available/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 23:25:39 +0000</pubDate>
		<dc:creator>Andy Grant</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Toad for SQL Server]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[new release]]></category>
		<category><![CDATA[toad]]></category>

		<guid isPermaLink="false">http://dbmanagement-blog.com/?p=550</guid>
		<description><![CDATA[We are very pleased to announce the availability of Toad for SQL Server 5.0. This release has some new features and several enhancements to current features, including:

SQL Azure Support &#8211; Connect to SQL Azure and utilize the same Toad features as if it were an on-premise SQL Server database
Debug Tracing &#8211; generate a trace on a [...]]]></description>
			<content:encoded><![CDATA[<p>We are very pleased to announce the availability of Toad for SQL Server 5.0. This release has some new features and several enhancements to current features, including:</p>
<ul>
<li>SQL Azure Support &#8211; Connect to SQL Azure and utilize the same Toad features as if it were an on-premise SQL Server database</li>
<li>Debug Tracing &#8211; generate a trace on a piece of code and replay it back later to determine what actually happenedduring execution</li>
<li>Database Administration Object Explorer &#8211; enhanced to provide the ability to filter indexes in the Create/Alter Index window and allows you to postpone any Create/Create or Llike/Alter action</li>
<li>Collaboration &#8211; provides a direct connection to RSS and Twitter feeds, including any Toad community postings</li>
<li>Query Development &#8211; includes productivity-enhancing features for code completion, including object multi-select, the ability to resize the code completion box and parameter hints</li>
<li>Group Execute &#8211; execute a SQL script against each specific database within each instance and merge the results of a group executon into a single result set</li>
<li>Automation &#8211; Import/Export templates allow for the use of a default connection or the connection saved to the Import/Export template</li>
<li>Project Manager &#8211; open a new project or save or save a project using buttons on the Project Manager toolbar</li>
</ul>
<p>To evaluate this new release of Toad for SQL Server, please visit our <a href="http://www.quest.com/toad-for-sql-server/">dedicated product page</a>.</p>
<p>Thank you,</p>
<p>Toad for SQL Server product management team</p>
]]></content:encoded>
			<wfw:commentRss>http://dbmanagement-blog.com/2010/07/13/toad-for-sql-server-version-5-0-is-now-generally-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>With Virtual Machines, GHz are King (or Queen)!</title>
		<link>http://dbmanagement-blog.com/2010/07/01/with-virtual-machines-ghz-are-king-or-queen/</link>
		<comments>http://dbmanagement-blog.com/2010/07/01/with-virtual-machines-ghz-are-king-or-queen/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 17:32:00 +0000</pubDate>
		<dc:creator>Jason Hall</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SSP]]></category>
		<category><![CDATA[Spotlight on SQL Server]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Spotlight on SQL Server Enterprise]]></category>
		<category><![CDATA[sqlserverpedia]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://dbmanagement-blog.com/?p=517</guid>
		<description><![CDATA[Whether we like it or not (I'm not going to approach that political battle), virtualization is becoming a mainstay in not only our development environments, but also production.  Whether or not you agree with virtualizing production servers, you are eventually going to have to manage and tune them, either at your current job or your next.  I want to take this opportunity to explain and show the best way to analyze CPU utilization in a virtual environment.  The examples we show here are using VMWare vSphere 4 but the concepts apply regardless of your virtual platform.]]></description>
			<content:encoded><![CDATA[<p>Whether we like it or not (I&#8217;m not going to approach that political battle), virtualization is becoming a mainstay in not only our development environments, but also production.  Whether or not you agree with virtualizing production servers, you are eventually going to have to manage and tune them, either at your current job or your next.  I want to take this opportunity to explain and show the best way to analyze CPU utilization in a virtual environment.  The examples we show here are using VMWare vSphere 4 but the concepts apply regardless of your virtual platform.</p>
<p>Historically, when we look at a physical machine, the simple metric of CPU % Used is a pretty good measure of how busy a SQL Server is.  A server that is at one time showing 20% CPU utilization and then at another time is showing 80% CPU utilization is generating 4X as much work during the later time period.  In an operating system that is being hosted by a VM, we lose the luxury of knowing exactly how much CPU horsepower we have at any given time.  The are a few factors that attribute to this &#8220;grey area&#8221;:</p>
<ol>
<li>A VMWare admin has the ability to set an upper limit on the amount of CPU that is available to your VM.  They can also set a reservation to guarantee an amount of CPU to your VM.<br />
<img class="alignnone size-full wp-image-519" src="http://dbmanagement-blog.com/wp-content/uploads/2010/07/CPU-Limit.png" alt="CPU-Limit" width="408" height="148" /><br />
I will not see this limit in My Computer -&gt; Properties nor will I see any representation of this limit in task manager or perfmon.  Let&#8217;s assume that throughout the morning I have 2GHz available to my VM and am showing 20% CPU utilization.  Later in the afternoon, my VMWare admin needs to free up resources so they put a 1 GHz cap on my available CPU.  Now the exact same workload will show 40% CPU utilization.  Nothing has changed on the OS or in my SQL Server workload, yet I am showing twice the CPU %.  See where this gets confusing?</li>
<li>Even if the VMWare admin hasn&#8217;t set any resource cap on your VM&#8217;s available CPU, the ESX host could simply become overloaded.  Let&#8217;s say an ESX host has 8GHz of total processing power, and that host has 5 VM&#8217;s running on it.  Normally each VM uses about 1GHz of processing power, but all of a sudden, each VM needs 2GHz.  Like fitting 10 pounds of feathers into a 5 pound bag, something has to give.  What gives, is that ESX has to dynamically scale down each VM&#8217;s available CPU to account for the increased workload.  As a result, you may see 80% CPU utilization when looking at perfmon or task manager, but you have no idea what that 100% is of.</li>
<li>A virtual machine may not be tied to a single ESX host.  For DR or performance reasons, a VMWare administrator can move your VM from ESX host to ESX host without you knowing.  These ESX hosts also need not offer the same performance as one another.  You could be chugging along just fine during the morning with 4 GHz of processing power, and then in the afternoon be switched to an ESX host with 3 GHz of processing power.  Not only did you not know that this occured, but your VM&#8217;s CPU % will go up, even though the workload is unchanged.</li>
</ol>
<p>Because of this, it is absolutely critical that you not simply look at CPU % as a measure of how busy SQL Server is or how much CPU it is using.  Percentages are always relative to a ceiling, and when that ceiling can move up or down at will (or whenever a VMWare admin decides that your ceiling is too high), the percentage itself loses meaning.  CPU% analyzed in conjunction with GHz used will allow you to paint the full picture of a VM&#8217;s CPU requirements.  Unfortunately, this data is not available by looking purely at the OS.  You will need metrics from the virtual layer as well.  That data is readily available in the built in VMWare client tools (vSphere), but you&#8217;ll either need to have access to the ESX or vCenter instance to view them, or a tight relationship with the VMWare admin who can send them to you.</p>
<p><img class="alignnone size-full wp-image-523" src="http://dbmanagement-blog.com/wp-content/uploads/2010/07/CPU_Chart1.png" alt="CPU_Chart" width="905" height="420" /></p>
<p>For a better way to have this information at your fingertips, stay tuned&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://dbmanagement-blog.com/2010/07/01/with-virtual-machines-ghz-are-king-or-queen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Foglight Performance Analysis for SQL Server &#8211; Compare Tool</title>
		<link>http://dbmanagement-blog.com/2010/01/28/foglight-performance-analysis-for-sql-server-compare-tool/</link>
		<comments>http://dbmanagement-blog.com/2010/01/28/foglight-performance-analysis-for-sql-server-compare-tool/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 20:55:50 +0000</pubDate>
		<dc:creator>Jason Hall</dc:creator>
				<category><![CDATA[Foglight Performance Analysis]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[PASS]]></category>
		<category><![CDATA[Performance Analysis]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://questkb.com/?p=253</guid>
		<description><![CDATA[Sound familiar?
&#8220;The SQL Server was performing great yesterday and all of a sudden today the performance is terrible.&#8221;
Foglight Performance Analysis has a very powerful feature that allows you compare two different properties of your SQL Server workload.  This scenarios could be:

Comparing the performance of a database over two different time ranges.
Comparing the performance of a single stored [...]]]></description>
			<content:encoded><![CDATA[<p>Sound familiar?</p>
<p>&#8220;The SQL Server was performing great yesterday and all of a sudden today the performance is terrible.&#8221;</p>
<p>Foglight Performance Analysis has a very powerful feature that allows you compare two different properties of your SQL Server workload.  This scenarios could be:</p>
<ul>
<li>Comparing the performance of a database over two different time ranges.</li>
<li>Comparing the performance of a single stored procedure over two different time ranges.</li>
<li>Comparing the performance of database A to database B over the same time range.</li>
<li>etc&#8230;</li>
</ul>
<p>Take a look at this short tutorial and see how the feature could help you in your environment!  Any questions, feel free to comment.</p>
<br /><img src="http://tutorials.questkb.com/PASS_Compare.jpg" alt="media" /><br />
[See post to watch Flash video]
<p>Brent Ozar says, &#8220;This is definitely my favorite way to check wait stats performance on my SQL Servers to find out what&#8217;s going wrong at a glance.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://dbmanagement-blog.com/2010/01/28/foglight-performance-analysis-for-sql-server-compare-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LiteSpeed: analysis of compression and efficiency</title>
		<link>http://dbmanagement-blog.com/2009/12/18/litespeed-analysis-of-compression-and-efficiency/</link>
		<comments>http://dbmanagement-blog.com/2009/12/18/litespeed-analysis-of-compression-and-efficiency/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 22:43:25 +0000</pubDate>
		<dc:creator>Andy Grant</dc:creator>
				<category><![CDATA[LiteSpeed for SQL Server]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[backup and recovery]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[database backup]]></category>
		<category><![CDATA[litespeed]]></category>
		<category><![CDATA[the grateful dba]]></category>

		<guid isPermaLink="false">http://questkb.com/?p=214</guid>
		<description><![CDATA[I read a post recently on The Grateful DBA that describes his analysis in testing different compression levels in LiteSpeed for SQL Server and their impact on both backup size and efficiency.  In his own words this is a &#8220;non-scientific, ground-level look at LiteSpeed&#8217;s compression ratios&#8221;, but I think this approach is a real world [...]]]></description>
			<content:encoded><![CDATA[<p>I read a post recently on <a href="http://troygallant.com/?p=155">The Grateful DBA </a>that describes his analysis in testing different compression levels in LiteSpeed for SQL Server and their impact on both backup size and efficiency.  In his own words this is a &#8220;non-scientific, ground-level look at LiteSpeed&#8217;s compression ratios&#8221;, but I think this approach is a real world approach.  The post describes the pros and cons of higher vs. lower compression levels and where each is appropriate depending on the database environment.  There&#8217;s good food for thought in the blog entry and there&#8217;s  a pretty graph!  Mmm&#8230;food for thought and pretty graph&#8230;.</p>
<p>Anyway, again, I just waned to repost the blog entry and invite discussion.  Here&#8217;s the link again:  <a href="http://troygallant.com/?p=155">http://troygallant.com/?p=155</a>  -  thank you Grateful DBA.</p>
<p>Have a great weekend everybody and good luck getting your last minute Christmas  shopping out of the way.</p>
]]></content:encoded>
			<wfw:commentRss>http://dbmanagement-blog.com/2009/12/18/litespeed-analysis-of-compression-and-efficiency/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LiteSpeed for SQL Server v5.2 went RTM today and will be GA at PASS</title>
		<link>http://dbmanagement-blog.com/2009/10/23/litespeed-for-sql-server-v5-2-went-rtm-today-and-will-be-ga-at-pass/</link>
		<comments>http://dbmanagement-blog.com/2009/10/23/litespeed-for-sql-server-v5-2-went-rtm-today-and-will-be-ga-at-pass/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 19:12:26 +0000</pubDate>
		<dc:creator>Andy Grant</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[litespeed]]></category>
		<category><![CDATA[PASS]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://questkb.com/2009/10/23/litespeed-for-sql-server-v5-2-went-rtm-today-and-will-be-ga-at-pass/</guid>
		<description><![CDATA[Today we went RTM with our latest version of LiteSpeed for SQL Server (5.2) and we&#8217;ll be going GA with this at the PASS show in Seattle, WA the week of Nov. 2.
We&#8217;re really excited about this release as it beefs up our already strong Fast Compression functionality. Fast Compression further reduces the size of [...]]]></description>
			<content:encoded><![CDATA[<p>Today we went RTM with our latest version of LiteSpeed for SQL Server (5.2) and we&#8217;ll be going GA with this at the PASS show in Seattle, WA the week of Nov. 2.</p>
<p>We&#8217;re really excited about this release as it beefs up our already strong Fast Compression functionality. Fast Compression further reduces the size of backups by only backing up changed data. This improves backup times and lowers storage requirements by 70% or more over and above your current backup and compression strategy.</p>
<p>Again, we look forward to making it generally available during the PASS show and if you&#8217;re headed there, please stop by the booth to say hello and see a demo.  See you there!</p>
<p>Andy</p>
]]></content:encoded>
			<wfw:commentRss>http://dbmanagement-blog.com/2009/10/23/litespeed-for-sql-server-v5-2-went-rtm-today-and-will-be-ga-at-pass/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Foglight for SQL Server is a reality!</title>
		<link>http://dbmanagement-blog.com/2009/10/21/foglight-for-sql-server-is-a-reality/</link>
		<comments>http://dbmanagement-blog.com/2009/10/21/foglight-for-sql-server-is-a-reality/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 00:39:36 +0000</pubDate>
		<dc:creator>Ari Weil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://questkb.com/2009/10/21/foglight-for-sql-server-is-a-reality/</guid>
		<description><![CDATA[Many of you who venture into this area of the website are already familiar with Spotlight.  Whether you have experience with the SQL Server flavors of the product, or other editions like those for Active Directory, DB2, Exchange, MySQL, Oracle or Sybase, Spotlight is a very successful and very compelling product for many reasons. [...]]]></description>
			<content:encoded><![CDATA[<p>Many of you who venture into this area of the website are already familiar with Spotlight.  Whether you have experience with the SQL Server flavors of the product, or other editions like those for Active Directory, DB2, Exchange, MySQL, Oracle or Sybase, Spotlight is a very successful and very compelling product for many reasons.  Starting roughly a year ago, I embarked on a journey with one of Quest&#8217;s best development labs to try to extend that success to our Foglight product line via a product that is now dubbed Foglight for SQL Server.  By leveraging the lessons we&#8217;ve learned from Spotlight, and after extensive conversations with customers and prospects, we&#8217;ve arrived at the dawn of a new era for Foglight, where a download and go product based on the Foglight framework is ready to change the way database diagnosis and monitoring can be achieved in an end-to-end monitoring product.  With a wizard-driven installation, automated instance discovery, built-in dashboards, workflows and alarms, and dramatically simplified administration, Foglight for SQL Server is ushering in the age of the special purpose monitor.  A product that is designed to focus on a specific domain, for a specific user, but that can later be expanded to encompass a wide range of domains and data.  We&#8217;ll be showcasing our new technology at the PASS conference in Seattle when we GA on November 3rd, and will be posting a wealth of information to quest.com very shortly.  Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://dbmanagement-blog.com/2009/10/21/foglight-for-sql-server-is-a-reality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advanced Alarm Configuration &#8211; Spotlight on SQL Server Enterprise</title>
		<link>http://dbmanagement-blog.com/2009/10/14/advanced-alarm-configuration-spotlight-on-sql-server-enterprise/</link>
		<comments>http://dbmanagement-blog.com/2009/10/14/advanced-alarm-configuration-spotlight-on-sql-server-enterprise/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 12:46:56 +0000</pubDate>
		<dc:creator>Jason Hall</dc:creator>
				<category><![CDATA[Spotlight on SQL Server]]></category>
		<category><![CDATA[Alarms]]></category>
		<category><![CDATA[Spotlight]]></category>
		<category><![CDATA[Spotlight on SQL Server Enterprise]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://questkb.com/?p=85</guid>
		<description><![CDATA[Hello all, we get questions from time to time asking how alarms in Spotlight on SQL Server Enterprise can be configured to match a specific customers need.  Questions such as:
1) As a database administrator, all of my critical data files are on my F and G drives.  I don&#8217;t want to monitor those drives with [...]]]></description>
			<content:encoded><![CDATA[<p>Hello all, we get questions from time to time asking how alarms in Spotlight on SQL Server Enterprise can be configured to match a specific customers need.  Questions such as:</p>
<p>1) As a database administrator, all of my critical data files are on my F and G drives.  I don&#8217;t want to monitor those drives with the same thresholds and alerts as I do my C drive.</p>
<p>2) I have different backup policies for different databases on my servers and I don&#8217;t want to alarm on every database the same way.</p>
<p>All of these use cases can be met with Spotlight on SQL Server Enterprise&#8217;s alarm configurations.  Please watch the video below to see how its done.  If anyone has any questions or comments, or you want to be walked through a use case of your own, leave a comment or post in the forums!</p>
<br /><img src="http://tutorials.questkb.com/SoSSE_Advanced_Alarm_Config.jpg" alt="media" /><br />
[See post to watch Flash video]
]]></content:encoded>
			<wfw:commentRss>http://dbmanagement-blog.com/2009/10/14/advanced-alarm-configuration-spotlight-on-sql-server-enterprise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Custom Counters into Spotlight on SQL Server Enterprise</title>
		<link>http://dbmanagement-blog.com/2009/10/12/adding-custom-counters-into-spotlight-on-sql-server-enterprise/</link>
		<comments>http://dbmanagement-blog.com/2009/10/12/adding-custom-counters-into-spotlight-on-sql-server-enterprise/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 20:31:53 +0000</pubDate>
		<dc:creator>Jason Hall</dc:creator>
				<category><![CDATA[Spotlight on SQL Server]]></category>
		<category><![CDATA[Custom Counters]]></category>
		<category><![CDATA[Spotlight]]></category>
		<category><![CDATA[Spotlight on SQL Server Enterprise]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://questkb.com/?p=77</guid>
		<description><![CDATA[Spotlight on SQL Server Enterprise has a great feature titled &#8220;Custom Counters&#8221; that allows you to incorporate your own custom data collections into the Spotlight Enterprise framework for data collection, diagnostics, and reporting.  This post will serve as a getting started guide to assist in adding custom counters to your Spotlight deployment.
First off, a disclaimer.  [...]]]></description>
			<content:encoded><![CDATA[<p>Spotlight on SQL Server Enterprise has a great feature titled &#8220;Custom Counters&#8221; that allows you to incorporate your own custom data collections into the Spotlight Enterprise framework for data collection, diagnostics, and reporting.  This post will serve as a getting started guide to assist in adding custom counters to your Spotlight deployment.</p>
<p>First off, a disclaimer.  Due to the &#8220;open&#8221; nature of custom counters, Quest Software makes no guarantees as to the overhead or accuracy of any custom counter.  Custom Counters should be fully tested and validated in a customer’s environment prior to loading onto a production system.</p>
<br /><img src="http://tutorials.questkb.com/SoSSE_Custom_Counters.jpg" alt="media" /><br />
[See post to watch Flash video]
<p>For documentation on the counter used in this screencast as well as other possible counters, head to the Articles -&gt; Documentation -&gt; Spotlight on SQL Server Enterprise section of this site, or click on the link below:</p>
<p><a href="http://sqlserver.quest.com/kbcategory.jspa?categoryID=372">http://sqlserver.quest.com/kbcategory.jspa?categoryID=372</a></p>
<p>If you have any questions, please post them to the forum.</p>
]]></content:encoded>
			<wfw:commentRss>http://dbmanagement-blog.com/2009/10/12/adding-custom-counters-into-spotlight-on-sql-server-enterprise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
