<?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>SQL Server Performance &#187; Navneeth Diwaker Naik</title>
	<atom:link href="http://www.sql-server-performance.com/author/navneethdiwakernaik/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sql-server-performance.com</link>
	<description>SQL Server Performance Tuning</description>
	<lastBuildDate>Wed, 22 May 2013 06:37:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Implementing Triggers in SQL Server 2000</title>
		<link>http://www.sql-server-performance.com/2004/triggers-2000/</link>
		<comments>http://www.sql-server-performance.com/2004/triggers-2000/#comments</comments>
		<pubDate>Tue, 31 Aug 2004 01:12:50 +0000</pubDate>
		<dc:creator>Navneeth Diwaker Naik</dc:creator>
				<category><![CDATA[Developer]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=521</guid>
		<description><![CDATA[Triggers are special types of Stored Procedures that are defined to execute automatically in place of or after data modifications. They can be executed automatically on the INSERT, DELETE and UPDATE triggering actions. There are two different types of triggers in Microsoft SQL Server 2000. They are INSTEAD OF triggers and AFTER triggers. These triggers [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2004/triggers-2000/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Introduction to SQL Server Scalar UDFs</title>
		<link>http://www.sql-server-performance.com/2004/scaler-udf/</link>
		<comments>http://www.sql-server-performance.com/2004/scaler-udf/#comments</comments>
		<pubDate>Mon, 17 May 2004 01:12:50 +0000</pubDate>
		<dc:creator>Navneeth Diwaker Naik</dc:creator>
				<category><![CDATA[Developer]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=520</guid>
		<description><![CDATA[One of the best features of SQL Server 2000 is its user-defined functions (UDFs). UDFs offer many of the benefits of both views and stored procedures, and more. Unlike views, UDFs can take zero or more input parameters and return a scalar value, or can even return a table. Unlike stored procedures, the output of [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2004/scaler-udf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2000: View Basics</title>
		<link>http://www.sql-server-performance.com/2004/view-basics/</link>
		<comments>http://www.sql-server-performance.com/2004/view-basics/#comments</comments>
		<pubDate>Fri, 16 Jan 2004 01:12:50 +0000</pubDate>
		<dc:creator>Navneeth Diwaker Naik</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=446</guid>
		<description><![CDATA[Views are nothing but saved SQL statements, and are sometimes referred as “Virtual Tables”. Keep in mind that Views cannot store data (except for Indexed Views); rather they only refer to data present in tables. Let’s checkout the basic syntax for creating a view: CREATE VIEW &#60;View_Name&#62; AS &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;SELECT Statement&#62;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; GO There are two [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2004/view-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
