<?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; 2008 R2</title>
	<atom:link href="http://www.sql-server-performance.com/tag/2008-r2/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>Understanding SQL Server Fixed Server Roles – Part 1</title>
		<link>http://www.sql-server-performance.com/2012/sql-server-2008-r2-fixed-server-roles-pt1/</link>
		<comments>http://www.sql-server-performance.com/2012/sql-server-2008-r2-fixed-server-roles-pt1/#comments</comments>
		<pubDate>Tue, 07 Aug 2012 07:14:45 +0000</pubDate>
		<dc:creator>satnam singh</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<category><![CDATA[2008 R2]]></category>
		<category><![CDATA[fixed roles]]></category>
		<category><![CDATA[Roles]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=2881</guid>
		<description><![CDATA[When considering the security and protection of the database engine, one of the first considerations that comes to mind is SQL Server Fixed Server Roles. The Server Roles are named Fixed Server Roles as the user cannot alter these under any conditions. Assigning the appropriate roles to the user helps keep the SQL Server Environment [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2012/sql-server-2008-r2-fixed-server-roles-pt1/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Understanding SQL Server 2008 R2 Fixed Database Level Roles</title>
		<link>http://www.sql-server-performance.com/2011/2008-r2-fixed-database-level-roles/</link>
		<comments>http://www.sql-server-performance.com/2011/2008-r2-fixed-database-level-roles/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 01:12:50 +0000</pubDate>
		<dc:creator>satnam singh</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<category><![CDATA[2008 R2]]></category>
		<category><![CDATA[database roles]]></category>
		<category><![CDATA[Fixed Database Level Roles]]></category>
		<category><![CDATA[level]]></category>
		<category><![CDATA[Roles]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1924</guid>
		<description><![CDATA[To easily manage the permissions in our databases, Microsoft has provided several roles in SQL Server which are security principals that group other principals. They are like groups in the Microsoft Windows operating system. Database-level roles are database-wide in their permissions scope. The various types of SQL Server fixed database roles are as follows: &#183; [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2011/2008-r2-fixed-database-level-roles/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Setting up Transactional Replication in SQL Server 2008 R2.</title>
		<link>http://www.sql-server-performance.com/2010/transactional-replication-2008-r2/</link>
		<comments>http://www.sql-server-performance.com/2010/transactional-replication-2008-r2/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 01:12:50 +0000</pubDate>
		<dc:creator>satnam singh</dc:creator>
				<category><![CDATA[Performance Tuning]]></category>
		<category><![CDATA[2008 R2]]></category>
		<category><![CDATA[publisher]]></category>
		<category><![CDATA[Replication]]></category>
		<category><![CDATA[schema changes]]></category>
		<category><![CDATA[Snapshot]]></category>
		<category><![CDATA[subscriber database]]></category>
		<category><![CDATA[Transactional Replication]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1907</guid>
		<description><![CDATA[Setting up Transactional Replication in SQL Server 2008 R2. Replication is one of the High Availability features available in SQL Server. Transactional Replication is used when DML or DDL schema changes performed on an object of a database on one server needs to be reflected on the database residing on another server. This change happens [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2010/transactional-replication-2008-r2/feed/</wfw:commentRss>
		<slash:comments>48</slash:comments>
		</item>
		<item>
		<title>Unicode Compression in SQL Server 2008 R2</title>
		<link>http://www.sql-server-performance.com/2010/unicode-compression-sql-server2008-r2/</link>
		<comments>http://www.sql-server-performance.com/2010/unicode-compression-sql-server2008-r2/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 01:12:50 +0000</pubDate>
		<dc:creator>Ashish Kumar Mehta</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<category><![CDATA[2008 R2]]></category>
		<category><![CDATA[Compression]]></category>
		<category><![CDATA[Unicode]]></category>
		<category><![CDATA[Unicode Compression]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1887</guid>
		<description><![CDATA[&#160;Introduction Data Compression was first introduced in SQL Server 2005 with Service Pack 2 when Microsoft introduced a new storage format called VARDECIMAL to store decimal and numeric data types as variable length columns. In SQL Server 2008, Microsoft enhanced Data Compression feature to compress fixed length data types such as INTEGER, CHAR and FLOAT. [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2010/unicode-compression-sql-server2008-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
