<?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>ForDevs &#187; Sql Server IQ</title>
	<atom:link href="http://www.fordevs.com/category/programming/sql-server/sql-server-iq/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fordevs.com</link>
	<description>We Learn We Share</description>
	<lastBuildDate>Tue, 25 May 2010 17:19:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Usage of Stored Procedures</title>
		<link>http://www.fordevs.com/2008/12/usage-of-stored-procedures.html</link>
		<comments>http://www.fordevs.com/2008/12/usage-of-stored-procedures.html#comments</comments>
		<pubDate>Tue, 16 Dec 2008 22:18:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sql Server IQ]]></category>
		<category><![CDATA[What-is]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/12/usage-of-stored-procedures.html</guid>
		<description><![CDATA[Reduce network traffic: You have to send the SQL statement across the network. With sprocs, you can execute SQL in batches, which is also more efficient. Caching query plan: The first time the stored procedure is executed, SQL Server creates an execution plan, which is cached for reuse. This is particularly performant for small queries [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/12/usage-of-stored-procedures.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sql Server Interview Questions &#8211; Part 1</title>
		<link>http://www.fordevs.com/2008/10/sql-server-interview-questions-part-1.html</link>
		<comments>http://www.fordevs.com/2008/10/sql-server-interview-questions-part-1.html#comments</comments>
		<pubDate>Fri, 24 Oct 2008 05:18:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sql Server IQ]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/10/sql-server-interview-questions-part-1.html</guid>
		<description><![CDATA[1.What Is Database ?Ans: A database is similar to a data file in that it is a storage place for data. Like a data file, a database does not present information directly to a user; the user runs an application that accesses data from the database and presents it to the user in an understandable [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/10/sql-server-interview-questions-part-1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
