<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Buck Woody : Schemas</title><link>http://sqlblog.com/blogs/buck_woody/archive/tags/Schemas/default.aspx</link><description>Tags: Schemas</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>Schemas as Security Boundaries</title><link>http://sqlblog.com/blogs/buck_woody/archive/2010/08/03/schemas-as-security-boundaries.aspx</link><pubDate>Tue, 03 Aug 2010 13:00:25 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:27563</guid><dc:creator>BuckWoody</dc:creator><slash:comments>0</slash:comments><comments>http://sqlblog.com/blogs/buck_woody/comments/27563.aspx</comments><wfw:commentRss>http://sqlblog.com/blogs/buck_woody/commentrss.aspx?PostID=27563</wfw:commentRss><description>&lt;p&gt;There was a question yesterday on Twitter (hashtag #sqlhelp) wondering how to let developers create stored procedures and then grant the rights to those procedures to other people. I believe that question got answered, but it also brought up the subject of Schemas, which I've blogged about before. &lt;/p&gt;
&lt;p&gt;Schemas can act both as a container and a security boundary. That means you can combine a role and schema in SQL Server to create an "area" or bucket of things you want the developer to have full control over, without having to make them a full database owner. I would show you that process here, complete with an example and so on - but happily theSQL Server best practices team beat me to it. Check this link, and move to the middle of the page - where it starts with "Using Schemas in SQL Server": &lt;a href="http://msdn.microsoft.com/en-us/library/dd283095(SQL.100).aspx"&gt;http://msdn.microsoft.com/en-us/library/dd283095(SQL.100).aspx&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Yet another great reason to learn and use schemas...&lt;/p&gt;&lt;img src="http://sqlblog.com/aggbug.aspx?PostID=27563" width="1" height="1"&gt;</description><category domain="http://sqlblog.com/blogs/buck_woody/archive/tags/SQL+Server/default.aspx">SQL Server</category><category domain="http://sqlblog.com/blogs/buck_woody/archive/tags/Security/default.aspx">Security</category><category domain="http://sqlblog.com/blogs/buck_woody/archive/tags/Schemas/default.aspx">Schemas</category></item></channel></rss>