<?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>TechBubbles &#187; SQL server 2008</title>
	<atom:link href="http://www.techbubbles.com/tag/sql-server-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbubbles.com</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 22:18:35 +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>Deploying SSIS packages into SQL Server vs Deploying as a File</title>
		<link>http://www.techbubbles.com/sql-server/deploying-ssis-packages-into-sql-server-vs-deploying-as-a-file-2/</link>
		<comments>http://www.techbubbles.com/sql-server/deploying-ssis-packages-into-sql-server-vs-deploying-as-a-file-2/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 19:58:19 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[SQL server]]></category>
		<category><![CDATA[SQL server 2008]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[SQL Server 2008 R2]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/sql-server/deploying-ssis-packages-into-sql-server-vs-deploying-as-a-file-2/</guid>
		<description><![CDATA[&#160;
In earlier days we have the options to save the DTS packages to SQL Server or to File System. Many of you trying to understand the trade offs between them. This post list out the advantages of both options.

Advantages of Saving and Deploying SSIS packages to File System&#160;

We can use Source control system manage the [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/sql-server/deploying-ssis-packages-into-sql-server-vs-deploying-as-a-file-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Deploying SSIS packages into SQL Server vs Deploying as a File</title>
		<link>http://www.techbubbles.com/sql-server/deploying-ssis-packages-into-sql-server-vs-deploying-as-a-file/</link>
		<comments>http://www.techbubbles.com/sql-server/deploying-ssis-packages-into-sql-server-vs-deploying-as-a-file/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 19:57:48 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[SQL server]]></category>
		<category><![CDATA[SQL server 2008]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[SQL Server 2008 R2]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/sql-server/deploying-ssis-packages-into-sql-server-vs-deploying-as-a-file/</guid>
		<description><![CDATA[In earlier days we have the options to save the DTS packages to SQL Server or to File System. Many of you trying to understand the trade offs between them. This post list out the advantages of both options.

Advantages of Saving and Deploying SSIS packages to File System&#160;

We can use Source control system manage the [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/sql-server/deploying-ssis-packages-into-sql-server-vs-deploying-as-a-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Data Profiling Task in SSIS</title>
		<link>http://www.techbubbles.com/sql-server/using-data-profiling-task-in-ssis/</link>
		<comments>http://www.techbubbles.com/sql-server/using-data-profiling-task-in-ssis/#comments</comments>
		<pubDate>Sat, 10 Sep 2011 20:15:44 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[SQL server]]></category>
		<category><![CDATA[SQL server 2008]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[SSIS Package]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/sql-server/using-data-profiling-task-in-ssis/</guid>
		<description><![CDATA[&#160;



Data Profiling is important in data quality processing and transformation. It provides a way to investigate large datasets and to identify incorrectly formatted data. This post explains doing data analysis using Data Profiling task.




 Data Profiling task helps you to 

Identify the problems with your data. Example: Finding the products in your data&#160; which are [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/sql-server/using-data-profiling-task-in-ssis/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Running SQL Server JOBS with different user accounts in SQL 2008</title>
		<link>http://www.techbubbles.com/sql-server/running-sql-server-jobs-with-different-user-accounts-in-sql-2008/</link>
		<comments>http://www.techbubbles.com/sql-server/running-sql-server-jobs-with-different-user-accounts-in-sql-2008/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 22:00:04 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[SQL server]]></category>
		<category><![CDATA[SQL server 2008]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/sql-server/running-sql-server-jobs-with-different-user-accounts-in-sql-2008/</guid>
		<description><![CDATA[&#160;



This post discusses about configuring different user account to JOB running in SQL Server 2008. By default SQL JOBs runs under service account that you have configured while installing the SQL Server. You can follow the below steps to change the user account that running under JOB




&#160;
1. Open SQL Server Management Studio and expand the [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/sql-server/running-sql-server-jobs-with-different-user-accounts-in-sql-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Database Unit Test using Visual Studio 2010</title>
		<link>http://www.techbubbles.com/sql-server/creating-a-database-unit-test-using-visual-studio-2010/</link>
		<comments>http://www.techbubbles.com/sql-server/creating-a-database-unit-test-using-visual-studio-2010/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 21:24:35 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[SQL server]]></category>
		<category><![CDATA[SQL server 2008]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/sql-server/creating-a-database-unit-test-using-visual-studio-2010/</guid>
		<description><![CDATA[&#160;



This post discusses about creating a database unit test case in Visual Studio 2010 which verifies the functionality of a stored procedure. Creating Database Test cases helps you to identify the code defects which in-directly effects the application behavior. In order to create a database unit test, you need to VS studio 2010 test suite [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/sql-server/creating-a-database-unit-test-using-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Memory Beyond 4GB in SQL Server</title>
		<link>http://www.techbubbles.com/sql-server/using-memory-beyond-4gb-in-sql-server/</link>
		<comments>http://www.techbubbles.com/sql-server/using-memory-beyond-4gb-in-sql-server/#comments</comments>
		<pubDate>Fri, 27 May 2011 19:11:35 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[SQL server]]></category>
		<category><![CDATA[SQL server 2008]]></category>
		<category><![CDATA[SQL Server 2008 R2]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/sql-server/using-memory-beyond-4gb-in-sql-server/</guid>
		<description><![CDATA[&#160;




Physical Address Extension (PAE) allows you to use up to 64 GB of physical memory depending on operating system you use. All existing 32 bit processors supports this extension of memory. PAE mode requires an Intel Architecture processor and more than 4GB of RAM.





You can configure at two levels to use Memory Beyond 4GB in [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/sql-server/using-memory-beyond-4gb-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analyzing SQL Server Performance using Performance Monitor Counters</title>
		<link>http://www.techbubbles.com/sql-server/analyzing-sql-server-performance-using-performance-monitor-counters/</link>
		<comments>http://www.techbubbles.com/sql-server/analyzing-sql-server-performance-using-performance-monitor-counters/#comments</comments>
		<pubDate>Wed, 25 May 2011 22:53:48 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[SQL server]]></category>
		<category><![CDATA[SQL server 2008]]></category>
		<category><![CDATA[SQL Server 2008 R2]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/uncategorized/analyzing-sql-server-performance-using-performance-monitor-counters/</guid>
		<description><![CDATA[



This post discusses about using Performance Monitor tool to create a base-line using different performance counters. It also discusses analyzing hardware resource bottlenecks and retrieving performance monitor data in sql server using views. Performance Monitor Tool collects the detailed information of system resources including memory, processor , disk and network.SQL Server 2008 provides extensions to [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/sql-server/analyzing-sql-server-performance-using-performance-monitor-counters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating SQL Server Database Objects Backup using SMO</title>
		<link>http://www.techbubbles.com/sql-server/creating-sql-server-database-objects-backup-using-smo/</link>
		<comments>http://www.techbubbles.com/sql-server/creating-sql-server-database-objects-backup-using-smo/#comments</comments>
		<pubDate>Sun, 22 May 2011 09:17:46 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[SQL server]]></category>
		<category><![CDATA[SQL Server 2008 R2]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[SQL server 2008]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/sql-server/creating-sql-server-database-objects-backup-using-smo/</guid>
		<description><![CDATA[&#160;




This post explains taking the SQL Server Database Objects backup only schema not data in SQL Server 2008 R2. In an ETL server you may come across the situation where you need to change the database objects schema quite frequently especially when data source changes. In this case we may need maintain our schema or [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/sql-server/creating-sql-server-database-objects-backup-using-smo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating Maintenance Plans in SQL Server 2008 R2</title>
		<link>http://www.techbubbles.com/sql-server/creating-maintenance-plans-in-sql-server-2008-r2-2/</link>
		<comments>http://www.techbubbles.com/sql-server/creating-maintenance-plans-in-sql-server-2008-r2-2/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 22:45:33 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[SQL server]]></category>
		<category><![CDATA[SQL Server 2008 R2]]></category>
		<category><![CDATA[SQL server 2008]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/sql-server/creating-maintenance-plans-in-sql-server-2008-r2-2/</guid>
		<description><![CDATA[&#160;
&#160;



One of the repetitive task that DBA need to perform is create maintenance plan for database. Maintenance plans enables you to automate maintenance activities for a database, backups, db integrity checks and index maintenance tasks. We can easily create a maintenance plan using a wizard in sql server 2008 R2.




&#160;
You can use the following steps [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/sql-server/creating-maintenance-plans-in-sql-server-2008-r2-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Maintenance Plans in SQL Server 2008 R2</title>
		<link>http://www.techbubbles.com/sql-server/creating-maintenance-plans-in-sql-server-2008-r2/</link>
		<comments>http://www.techbubbles.com/sql-server/creating-maintenance-plans-in-sql-server-2008-r2/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 19:48:28 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[SQL server]]></category>
		<category><![CDATA[SQL Server 2008 R2]]></category>
		<category><![CDATA[SQL server 2008]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/sql-server/creating-maintenance-plans-in-sql-server-2008-r2/</guid>
		<description><![CDATA[


One of the repetitive task that DBA need to perform is create maintenance plan for database. Maintenance plans enables you to automate maintenance activities for a database, backups, db integrity checks and index maintenance tasks. We can easily create a maintenance plan using a wizard in sql server 2008 R2.




&#160;
You can use the following steps [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/sql-server/creating-maintenance-plans-in-sql-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

