<?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>Learn SQL With Bru &#187; Tutorials</title>
	<atom:link href="http://learnsqlwithbru.com/tag/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://learnsqlwithbru.com</link>
	<description>Bru Medishetty&#039;s SQL Server Blog</description>
	<lastBuildDate>Tue, 06 Mar 2012 19:02:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Scripting database objects in SQL Server 2008</title>
		<link>http://learnsqlwithbru.com/2010/03/07/scripting-database-objects-in-sql-server-2008/</link>
		<comments>http://learnsqlwithbru.com/2010/03/07/scripting-database-objects-in-sql-server-2008/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 05:00:16 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=455</guid>
		<description><![CDATA[In this article, we would go through the steps to script the objects in a database using SQL Server 2008. This might be required when we need to setup a database similar in structure to your existing database and move &#8230; <a href="http://learnsqlwithbru.com/2010/03/07/scripting-database-objects-in-sql-server-2008/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/03/07/scripting-database-objects-in-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performing SSAS Database Backup</title>
		<link>http://learnsqlwithbru.com/2010/01/23/performing-ssas-database-backup/</link>
		<comments>http://learnsqlwithbru.com/2010/01/23/performing-ssas-database-backup/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 05:00:31 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SSAS]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=221</guid>
		<description><![CDATA[In this article you will learn the steps to backup a SQL Server Analysis Server Database. After logging to the Analysis Services, in the object explorer, select the database that needs to be backed up. Right click the database and from the pop-up &#8230; <a href="http://learnsqlwithbru.com/2010/01/23/performing-ssas-database-backup/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/01/23/performing-ssas-database-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Querying Multiple Servers in SQL Server 2008</title>
		<link>http://learnsqlwithbru.com/2009/12/15/querying-multiple-servers-in-sql-server-2008/</link>
		<comments>http://learnsqlwithbru.com/2009/12/15/querying-multiple-servers-in-sql-server-2008/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 05:00:27 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[New Features]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=37</guid>
		<description><![CDATA[SQL Server 2008 provides the functionality of querying multiple Servers from a single query window. This is helpful for tasks like retrieving server information such as Version, Edition, Instance Name, logins available across each instance, databases on the servers etc. &#8230; <a href="http://learnsqlwithbru.com/2009/12/15/querying-multiple-servers-in-sql-server-2008/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2009/12/15/querying-multiple-servers-in-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing .NET 3.5 Framework in Windows Server 2008 R2</title>
		<link>http://learnsqlwithbru.com/2009/12/07/installing-net-3-5-framework-in-windows-server-2008-r2/</link>
		<comments>http://learnsqlwithbru.com/2009/12/07/installing-net-3-5-framework-in-windows-server-2008-r2/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 05:00:25 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[.NET 3.5]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=78</guid>
		<description><![CDATA[This article will guide through the steps to install .NET Framework 3.5 on a Windows Server 2008 R2. I recently installed and started working on a Windows Server 2008 R2 Enterprise. I started installing SQL Server and I knew SQL &#8230; <a href="http://learnsqlwithbru.com/2009/12/07/installing-net-3-5-framework-in-windows-server-2008-r2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2009/12/07/installing-net-3-5-framework-in-windows-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Linked Server with Access 2007 Database</title>
		<link>http://learnsqlwithbru.com/2009/12/06/linked-server-with-access-2007-database/</link>
		<comments>http://learnsqlwithbru.com/2009/12/06/linked-server-with-access-2007-database/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 05:00:19 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[Linked Server]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=76</guid>
		<description><![CDATA[This article will explain the steps to create and using a Linked Server on an Access 2007 Database. The steps include creating a Linked Server using GUI and through T-SQL script. The picture below displays location of the 2 Access &#8230; <a href="http://learnsqlwithbru.com/2009/12/06/linked-server-with-access-2007-database/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2009/12/06/linked-server-with-access-2007-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure logging in SSIS packages</title>
		<link>http://learnsqlwithbru.com/2009/11/26/configure-logging-in-ssis-packages/</link>
		<comments>http://learnsqlwithbru.com/2009/11/26/configure-logging-in-ssis-packages/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 05:00:14 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[Logging]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=70</guid>
		<description><![CDATA[In this article we will look at the steps to enable logging in SSIS packages. Each control flow task in a package have multiple events  and logging enables you to look the execution details of these events. Steps to configure &#8230; <a href="http://learnsqlwithbru.com/2009/11/26/configure-logging-in-ssis-packages/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2009/11/26/configure-logging-in-ssis-packages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying SSIS Packages</title>
		<link>http://learnsqlwithbru.com/2009/11/03/deploying-ssis-packages/</link>
		<comments>http://learnsqlwithbru.com/2009/11/03/deploying-ssis-packages/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 05:00:33 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=58</guid>
		<description><![CDATA[In this article we shall take a look at the steps in building an SSIS Package and deploy it. You may have designed the package in your Development System and tested the Package from BIDS. Now it’s time to move &#8230; <a href="http://learnsqlwithbru.com/2009/11/03/deploying-ssis-packages/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2009/11/03/deploying-ssis-packages/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Installing SQL Server 2005 Service Pack 3</title>
		<link>http://learnsqlwithbru.com/2009/09/09/installing-service-pack-3-in-sql-server-2005/</link>
		<comments>http://learnsqlwithbru.com/2009/09/09/installing-service-pack-3-in-sql-server-2005/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 05:00:10 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server Administration]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Service Pack]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=49</guid>
		<description><![CDATA[In this Blog we shall take a look at the steps to be carried out for Installing Service Pack 3 for SQL Server 2005. Before Installing SP3 Keep in mind to read the Microsoft Technet Articles related to Installing Service &#8230; <a href="http://learnsqlwithbru.com/2009/09/09/installing-service-pack-3-in-sql-server-2005/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2009/09/09/installing-service-pack-3-in-sql-server-2005/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

