<?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; Scripts</title>
	<atom:link href="http://learnsqlwithbru.com/tag/scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://learnsqlwithbru.com</link>
	<description>Bru Medishetty&#039;s SQL Server Blog</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:09:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>SQL Server string function REPLACE with Examples</title>
		<link>http://learnsqlwithbru.com/2011/12/23/sql-server-string-function-replace-with-examples/</link>
		<comments>http://learnsqlwithbru.com/2011/12/23/sql-server-string-function-replace-with-examples/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 05:00:46 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[Learn SQL Server]]></category>
		<category><![CDATA[SQL Server Development]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=641</guid>
		<description><![CDATA[In this blog we shall learn a string function called REPLACE. We shall use REPLACE function in Select as well as Update statements with examples to understand it better. We shall start with a basic Select statement using Replace function &#8230; <a href="http://learnsqlwithbru.com/2011/12/23/sql-server-string-function-replace-with-examples/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2011/12/23/sql-server-string-function-replace-with-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Sysadmins on a SQL Instance.</title>
		<link>http://learnsqlwithbru.com/2011/12/21/finding-sysadmins-on-a-sql-instance/</link>
		<comments>http://learnsqlwithbru.com/2011/12/21/finding-sysadmins-on-a-sql-instance/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 05:00:17 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server Administration]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=2200</guid>
		<description><![CDATA[In this blog we shall see, how to find the users who have sysadmin rights on your SQL Server. It is very important to know who are the users who have sysadmin rights, because sysadmin is the highest level of &#8230; <a href="http://learnsqlwithbru.com/2011/12/21/finding-sysadmins-on-a-sql-instance/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2011/12/21/finding-sysadmins-on-a-sql-instance/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>CONCAT &#8211; New String Function in SQL Server 2012</title>
		<link>http://learnsqlwithbru.com/2011/12/02/concat-new-string-function-in-sql-server-2012/</link>
		<comments>http://learnsqlwithbru.com/2011/12/02/concat-new-string-function-in-sql-server-2012/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 00:05:09 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[Learn SQL Server]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[SQL Server Development]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[New Features]]></category>
		<category><![CDATA[SQL Server 2012]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=1998</guid>
		<description><![CDATA[CONCAT is a new String function introduced in SQL Server 2012. This function returns an output which is a concatenated string value of the argument values passed in the function. The function would need a minimum of 2 values to &#8230; <a href="http://learnsqlwithbru.com/2011/12/02/concat-new-string-function-in-sql-server-2012/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2011/12/02/concat-new-string-function-in-sql-server-2012/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Most 1s in SQL Server datetime value</title>
		<link>http://learnsqlwithbru.com/2011/11/11/most-1s-in-sql-server-datetime-value/</link>
		<comments>http://learnsqlwithbru.com/2011/11/11/most-1s-in-sql-server-datetime-value/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 18:57:57 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[WAITFOR]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=1673</guid>
		<description><![CDATA[Today is one of those rare days where you can see a lots of 1s in the date i.e, 11/11/2011. To add to that, the clock ticks 11:11:11 everyday, so I planned to capture the SQL Server datetime value returned by GETDATE() function. &#8230; <a href="http://learnsqlwithbru.com/2011/11/11/most-1s-in-sql-server-datetime-value/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2011/11/11/most-1s-in-sql-server-datetime-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List of all Data and Log Files of a SQL Instance</title>
		<link>http://learnsqlwithbru.com/2011/08/16/list-of-all-data-and-log-files-of-a-sql-instance/</link>
		<comments>http://learnsqlwithbru.com/2011/08/16/list-of-all-data-and-log-files-of-a-sql-instance/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 04:00:49 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Administration]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=718</guid>
		<description><![CDATA[Ever faced a sitaution where you had to find out all the database files (Data and Log) of a SQL Instance? I came across this situaion many times, especially when I am working with a new SQL Instance which was &#8230; <a href="http://learnsqlwithbru.com/2011/08/16/list-of-all-data-and-log-files-of-a-sql-instance/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2011/08/16/list-of-all-data-and-log-files-of-a-sql-instance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using WHERE Clause in SQL Server Query</title>
		<link>http://learnsqlwithbru.com/2010/06/25/using-where-clause-in-sql-server-query/</link>
		<comments>http://learnsqlwithbru.com/2010/06/25/using-where-clause-in-sql-server-query/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 04:00:01 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Development]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=959</guid>
		<description><![CDATA[In this blog we shall look into the usage of WHERE clause in SQL Server. WHERE clause can be used in Select, Update, Delete statements to filter the rows being affected by the query. In fact it can be used inside &#8230; <a href="http://learnsqlwithbru.com/2010/06/25/using-where-clause-in-sql-server-query/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/06/25/using-where-clause-in-sql-server-query/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Log Size for all Databases in SQL Server</title>
		<link>http://learnsqlwithbru.com/2010/06/04/finding-log-size-for-all-databases-in-sql-server/</link>
		<comments>http://learnsqlwithbru.com/2010/06/04/finding-log-size-for-all-databases-in-sql-server/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 04:00:37 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Transaction Logs]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=667</guid>
		<description><![CDATA[Monitoring the size of Transaction Log files is one of those important tasks for a SQL Server Database Administrator. I monitor regularly in order to ensure that my database log files do not grow tremendously in size and potentially run out &#8230; <a href="http://learnsqlwithbru.com/2010/06/04/finding-log-size-for-all-databases-in-sql-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/06/04/finding-log-size-for-all-databases-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dropping a Column from a table using T-SQL &#8211; SQL Server</title>
		<link>http://learnsqlwithbru.com/2010/05/30/dropping-a-column-from-a-table-using-t-sql-sql-server/</link>
		<comments>http://learnsqlwithbru.com/2010/05/30/dropping-a-column-from-a-table-using-t-sql-sql-server/#comments</comments>
		<pubDate>Sun, 30 May 2010 04:00:57 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Development]]></category>
		<category><![CDATA[Alter Table]]></category>
		<category><![CDATA[Drop Columns]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=1126</guid>
		<description><![CDATA[This blog explains how to drop a column from a table using T-SQL query. It might be easy to do it from SSMS, on the other side, it is not always convenient to do it from SSMS. When you have &#8230; <a href="http://learnsqlwithbru.com/2010/05/30/dropping-a-column-from-a-table-using-t-sql-sql-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/05/30/dropping-a-column-from-a-table-using-t-sql-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Primary Key in a SQL Server table</title>
		<link>http://learnsqlwithbru.com/2010/05/24/creating-primary-key-in-a-sql-server-table/</link>
		<comments>http://learnsqlwithbru.com/2010/05/24/creating-primary-key-in-a-sql-server-table/#comments</comments>
		<pubDate>Mon, 24 May 2010 04:00:04 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Development]]></category>
		<category><![CDATA[Constraints]]></category>
		<category><![CDATA[Primary Key]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=1067</guid>
		<description><![CDATA[In this blog we shall learn how to create a Primary Key on a table using T-SQL. A Primary Key on a table can be either created at the time of creating the table or after the table is created &#8230; <a href="http://learnsqlwithbru.com/2010/05/24/creating-primary-key-in-a-sql-server-table/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/05/24/creating-primary-key-in-a-sql-server-table/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DB_NAME() System Function in SQL Server</title>
		<link>http://learnsqlwithbru.com/2010/05/17/db_name-system-function-in-sql-server/</link>
		<comments>http://learnsqlwithbru.com/2010/05/17/db_name-system-function-in-sql-server/#comments</comments>
		<pubDate>Mon, 17 May 2010 04:00:01 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[System Functions]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=972</guid>
		<description><![CDATA[In this blog, let&#8217;s take a look at a SQL Server System function, DB_NAME() . This function is pretty handy when writing scripts that need you to identify the the Database name based on Database ID. DB_NAME() DB_NAME() function accepts an optional integer parameter &#8230; <a href="http://learnsqlwithbru.com/2010/05/17/db_name-system-function-in-sql-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/05/17/db_name-system-function-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

