<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Introduction to SQL Server 2008 Profiler</title>
	<atom:link href="http://blog.sqlauthority.com/2009/08/03/sql-server-introduction-to-sql-server-2008-profiler-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/08/03/sql-server-introduction-to-sql-server-2008-profiler-2/</link>
	<description>Notes of a SQL Server MVP and Database Administrator</description>
	<lastBuildDate>Sun, 21 Mar 2010 03:48:32 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: SUKHMEET</title>
		<link>http://blog.sqlauthority.com/2009/08/03/sql-server-introduction-to-sql-server-2008-profiler-2/#comment-56188</link>
		<dc:creator>SUKHMEET</dc:creator>
		<pubDate>Sat, 26 Sep 2009 12:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6230#comment-56188</guid>
		<description>thanks sir, 
             you are doing a great job.thanks once again for your information.</description>
		<content:encoded><![CDATA[<p>thanks sir,<br />
             you are doing a great job.thanks once again for your information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suhas</title>
		<link>http://blog.sqlauthority.com/2009/08/03/sql-server-introduction-to-sql-server-2008-profiler-2/#comment-55700</link>
		<dc:creator>Suhas</dc:creator>
		<pubDate>Tue, 08 Sep 2009 10:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6230#comment-55700</guid>
		<description>Hello sir,

Nice post thanks</description>
		<content:encoded><![CDATA[<p>Hello sir,</p>
<p>Nice post thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anand</title>
		<link>http://blog.sqlauthority.com/2009/08/03/sql-server-introduction-to-sql-server-2008-profiler-2/#comment-55270</link>
		<dc:creator>anand</dc:creator>
		<pubDate>Wed, 26 Aug 2009 19:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6230#comment-55270</guid>
		<description>In template definition, you mentioned &quot;SQL Server 2009&quot;

Did I read it correct or it&#039;s a typo.</description>
		<content:encoded><![CDATA[<p>In template definition, you mentioned &#8220;SQL Server 2009&#8243;</p>
<p>Did I read it correct or it&#8217;s a typo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Sebastian</title>
		<link>http://blog.sqlauthority.com/2009/08/03/sql-server-introduction-to-sql-server-2008-profiler-2/#comment-54510</link>
		<dc:creator>Jacob Sebastian</dc:creator>
		<pubDate>Thu, 06 Aug 2009 08:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6230#comment-54510</guid>
		<description>As pinal said, traces are good and bad. They are good and useful if used correctly and they can be very bad if not correctly used.

I was playing with a SQL Server monitoring tool recently (to check the health of one of the servers) and the tool installed a trace silently, and gave us some trouble. I think the problem was that it installed a trace that captured ALL the events/activities and that added quite a lot of load on the server.

So it is very important that when running a trace on a production server, you need to make sure that only those events that are &#039;necessary&#039; are captured in your trace.</description>
		<content:encoded><![CDATA[<p>As pinal said, traces are good and bad. They are good and useful if used correctly and they can be very bad if not correctly used.</p>
<p>I was playing with a SQL Server monitoring tool recently (to check the health of one of the servers) and the tool installed a trace silently, and gave us some trouble. I think the problem was that it installed a trace that captured ALL the events/activities and that added quite a lot of load on the server.</p>
<p>So it is very important that when running a trace on a production server, you need to make sure that only those events that are &#8216;necessary&#8217; are captured in your trace.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krunal</title>
		<link>http://blog.sqlauthority.com/2009/08/03/sql-server-introduction-to-sql-server-2008-profiler-2/#comment-54390</link>
		<dc:creator>Krunal</dc:creator>
		<pubDate>Mon, 03 Aug 2009 13:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6230#comment-54390</guid>
		<description>Really Really Nice post.....</description>
		<content:encoded><![CDATA[<p>Really Really Nice post&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramdas</title>
		<link>http://blog.sqlauthority.com/2009/08/03/sql-server-introduction-to-sql-server-2008-profiler-2/#comment-54389</link>
		<dc:creator>Ramdas</dc:creator>
		<pubDate>Mon, 03 Aug 2009 13:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6230#comment-54389</guid>
		<description>Hi Pinal,
Good one, I have found SQL Profiler to be very useful,  used it in OLTP,SSRS environments a lot. I was recently introduced to SQL Server Profiler events which were specific to Analysis services, apparently these can be used to figure out How cube caches data and also check out performance of the cube. In the initial drop down for server type one would choose analysis services.</description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
Good one, I have found SQL Profiler to be very useful,  used it in OLTP,SSRS environments a lot. I was recently introduced to SQL Server Profiler events which were specific to Analysis services, apparently these can be used to figure out How cube caches data and also check out performance of the cube. In the initial drop down for server type one would choose analysis services.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
