<?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</title>
	<atom:link href="http://www.techbubbles.com/category/sql-server/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 For Loop and Foreach Loop Containers in SSIS</title>
		<link>http://www.techbubbles.com/sql-server/using-for-loop-and-foreach-loop-containers-in-ssis/</link>
		<comments>http://www.techbubbles.com/sql-server/using-for-loop-and-foreach-loop-containers-in-ssis/#comments</comments>
		<pubDate>Sun, 11 Sep 2011 21:36:35 +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/using-for-loop-and-foreach-loop-containers-in-ssis/</guid>
		<description><![CDATA[&#160;



SQL Server Integration Services supports two container tasks name For Loop and Foreach loop. These containers supports to execute the repetitive workflows in controlled way. The For Loop has three expressions that control it’s execution and termination. This post also discuss about Foreach loop container in SSIS.




The three expressions are 
InitExpression&#160; The For Loop evaluates [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/sql-server/using-for-loop-and-foreach-loop-containers-in-ssis/feed/</wfw:commentRss>
		<slash:comments>1</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>SQL Azure vs SQL Server</title>
		<link>http://www.techbubbles.com/microsoft/sql-azure-vs-sql-server/</link>
		<comments>http://www.techbubbles.com/microsoft/sql-azure-vs-sql-server/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 21:56:40 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL Azure]]></category>
		<category><![CDATA[SQL server]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/microsoft/sql-azure-vs-sql-server/</guid>
		<description><![CDATA[&#160;
This post discusses the differences between SQL Azure and SQL Server in the context of security
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 







Supports SQL(native) and Windows authentication.
Supports SQL(native) only, no windows authentication.


Authorization is based on database users and roles. 
Authorization is based on database users and roles.


SQL Server has fixed server roles such as serveradmin, securityadmin and dbcreator.
There are no fixed [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/microsoft/sql-azure-vs-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Firewall rules using SQL Azure</title>
		<link>http://www.techbubbles.com/microsoft/creating-firewall-rules-using-sql-azure/</link>
		<comments>http://www.techbubbles.com/microsoft/creating-firewall-rules-using-sql-azure/#comments</comments>
		<pubDate>Sun, 07 Aug 2011 22:25:42 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL Azure]]></category>
		<category><![CDATA[SQL server]]></category>
		<category><![CDATA[Windows Azure]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/microsoft/creating-firewall-rules-using-sql-azure/</guid>
		<description><![CDATA[&#160;



The firewall feature in Windows Azure portal allows you to store your data securely on cloud which deny all connections by default. The new firewall feature allows you to specify list of IP addresses which can access your SQL Azure Server.You can also programmatically add connections and retrieve information for SQL Azure database. This post [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/microsoft/creating-firewall-rules-using-sql-azure/feed/</wfw:commentRss>
		<slash:comments>0</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 in SQL Azure</title>
		<link>http://www.techbubbles.com/sql-server/creating-a-database-in-sql-azure/</link>
		<comments>http://www.techbubbles.com/sql-server/creating-a-database-in-sql-azure/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 21:59:35 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[SQL Azure]]></category>
		<category><![CDATA[SQL server]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/sql-server/creating-a-database-in-sql-azure/</guid>
		<description><![CDATA[&#160;




This post discusses about setting up a windows Azure and creating a SQL Azure database. There 3 main steps to create a main database 





Step1: Visit the Windows Azure website and select the suitable offer. For testing and knowing the features there is a introductory offer which is free to use as long as you [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/sql-server/creating-a-database-in-sql-azure/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>
	</channel>
</rss>

