<?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>Tue, 03 Aug 2010 18:04:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 server/instance
SQL [...]

<p style="margin-top:25px">Related posts:<ol><li><a href='http://www.sqlmusings.com/2008/10/11/fixing-collation-the-experiments/' rel='bookmark' title='Permanent Link: Fixing Collation: The Experiments'>Fixing Collation: The Experiments</a> <small>...</small></li><li><a href='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/' rel='bookmark' title='Permanent Link: Follow up on Issue: Server principal is not able to access the database under the current security context'>Follow up on Issue: Server principal is not able to access the database under the current security context</a> <small>...</small></li><li><a href='http://www.sqlmusings.com/2009/04/09/blackninja-posts-invoking-javascript-and-impersonating-users-in-sharepoint/' rel='bookmark' title='Permanent Link: BlackNinja Posts: Invoking Javascript and Impersonating Users in SharePoint'>BlackNinja Posts: Invoking Javascript and Impersonating Users in SharePoint</a> <small>...</small></li><li><a href='http://www.sqlmusings.com/2008/10/11/powershell-script-to-add-activedirectory-ad-users/' rel='bookmark' title='Permanent Link: Powershell Script to Add ActiveDirectory (AD) Users'>Powershell Script to Add ActiveDirectory (AD) Users</a> <small>...</small></li></ol>]]></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 login-user [...]

<p style="margin-top:25px">Related posts:<ol><li><a href='http://www.sqlmusings.com/2008/06/12/issue-server-principal-is-not-able-to-access-the-database-under-the-current-security-context/' rel='bookmark' title='Permanent Link: Issue: Server principal is not able to access the database under the current security context'>Issue: Server principal is not able to access the database under the current security context</a> <small>...</small></li><li><a href='http://www.sqlmusings.com/2008/10/03/how-to-script-out-your-database-objects-database-publishing-wizard/' rel='bookmark' title='Permanent Link: How to script out your database objects (Database Publishing Wizard)'>How to script out your database objects (Database Publishing Wizard)</a> <small>...</small></li><li><a href='http://www.sqlmusings.com/2008/09/22/issue-length-of-lob-data-to-be-replicated-exceeds-configured-maximum-65536/' rel='bookmark' title='Permanent Link: Issue: Length of LOB data to be replicated exceeds configured maximum 65536'>Issue: Length of LOB data to be replicated exceeds configured maximum 65536</a> <small>...</small></li><li><a href='http://www.sqlmusings.com/2008/05/19/free-database-schemas/' rel='bookmark' title='Permanent Link: Free Database Schemas'>Free Database Schemas</a> <small>...</small></li></ol>]]></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>
