<?xml version="1.0"?>
<rss version="2.0">
<channel>

<title>TutorialGrub.com : MsSQL Tutorials</title>
<description>TutorialGrub.com MsSQL tutorials.</description>
<link>http://www.tutorialgrub.com</link>

<item>
	<title>MsSQL : Miscellaneous : Overview of Conversations in SQL Server 2005 Service Broker</title>
	<description>The core concept in Service Broker is the conversation. Conversations introduce a new messaging paradigm which makes writing reliable distributed appl</description>
	<link>http://www.tutorialgrub.com/tutorials/MsSQL/Miscellaneous/Overview-of-Conversations-in-SQL-Server-2005-Service-Broker_8456.html</link>
	<guid>http://www.tutorialgrub.com/tutorials/MsSQL/Miscellaneous/Overview-of-Conversations-in-SQL-Server-2005-Service-Broker_8456.html</guid>
	<pubDate>Sat, 14 May 2011 10:00:01 CDT</pubDate>
</item>
	
<item>
	<title>MsSQL : Miscellaneous : Working with alias data types in SQL Server 2005 using T-SQL</title>
	<description>In this tutorial you will see how you can add, use and delete alias data types in Microsoft SQL Server 2005 using T-SQL </description>
	<link>http://www.tutorialgrub.com/tutorials/MsSQL/Miscellaneous/Working-with-alias-data-types-in-SQL-Server-2005-using-TSQL_8471.html</link>
	<guid>http://www.tutorialgrub.com/tutorials/MsSQL/Miscellaneous/Working-with-alias-data-types-in-SQL-Server-2005-using-TSQL_8471.html</guid>
	<pubDate>Sat, 14 May 2011 06:00:02 CDT</pubDate>
</item>
	
<item>
	<title>MsSQL : Miscellaneous : SQL Server FAQs - Understanding INSERT, UPDATE and DELETE Statements</title>
	<description>A collection of 18 FAQs on SQL INSERT, UPDATE and DELETE statements. Clear answers are provided with tutorial exercises on inserting, updating and del</description>
	<link>http://www.tutorialgrub.com/tutorials/MsSQL/Miscellaneous/SQL-Server-FAQs--Understanding-INSERT-UPDATE-and-DELETE-Statements_8454.html</link>
	<guid>http://www.tutorialgrub.com/tutorials/MsSQL/Miscellaneous/SQL-Server-FAQs--Understanding-INSERT-UPDATE-and-DELETE-Statements_8454.html</guid>
	<pubDate>Fri, 13 May 2011 23:00:02 CDT</pubDate>
</item>
	
<item>
	<title>MsSQL : Miscellaneous : Simple Queries in SQL Server</title>
	<description>This tutorial describes the most important Transact-SQL statement - SELECT. In this tutorial you will learn how to use the SELECT statement to perform</description>
	<link>http://www.tutorialgrub.com/tutorials/MsSQL/Miscellaneous/Simple-Queries-in-SQL-Server_8458.html</link>
	<guid>http://www.tutorialgrub.com/tutorials/MsSQL/Miscellaneous/Simple-Queries-in-SQL-Server_8458.html</guid>
	<pubDate>Fri, 13 May 2011 19:00:01 CDT</pubDate>
</item>
	
<item>
	<title>MsSQL : Miscellaneous : SQL Server 2005 Express Tools</title>
	<description>SQL Server 2005 Express is much improved over its MSDE predecessor in that visual tools are provided along with the database engine. These tools enabl</description>
	<link>http://www.tutorialgrub.com/tutorials/MsSQL/Miscellaneous/SQL-Server-2005-Express-Tools_3400.html</link>
	<guid>http://www.tutorialgrub.com/tutorials/MsSQL/Miscellaneous/SQL-Server-2005-Express-Tools_3400.html</guid>
	<pubDate>Sat, 30 Apr 2011 03:00:03 CDT</pubDate>
</item>
	
<item>
	<title>MsSQL : Miscellaneous : Setting up MS SQL Server 2000</title>
	<description>This guide will show you how to install the Microsoft SQL Server Desktop Engine 2000A for your localhost server.</description>
	<link>http://www.tutorialgrub.com/tutorials/MsSQL/Miscellaneous/Setting-up-MS-SQL-Server-2000_3388.html</link>
	<guid>http://www.tutorialgrub.com/tutorials/MsSQL/Miscellaneous/Setting-up-MS-SQL-Server-2000_3388.html</guid>
	<pubDate>Fri, 29 Apr 2011 21:00:02 CDT</pubDate>
</item>
	
<item>
	<title>MsSQL : Miscellaneous : Overview of SQL Server Notification Services</title>
	<description>Get up to speed fast with SQL Server 2000 Notification Services. Notification Services allows you to build high-performance notification applications </description>
	<link>http://www.tutorialgrub.com/tutorials/MsSQL/Miscellaneous/Overview-of-SQL-Server-Notification-Services_3385.html</link>
	<guid>http://www.tutorialgrub.com/tutorials/MsSQL/Miscellaneous/Overview-of-SQL-Server-Notification-Services_3385.html</guid>
	<pubDate>Fri, 29 Apr 2011 18:26:13 CDT</pubDate>
</item>
	
<item>
	<title>MsSQL : Miscellaneous : How to search for date and time values using Microsoft SQL Server 2000</title>
	<description>Because of the way date and time values are stored in SQL Server 2000, searching for a particular date or time isn&Atilde;&cent;&amp;euro;&amp;trade;t as straightforward </description>
	<link>http://www.tutorialgrub.com/tutorials/MsSQL/Miscellaneous/How-to-search-for-date-and-time-values-using-Microsoft-SQL-Server-2000_3399.html</link>
	<guid>http://www.tutorialgrub.com/tutorials/MsSQL/Miscellaneous/How-to-search-for-date-and-time-values-using-Microsoft-SQL-Server-2000_3399.html</guid>
	<pubDate>Fri, 29 Apr 2011 18:26:13 CDT</pubDate>
</item>
	
<item>
	<title>MsSQL : Miscellaneous : What is transaction - Easy explaination</title>
	<description>This is a simple tutorial which explains what a Transaction is. This applied to Database transaction and many other alike.</description>
	<link>http://www.tutorialgrub.com/tutorials/MsSQL/Miscellaneous/What-is-transaction--Easy-explaination_2410.html</link>
	<guid>http://www.tutorialgrub.com/tutorials/MsSQL/Miscellaneous/What-is-transaction--Easy-explaination_2410.html</guid>
	<pubDate>Thu, 28 Apr 2011 13:00:05 CDT</pubDate>
</item>
	
<item>
	<title>MsSQL : Miscellaneous : How to Use the INNER JOIN Keyword in SQL Server</title>
	<description>This tutorial will show how to use the INNER JOIN keyword. By creating two tables with a primary and foreign key we are able to join the two tables an</description>
	<link>http://www.tutorialgrub.com/tutorials/MsSQL/Miscellaneous/How-to-Use-the-INNER-JOIN-Keyword-in-SQL-Server_2449.html</link>
	<guid>http://www.tutorialgrub.com/tutorials/MsSQL/Miscellaneous/How-to-Use-the-INNER-JOIN-Keyword-in-SQL-Server_2449.html</guid>
	<pubDate>Thu, 28 Apr 2011 11:30:10 CDT</pubDate>
</item>
	  
</channel>
</rss>
  
