<?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; 2005 &#8211; Different Types of Cache Objects</title>
	<atom:link href="http://blog.sqlauthority.com/2007/10/04/sql-server-2005-different-types-of-cache-objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/10/04/sql-server-2005-different-types-of-cache-objects/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 09 Feb 2012 11:29:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Katharr</title>
		<link>http://blog.sqlauthority.com/2007/10/04/sql-server-2005-different-types-of-cache-objects/#comment-148769</link>
		<dc:creator><![CDATA[Katharr]]></dc:creator>
		<pubDate>Sat, 16 Jul 2011 19:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/10/04/sql-server-2005-different-types-of-cache-objects/#comment-148769</guid>
		<description><![CDATA[Thanks, that saved me a lot of time. How many decades have you spent blogging MSSQL? You seem like a bit of an internet ninja at it!

Thanks again, Katharr.]]></description>
		<content:encoded><![CDATA[<p>Thanks, that saved me a lot of time. How many decades have you spent blogging MSSQL? You seem like a bit of an internet ninja at it!</p>
<p>Thanks again, Katharr.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/10/04/sql-server-2005-different-types-of-cache-objects/#comment-59795</link>
		<dc:creator><![CDATA[Pinal Dave]]></dc:creator>
		<pubDate>Fri, 15 Jan 2010 12:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/10/04/sql-server-2005-different-types-of-cache-objects/#comment-59795</guid>
		<description><![CDATA[Hello Mazhar,

syschacheobjects table returns list of all cached objects. The column objTypes tells about the type of obect like proc (stored procedure), view, trigger, prepared (statements executed using sp_executesql or other prepare function of API), ad hoc (stand alone t-sql statements), etc.
We can not update this table as this is like a cache memory usase status report.

Regards,
Pinal Dave]]></description>
		<content:encoded><![CDATA[<p>Hello Mazhar,</p>
<p>syschacheobjects table returns list of all cached objects. The column objTypes tells about the type of obect like proc (stored procedure), view, trigger, prepared (statements executed using sp_executesql or other prepare function of API), ad hoc (stand alone t-sql statements), etc.<br />
We can not update this table as this is like a cache memory usase status report.</p>
<p>Regards,<br />
Pinal Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mazhar Karimi</title>
		<link>http://blog.sqlauthority.com/2007/10/04/sql-server-2005-different-types-of-cache-objects/#comment-59728</link>
		<dc:creator><![CDATA[Mazhar Karimi]]></dc:creator>
		<pubDate>Thu, 14 Jan 2010 08:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/10/04/sql-server-2005-different-types-of-cache-objects/#comment-59728</guid>
		<description><![CDATA[Hi,

In syscacheobjects, we see different kind of objTypes (Prepared, Adhoc), can you explain them, and how we can configure these objects accordingly, from the performance point of view.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>In syscacheobjects, we see different kind of objTypes (Prepared, Adhoc), can you explain them, and how we can configure these objects accordingly, from the performance point of view.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

