<?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>amolwable.com &#187; Sql</title>
	<atom:link href="http://amolwable.com/index.php/tag/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://amolwable.com</link>
	<description>Ultimate Resources For Web Developers and Designers</description>
	<lastBuildDate>Sat, 03 Jul 2010 15:02:28 +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>Open DBDiff: open source database comparison tool</title>
		<link>http://amolwable.com/index.php/2009/open-dbdiff-open-source-database-comparison-tool/</link>
		<comments>http://amolwable.com/index.php/2009/open-dbdiff-open-source-database-comparison-tool/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 02:34:00 +0000</pubDate>
		<dc:creator>Amol</dc:creator>
				<category><![CDATA[Sql]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://amolwable.com/?p=538</guid>
		<description><![CDATA[Open DBDiff is an open source database schema comparison tool for MS SQL Server 2005/2008. It reports differences between two database schemas and provides a synchronization script to upgrade a database from one to the other. Open DBDiff can synchronize: Tables (including Table Options like vardecimal, text in row, etc.) Columns (including Computed Columns, XML [...]]]></description>
		<wfw:commentRss>http://amolwable.com/index.php/2009/open-dbdiff-open-source-database-comparison-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCOPE_IDENTITY and IDENT_CURRENT</title>
		<link>http://amolwable.com/index.php/2009/mssql-scope_identity/</link>
		<comments>http://amolwable.com/index.php/2009/mssql-scope_identity/#comments</comments>
		<pubDate>Mon, 04 May 2009 11:46:30 +0000</pubDate>
		<dc:creator>Amol</dc:creator>
				<category><![CDATA[Sql]]></category>

		<guid isPermaLink="false">http://127.0.0.1/wordpress/?p=39</guid>
		<description><![CDATA[IDENT_CURRENT is similar to the SQL Server 2000 identity functions SCOPE_IDENTITY and @@IDENTITY. All three functions return last-generated identity values. However, the scope and session on which last is defined in each of these functions differ: · IDENT_CURRENT returns the last identity value generated for a specific table in any session and any scope. · [...]]]></description>
		<wfw:commentRss>http://amolwable.com/index.php/2009/mssql-scope_identity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS SQL Linked server</title>
		<link>http://amolwable.com/index.php/2009/ms-sql-linked-server/</link>
		<comments>http://amolwable.com/index.php/2009/ms-sql-linked-server/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 17:37:03 +0000</pubDate>
		<dc:creator>Amol</dc:creator>
				<category><![CDATA[Sql]]></category>

		<guid isPermaLink="false">http://127.0.0.1/wordpress/?p=59</guid>
		<description><![CDATA[What is a Linked Server? Linked Server is an alias on your local SQL server that points to an external data source. This external data source can be Access, Oracle, Excel or almost any other data system that can be accessed by OLE or ODBC&#8211;including other MS SQL servers. An MS SQL linked server is [...]]]></description>
		<wfw:commentRss>http://amolwable.com/index.php/2009/ms-sql-linked-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSSQL 2005 transaction syntax</title>
		<link>http://amolwable.com/index.php/2009/sql-2005-transaction-with-try-catch/</link>
		<comments>http://amolwable.com/index.php/2009/sql-2005-transaction-with-try-catch/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 18:07:29 +0000</pubDate>
		<dc:creator>Amol</dc:creator>
				<category><![CDATA[Sql]]></category>

		<guid isPermaLink="false">http://127.0.0.1/wordpress/?p=33</guid>
		<description><![CDATA[Simple stored procedure syntax using try catch block and transaction. create Procedure sp_name As Begin BEGIN TRY BEGIN TRAN --sql query here Commit END TRY BEGIN CATCH ROLLBACK TRANSACTION; END CATCH End Share and Enjoy:]]></description>
		<wfw:commentRss>http://amolwable.com/index.php/2009/sql-2005-transaction-with-try-catch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
