<?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>Antonio's Blog &#187; Query</title>
	<atom:link href="http://antoniomaradiaga.com/blog/tag/query/feed/" rel="self" type="application/rss+xml" />
	<link>http://antoniomaradiaga.com/blog</link>
	<description></description>
	<lastBuildDate>Sat, 03 Apr 2010 20:05:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fixing Orphan Users on SQL Server</title>
		<link>http://antoniomaradiaga.com/blog/2009/11/fixing-orphan-users-on-sql-server/</link>
		<comments>http://antoniomaradiaga.com/blog/2009/11/fixing-orphan-users-on-sql-server/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 21:08:52 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Codigo]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Orphan]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Username]]></category>

		<guid isPermaLink="false">http://antoniomaradiaga.com/blog/?p=186</guid>
		<description><![CDATA[2 queries to find and fix orphan users on a SQL Server Database&#8230;
sp_change_users_login
Displays which users have no login name mapped to them
sp_change_users_login &#8216;Report&#8217;
Update an orphan username
sp_change_users_login &#8216;Update_One&#8217;, &#8216;username&#8217;, &#8216;login_username&#8217;
Enjoy!
]]></description>
			<content:encoded><![CDATA[<p>2 queries to find and fix orphan users on a SQL Server Database&#8230;</p>
<p>sp_change_users_login</p>
<p>Displays which users have no login name mapped to them<br />
sp_change_users_login &#8216;Report&#8217;</p>
<p>Update an orphan username<br />
sp_change_users_login &#8216;Update_One&#8217;, &#8216;username&#8217;, &#8216;login_username&#8217;</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://antoniomaradiaga.com/blog/2009/11/fixing-orphan-users-on-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
