<?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>belle's sql musings &#187; Security</title>
	<atom:link href="http://www.sqlmusings.com/category/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sqlmusings.com</link>
	<description>ramblings, discoveries, tutorials on sql server and other database stuff</description>
	<lastBuildDate>Sat, 04 Feb 2012 21:16:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Fixing Orphaned Users</title>
		<link>http://www.sqlmusings.com/2008/06/16/fixing-orphaned-users/</link>
		<comments>http://www.sqlmusings.com/2008/06/16/fixing-orphaned-users/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 05:10:00 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[DBA Toolbox / T-SQL Scripts]]></category>
		<category><![CDATA[Issues/Troubleshooting]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://sqlmusings.wordpress.com/2008/06/16/fixing-orphaned-users/</guid>
		<description><![CDATA[This is a follow up posting on Issue: Server principal is not able to access the database under the current security context Here is a script to loop through all of the users and re-attach them to their logins. Note that the assumption here is the logins in the old server/instance exists in the new [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2008/06/16/fixing-orphaned-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Follow up on Issue: Server principal is not able to access the database under the current security context</title>
		<link>http://www.sqlmusings.com/2008/06/13/follow-up-on-issue-server-principal-is-not-able-to-access-the-database-under-the-current-security-context/</link>
		<comments>http://www.sqlmusings.com/2008/06/13/follow-up-on-issue-server-principal-is-not-able-to-access-the-database-under-the-current-security-context/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 07:16:00 +0000</pubDate>
		<dc:creator>belle</dc:creator>
				<category><![CDATA[Issues/Troubleshooting]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://sqlmusings.wordpress.com/2008/06/13/follow-up-on-issue-server-principal-is-not-able-to-access-the-database-under-the-current-security-context/</guid>
		<description><![CDATA[SQL Server operates on the concepts of Logins and DB Users. A login (server level) can map to a single database user. The name of the db user can be the same, or can be different. A login is mapped to a user via an SID (security ID) Often, when databases are moved around, this [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<wfw:commentRss>http://www.sqlmusings.com/2008/06/13/follow-up-on-issue-server-principal-is-not-able-to-access-the-database-under-the-current-security-context/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

