<?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>Techartifact &#187; sql server</title>
	<atom:link href="http://www.techartifact.com/blogs/tag/sql-server/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techartifact.com/blogs</link>
	<description>Latest tip and information on Java and Oracle ADF</description>
	<lastBuildDate>Tue, 07 Feb 2012 12:01:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SQL Optimization Tips/Questions</title>
		<link>http://www.techartifact.com/blogs/2009/12/sql-optimization-tipsquestions.html</link>
		<comments>http://www.techartifact.com/blogs/2009/12/sql-optimization-tipsquestions.html#comments</comments>
		<pubDate>Fri, 04 Dec 2009 06:37:55 +0000</pubDate>
		<dc:creator>Anky Goyal</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=904</guid>
		<description><![CDATA[Below are some of the tips for SQL query optimizations in the form of question/answers. 1. Which of the following query is the most optimized? a. SELECT column_name FROM table_name WHERE LOWER(column_name) = &#8216;name&#8217;. b. SELECT column_name FROM table_name WHERE column_name = &#8216;NAME&#8217; or column_name = &#8216;name&#8217;. c. SELECT * FROM table_name WHERE LOWER(column_name) = [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2009/12/sql-optimization-tipsquestions.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Query to get a particular row in Sql Server 2005</title>
		<link>http://www.techartifact.com/blogs/2009/05/query-to-get-a-particular-row-in-sql-server-2005.html</link>
		<comments>http://www.techartifact.com/blogs/2009/05/query-to-get-a-particular-row-in-sql-server-2005.html#comments</comments>
		<pubDate>Tue, 19 May 2009 06:54:12 +0000</pubDate>
		<dc:creator>Anky Goyal</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=566</guid>
		<description><![CDATA[In this article we will look into how to write a sql query to get a particular row in sql. Lets write the code to find 2nd row in a table named mcc_measures. So first we declare a temporary table No in this temp table we insertrow numbers of the table Now from the temp [...]]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2009/05/query-to-get-a-particular-row-in-sql-server-2005.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Save Asp.NET Session state in SQL Server</title>
		<link>http://www.techartifact.com/blogs/2009/05/save-aspnet-session-state-in-sql-server.html</link>
		<comments>http://www.techartifact.com/blogs/2009/05/save-aspnet-session-state-in-sql-server.html#comments</comments>
		<pubDate>Tue, 05 May 2009 07:49:27 +0000</pubDate>
		<dc:creator>Anky Goyal</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET 2.0]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://www.techartifact.com/blogs/?p=481</guid>
		<description><![CDATA[Session states of the asp.net application can be easily saved into SQL Server using the following steps: Change the settings in the web.config file. In the database create the appropriate tables.It is done automatically wen we execute the exe aspnet_regsql.exe located at C:\WINDOWS\Microsoft.NET\Framework\v2.0. location]]></description>
		<wfw:commentRss>http://www.techartifact.com/blogs/2009/05/save-aspnet-session-state-in-sql-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

