<?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>SQL Server Performance &#187; SSMS</title>
	<atom:link href="http://www.sql-server-performance.com/tag/ssms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sql-server-performance.com</link>
	<description>SQL Server Performance Tuning</description>
	<lastBuildDate>Wed, 22 May 2013 06:37:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>SEQUENCE in SQL Server 2012</title>
		<link>http://www.sql-server-performance.com/2011/sequence-sql-server-2011/</link>
		<comments>http://www.sql-server-performance.com/2011/sequence-sql-server-2011/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 00:01:50 +0000</pubDate>
		<dc:creator>Dinesh Asanka</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[bigint]]></category>
		<category><![CDATA[Identity]]></category>
		<category><![CDATA[Sequence]]></category>
		<category><![CDATA[SQL Server 2012]]></category>
		<category><![CDATA[SSMS]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1916</guid>
		<description><![CDATA[SQL Server 2012 (or Denali) has now arrived CTP. In this article I will look at a core new feature of SQL Server 2012 which is SEQUENCE. Well, if you are familiar with Oracle, you will already know all about this feature since it has been standard on Oracle more than 10 years I guess. [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2011/sequence-sql-server-2011/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Are You Using SSMS effectively ?</title>
		<link>http://www.sql-server-performance.com/2011/using-ssms-effectively/</link>
		<comments>http://www.sql-server-performance.com/2011/using-ssms-effectively/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 21:25:20 +0000</pubDate>
		<dc:creator>Dinesh Asanka</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<category><![CDATA[SSMS]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=2580</guid>
		<description><![CDATA[SQL Server Management Studio is an essential tool for DBAs and developers. But are you using it effectively?  In this article, I will try examine a few tips and techniques which could well boost your efficiency using SSMS. Object Filtering The below screen is probably familiar to most DBAs – it lists all tables under [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2011/using-ssms-effectively/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Automate Generate Scripts in SSMS</title>
		<link>http://www.sql-server-performance.com/2011/automate-generate-scripts-ssms/</link>
		<comments>http://www.sql-server-performance.com/2011/automate-generate-scripts-ssms/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 01:12:50 +0000</pubDate>
		<dc:creator>Nagabhushanam Ponnapalli</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Generate Script]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[SSMS]]></category>
		<category><![CDATA[task]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1931</guid>
		<description><![CDATA[The SSMS allows you to manually generate scripts for a database by right-clicking a database and selected Generate Scripts and selecting what elements you wish to be scripted. However, suppose you do wish do manually perform this task, how can it be automated? Actually there is no way to automate it from SSMS, currently the [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2011/automate-generate-scripts-ssms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Select Top 1000 Rows value in SSMS</title>
		<link>http://www.sql-server-performance.com/2011/increase-select-top-1000-rows-ssms/</link>
		<comments>http://www.sql-server-performance.com/2011/increase-select-top-1000-rows-ssms/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 01:12:50 +0000</pubDate>
		<dc:creator>Nagabhushanam Ponnapalli</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[Rows]]></category>
		<category><![CDATA[Select top Rows]]></category>
		<category><![CDATA[SSMS]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1928</guid>
		<description><![CDATA[One seemingly minor change to SQL Server Management Studio (SSMS) in SQL Server 2008 is that by default it will only allow the visually select the top 1000 rows . This is primary to save on memory which can be drained by loading numerous rows into the SSMS visual editor. If, however, you don&#8217;t want [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2011/increase-select-top-1000-rows-ssms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Edit Top 200 Rows value in SSMS</title>
		<link>http://www.sql-server-performance.com/2011/increase-edit-top-200-rows-ssms/</link>
		<comments>http://www.sql-server-performance.com/2011/increase-edit-top-200-rows-ssms/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 01:12:50 +0000</pubDate>
		<dc:creator>Nagabhushanam Ponnapalli</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<category><![CDATA[SSMS]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1927</guid>
		<description><![CDATA[One seemingly minor change to SQL Server Management Studio (SSMS) in SQL Server 2008 is that by default it will only allow the visually edit the top 200 rows . This is primary to save on memory which can be drained by loading numerous rows into the SSMS visual editor. If, however, you don&#8217;t want [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2011/increase-edit-top-200-rows-ssms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
