<?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 Planet &#187; Security</title>
	<atom:link href="http://sqlserverplanet.com/category/security/feed" rel="self" type="application/rss+xml" />
	<link>http://sqlserverplanet.com</link>
	<description>Tips and Articles on SQL Server</description>
	<lastBuildDate>Thu, 03 May 2012 23:47:51 +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>Implementing Schema for Security</title>
		<link>http://sqlserverplanet.com/security/implementing-schema-for-security</link>
		<comments>http://sqlserverplanet.com/security/implementing-schema-for-security#comments</comments>
		<pubDate>Sat, 09 Oct 2010 03:45:15 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1777</guid>
		<description><![CDATA[Ever since SQL 2005, I have found schemas to be indispensable because of the security they offer. In previous versions of SQL Server, in order to restrict access, you had to do it by creating a new database. In many cases, this was the main factor in creating a new database. Now we have Schemas. [...]]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/security/implementing-schema-for-security/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot Log in Remotely to SQL Server Express</title>
		<link>http://sqlserverplanet.com/security/cannot-log-in-remotely-to-sql-server-express</link>
		<comments>http://sqlserverplanet.com/security/cannot-log-in-remotely-to-sql-server-express#comments</comments>
		<pubDate>Thu, 17 Dec 2009 02:43:28 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1163</guid>
		<description><![CDATA[SQL Server Express 2008 does not allow remote connections by default.  This is done by design as SQL Express is often used either as a development tool, or as a local installation for resident applications.  Another thing to note, is that SQL Express uses dynamic ports by default so in order to connect, The SQL [...]]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/security/cannot-log-in-remotely-to-sql-server-express/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simplifying Security Using Schemas</title>
		<link>http://sqlserverplanet.com/security/simplifying-security-using-schemas</link>
		<comments>http://sqlserverplanet.com/security/simplifying-security-using-schemas#comments</comments>
		<pubDate>Tue, 17 Nov 2009 02:45:02 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=970</guid>
		<description><![CDATA[One of my favorite aspects of schemas (which were introduced in 2005) is the ability easily manage permissions. For those getting caught in terminology, schemas are the new abstraction layer that replace object owners. In SQL 2000, every object had an owner. And that owner was a user. In most cases the user was dbo. [...]]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/security/simplifying-security-using-schemas/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add User Role</title>
		<link>http://sqlserverplanet.com/security/add-user-role</link>
		<comments>http://sqlserverplanet.com/security/add-user-role#comments</comments>
		<pubDate>Sun, 26 Jul 2009 00:55:15 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=827</guid>
		<description><![CDATA[Roles can be created inside a database that encapsulate permissions. These permissions can be granular (as in denying read permissions to one table), or they can be global (as in being able to write to all tables). Using the CREATE ROLE state we will walk through some typical examples. First of all, we need to [...]]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/security/add-user-role/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Users to Database Script</title>
		<link>http://sqlserverplanet.com/security/add-users-to-database-script</link>
		<comments>http://sqlserverplanet.com/security/add-users-to-database-script#comments</comments>
		<pubDate>Sat, 25 Jul 2009 23:26:00 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=817</guid>
		<description><![CDATA[The following script will add users to a database by first creating a logon for the Database Server then add user entries for each of the databases you want to give access to. Also specified are the role members for each database. Add User Using Windows Authentication -- Create user windows Authentication CREATE LOGIN [YourDomainName\JohnJacobs] [...]]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/security/add-users-to-database-script/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

