<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Importance of User Without Login &#8211; T-SQL Demo Script</title>
	<atom:link href="http://blog.sqlauthority.com/2012/10/04/sql-server-importance-of-user-without-login-t-sql-demo-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2012/10/04/sql-server-importance-of-user-without-login-t-sql-demo-script/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 17 May 2013 15:26:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Kevin Burgess</title>
		<link>http://blog.sqlauthority.com/2012/10/04/sql-server-importance-of-user-without-login-t-sql-demo-script/#comment-421012</link>
		<dc:creator><![CDATA[Kevin Burgess]]></dc:creator>
		<pubDate>Tue, 12 Feb 2013 14:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=20996#comment-421012</guid>
		<description><![CDATA[To add to that, during the Instance-level login copy, don&#039;t forget to copy the SID of the user across too.  Otherwise the logins won&#039;t work either!]]></description>
		<content:encoded><![CDATA[<p>To add to that, during the Instance-level login copy, don&#8217;t forget to copy the SID of the user across too.  Otherwise the logins won&#8217;t work either!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imran Mohammed</title>
		<link>http://blog.sqlauthority.com/2012/10/04/sql-server-importance-of-user-without-login-t-sql-demo-script/#comment-355925</link>
		<dc:creator><![CDATA[Imran Mohammed]]></dc:creator>
		<pubDate>Thu, 04 Oct 2012 18:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=20996#comment-355925</guid>
		<description><![CDATA[@Siva, 


Database Mirroring is a disaster recovery solution and to add more its a database solution and not a server solution.

Since it is a database solution all users inside a database already mirrored but logins are maintained at server level(master db to be specific) and logins are not mirrored. Same case with Log Shipping also.

To address this issue, I created a daily evening SQL job that sync windows logins between principal and mirroring server. You can also do this real time by using DDL Triggers for &quot;Create Login&quot; Event. 

~ IM.]]></description>
		<content:encoded><![CDATA[<p>@Siva, </p>
<p>Database Mirroring is a disaster recovery solution and to add more its a database solution and not a server solution.</p>
<p>Since it is a database solution all users inside a database already mirrored but logins are maintained at server level(master db to be specific) and logins are not mirrored. Same case with Log Shipping also.</p>
<p>To address this issue, I created a daily evening SQL job that sync windows logins between principal and mirroring server. You can also do this real time by using DDL Triggers for &#8220;Create Login&#8221; Event. </p>
<p>~ IM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: siva</title>
		<link>http://blog.sqlauthority.com/2012/10/04/sql-server-importance-of-user-without-login-t-sql-demo-script/#comment-355775</link>
		<dc:creator><![CDATA[siva]]></dc:creator>
		<pubDate>Thu, 04 Oct 2012 07:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=20996#comment-355775</guid>
		<description><![CDATA[Hi Pinal 

It will work on the sql server 2008 R2, it is very useful to us at the time of db failover in DB Mirroing some of the logins and user are not mapped at that time  better we can use only users 

can you please suggest us it is work in 2008 we will implement it. Becuase every DB automatic/ manual failover we facing alote of issues with logins and users 

Regars
Siva]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal </p>
<p>It will work on the sql server 2008 R2, it is very useful to us at the time of db failover in DB Mirroing some of the logins and user are not mapped at that time  better we can use only users </p>
<p>can you please suggest us it is work in 2008 we will implement it. Becuase every DB automatic/ manual failover we facing alote of issues with logins and users </p>
<p>Regars<br />
Siva</p>
]]></content:encoded>
	</item>
</channel>
</rss>
