<?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; FIX : Error: 18486 Login failed for user &#8216;sa&#8217; because the account is currently locked out. The system administrator can unlock it. &#8211; Unlock SA Login</title>
	<atom:link href="http://blog.sqlauthority.com/2009/04/23/sql-server-fix-error-18486-login-failed-for-user-sa-because-the-account-is-currently-locked-out-the-system-administrator-can-unlock-it-unlock-sa-login/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/04/23/sql-server-fix-error-18486-login-failed-for-user-sa-because-the-account-is-currently-locked-out-the-system-administrator-can-unlock-it-unlock-sa-login/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 09 Feb 2012 19:36:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: siva</title>
		<link>http://blog.sqlauthority.com/2009/04/23/sql-server-fix-error-18486-login-failed-for-user-sa-because-the-account-is-currently-locked-out-the-system-administrator-can-unlock-it-unlock-sa-login/#comment-225214</link>
		<dc:creator><![CDATA[siva]]></dc:creator>
		<pubDate>Sat, 24 Dec 2011 19:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4488#comment-225214</guid>
		<description><![CDATA[Hi All,

in one of my application i am running multiple reports in singleshot, but the issue is after running about 20 to 30 reports the &#039;sa&#039; account of sql is getting lockedout. please help to fix this issue.
thanks in advance.]]></description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>in one of my application i am running multiple reports in singleshot, but the issue is after running about 20 to 30 reports the &#8216;sa&#8217; account of sql is getting lockedout. please help to fix this issue.<br />
thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jani</title>
		<link>http://blog.sqlauthority.com/2009/04/23/sql-server-fix-error-18486-login-failed-for-user-sa-because-the-account-is-currently-locked-out-the-system-administrator-can-unlock-it-unlock-sa-login/#comment-214561</link>
		<dc:creator><![CDATA[jani]]></dc:creator>
		<pubDate>Sat, 10 Dec 2011 10:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4488#comment-214561</guid>
		<description><![CDATA[Dear All 
i am using os win server 2003 enterprise edition, Sql server 2000 and Vb 6.0 
Dear and install all supported applications crystal report Bism etc now  when i am going to open vb exe file or application at that time i got this error 

login failed for user &#039;sa&#039;. 

and try to search resolve this issue but still failed so please kindly help me as soon as possible 
me waiting all of your reply]]></description>
		<content:encoded><![CDATA[<p>Dear All<br />
i am using os win server 2003 enterprise edition, Sql server 2000 and Vb 6.0<br />
Dear and install all supported applications crystal report Bism etc now  when i am going to open vb exe file or application at that time i got this error </p>
<p>login failed for user &#8216;sa&#8217;. </p>
<p>and try to search resolve this issue but still failed so please kindly help me as soon as possible<br />
me waiting all of your reply</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ReneVilleda</title>
		<link>http://blog.sqlauthority.com/2009/04/23/sql-server-fix-error-18486-login-failed-for-user-sa-because-the-account-is-currently-locked-out-the-system-administrator-can-unlock-it-unlock-sa-login/#comment-128877</link>
		<dc:creator><![CDATA[ReneVilleda]]></dc:creator>
		<pubDate>Thu, 14 Apr 2011 16:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4488#comment-128877</guid>
		<description><![CDATA[Hi, maybe too late, but personally I found another issue with some users that can not login with sa account
For some reason I do not know, I found a sa account with no default database, so they can not login with sa account, I just change the default database and &quot;voila&quot;, they can login again with no trouble
Hope It helps anyone]]></description>
		<content:encoded><![CDATA[<p>Hi, maybe too late, but personally I found another issue with some users that can not login with sa account<br />
For some reason I do not know, I found a sa account with no default database, so they can not login with sa account, I just change the default database and &#8220;voila&#8221;, they can login again with no trouble<br />
Hope It helps anyone</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumesh</title>
		<link>http://blog.sqlauthority.com/2009/04/23/sql-server-fix-error-18486-login-failed-for-user-sa-because-the-account-is-currently-locked-out-the-system-administrator-can-unlock-it-unlock-sa-login/#comment-125941</link>
		<dc:creator><![CDATA[Sumesh]]></dc:creator>
		<pubDate>Fri, 01 Apr 2011 07:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4488#comment-125941</guid>
		<description><![CDATA[Hello,

Im using asp.net2.0 and sql sever 2000 in  my windows server 2003 system. While im run my asp program the following error message arise.&quot;Login failed for user &#039;sa&#039;.&quot;. I have change my authentication mode to mixed mode,but the issue is still persisting.Could you plese look into this and tell how to fix this problem.]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Im using asp.net2.0 and sql sever 2000 in  my windows server 2003 system. While im run my asp program the following error message arise.&#8221;Login failed for user &#8216;sa&#8217;.&#8221;. I have change my authentication mode to mixed mode,but the issue is still persisting.Could you plese look into this and tell how to fix this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dora</title>
		<link>http://blog.sqlauthority.com/2009/04/23/sql-server-fix-error-18486-login-failed-for-user-sa-because-the-account-is-currently-locked-out-the-system-administrator-can-unlock-it-unlock-sa-login/#comment-125013</link>
		<dc:creator><![CDATA[Dora]]></dc:creator>
		<pubDate>Fri, 25 Mar 2011 15:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4488#comment-125013</guid>
		<description><![CDATA[Hi, 

This article is very interesting !
But there&#039; s something that i need to know : 
You talked about how to unlock an account locked because of wrong passwords but what i need to know is how to enforce password policy to lock an SQL login as &#039;sa&#039; after multiple numbers of failed attempts for example 3 attempts ? 
How can i do this ?? 
I want to lock the account user with SQL authentication after 3 times of wrong passwords ? HOW ? 
Thank you to help]]></description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>This article is very interesting !<br />
But there&#8217; s something that i need to know :<br />
You talked about how to unlock an account locked because of wrong passwords but what i need to know is how to enforce password policy to lock an SQL login as &#8216;sa&#8217; after multiple numbers of failed attempts for example 3 attempts ?<br />
How can i do this ??<br />
I want to lock the account user with SQL authentication after 3 times of wrong passwords ? HOW ?<br />
Thank you to help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manisha</title>
		<link>http://blog.sqlauthority.com/2009/04/23/sql-server-fix-error-18486-login-failed-for-user-sa-because-the-account-is-currently-locked-out-the-system-administrator-can-unlock-it-unlock-sa-login/#comment-114077</link>
		<dc:creator><![CDATA[manisha]]></dc:creator>
		<pubDate>Tue, 25 Jan 2011 10:08:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4488#comment-114077</guid>
		<description><![CDATA[it works@@@ Thanks a lot!!!]]></description>
		<content:encoded><![CDATA[<p>it works@@@ Thanks a lot!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shiju</title>
		<link>http://blog.sqlauthority.com/2009/04/23/sql-server-fix-error-18486-login-failed-for-user-sa-because-the-account-is-currently-locked-out-the-system-administrator-can-unlock-it-unlock-sa-login/#comment-102747</link>
		<dc:creator><![CDATA[Shiju]]></dc:creator>
		<pubDate>Mon, 29 Nov 2010 08:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4488#comment-102747</guid>
		<description><![CDATA[Really helpful....thanks a ton]]></description>
		<content:encoded><![CDATA[<p>Really helpful&#8230;.thanks a ton</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hemu</title>
		<link>http://blog.sqlauthority.com/2009/04/23/sql-server-fix-error-18486-login-failed-for-user-sa-because-the-account-is-currently-locked-out-the-system-administrator-can-unlock-it-unlock-sa-login/#comment-102014</link>
		<dc:creator><![CDATA[hemu]]></dc:creator>
		<pubDate>Thu, 25 Nov 2010 11:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4488#comment-102014</guid>
		<description><![CDATA[Really useful......grt :)]]></description>
		<content:encoded><![CDATA[<p>Really useful&#8230;&#8230;grt :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chalapathi Pinisetty</title>
		<link>http://blog.sqlauthority.com/2009/04/23/sql-server-fix-error-18486-login-failed-for-user-sa-because-the-account-is-currently-locked-out-the-system-administrator-can-unlock-it-unlock-sa-login/#comment-83089</link>
		<dc:creator><![CDATA[Chalapathi Pinisetty]]></dc:creator>
		<pubDate>Thu, 05 Aug 2010 07:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4488#comment-83089</guid>
		<description><![CDATA[Hi Pinal,

Can you explain how Active directory users can use SQL Server in a domain

Thanks.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Can you explain how Active directory users can use SQL Server in a domain</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Susan Van Eyck</title>
		<link>http://blog.sqlauthority.com/2009/04/23/sql-server-fix-error-18486-login-failed-for-user-sa-because-the-account-is-currently-locked-out-the-system-administrator-can-unlock-it-unlock-sa-login/#comment-76658</link>
		<dc:creator><![CDATA[Susan Van Eyck]]></dc:creator>
		<pubDate>Thu, 17 Jun 2010 14:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4488#comment-76658</guid>
		<description><![CDATA[Thank you so much for clearing up a big mystery!  

I&#039;ve had SQL-authenticated user accounts apparently locking and unlocking themselves for no good reason, and without DBA-assistance.  

It&#039;s good to finally understand that the server&#039;s local security settings affect my SQL logins!]]></description>
		<content:encoded><![CDATA[<p>Thank you so much for clearing up a big mystery!  </p>
<p>I&#8217;ve had SQL-authenticated user accounts apparently locking and unlocking themselves for no good reason, and without DBA-assistance.  </p>
<p>It&#8217;s good to finally understand that the server&#8217;s local security settings affect my SQL logins!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun Prasad</title>
		<link>http://blog.sqlauthority.com/2009/04/23/sql-server-fix-error-18486-login-failed-for-user-sa-because-the-account-is-currently-locked-out-the-system-administrator-can-unlock-it-unlock-sa-login/#comment-68024</link>
		<dc:creator><![CDATA[Arun Prasad]]></dc:creator>
		<pubDate>Fri, 30 Apr 2010 10:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4488#comment-68024</guid>
		<description><![CDATA[Worked like a charm!!!

Thanx a lot!]]></description>
		<content:encoded><![CDATA[<p>Worked like a charm!!!</p>
<p>Thanx a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lgpadilla</title>
		<link>http://blog.sqlauthority.com/2009/04/23/sql-server-fix-error-18486-login-failed-for-user-sa-because-the-account-is-currently-locked-out-the-system-administrator-can-unlock-it-unlock-sa-login/#comment-60076</link>
		<dc:creator><![CDATA[lgpadilla]]></dc:creator>
		<pubDate>Fri, 22 Jan 2010 07:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4488#comment-60076</guid>
		<description><![CDATA[Hello!!! 

The fix worked great, tks!!!]]></description>
		<content:encoded><![CDATA[<p>Hello!!! </p>
<p>The fix worked great, tks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajiv Singh</title>
		<link>http://blog.sqlauthority.com/2009/04/23/sql-server-fix-error-18486-login-failed-for-user-sa-because-the-account-is-currently-locked-out-the-system-administrator-can-unlock-it-unlock-sa-login/#comment-55331</link>
		<dc:creator><![CDATA[Rajiv Singh]]></dc:creator>
		<pubDate>Fri, 28 Aug 2009 07:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4488#comment-55331</guid>
		<description><![CDATA[Hi Pinal,

As in your entire article 4th &amp; 5th option are valuable for security purpose. If the application running on web then It should follow to all DBA for security purpose. 

Regards,
Rajiv Singh]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>As in your entire article 4th &amp; 5th option are valuable for security purpose. If the application running on web then It should follow to all DBA for security purpose. </p>
<p>Regards,<br />
Rajiv Singh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://blog.sqlauthority.com/2009/04/23/sql-server-fix-error-18486-login-failed-for-user-sa-because-the-account-is-currently-locked-out-the-system-administrator-can-unlock-it-unlock-sa-login/#comment-53871</link>
		<dc:creator><![CDATA[Dustin]]></dc:creator>
		<pubDate>Mon, 20 Jul 2009 11:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4488#comment-53871</guid>
		<description><![CDATA[@ Imran Mohammed

Thanks a lot! That worked for me!!!!

-&gt;Connected to the Management Console, logged in with Windows Authentication instead of SQL Server Authentication! So i had Administrative rights and was able to set the &#039;sa&#039; account back on! Thats it!

Great :-)]]></description>
		<content:encoded><![CDATA[<p>@ Imran Mohammed</p>
<p>Thanks a lot! That worked for me!!!!</p>
<p>-&gt;Connected to the Management Console, logged in with Windows Authentication instead of SQL Server Authentication! So i had Administrative rights and was able to set the &#8216;sa&#8217; account back on! Thats it!</p>
<p>Great :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imran Mohammed</title>
		<link>http://blog.sqlauthority.com/2009/04/23/sql-server-fix-error-18486-login-failed-for-user-sa-because-the-account-is-currently-locked-out-the-system-administrator-can-unlock-it-unlock-sa-login/#comment-52020</link>
		<dc:creator><![CDATA[Imran Mohammed]]></dc:creator>
		<pubDate>Mon, 18 May 2009 20:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4488#comment-52020</guid>
		<description><![CDATA[@Kunal. 

SQL Server provides two types of Authentication, 

Windows Authentication and SQl Server Authentication.

You can have Windows Authentication and 
You can have Windows + SQL Server Authentication. 

In no case you will have only SQL Server Authenticatication, you are talking about a hypothetical example which would never exists.

If you have an exception other than what I explained above, please provide more details or ask your friend to write a reply to this post.

Thanks,
~ IM.]]></description>
		<content:encoded><![CDATA[<p>@Kunal. </p>
<p>SQL Server provides two types of Authentication, </p>
<p>Windows Authentication and SQl Server Authentication.</p>
<p>You can have Windows Authentication and<br />
You can have Windows + SQL Server Authentication. </p>
<p>In no case you will have only SQL Server Authenticatication, you are talking about a hypothetical example which would never exists.</p>
<p>If you have an exception other than what I explained above, please provide more details or ask your friend to write a reply to this post.</p>
<p>Thanks,<br />
~ IM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kunal</title>
		<link>http://blog.sqlauthority.com/2009/04/23/sql-server-fix-error-18486-login-failed-for-user-sa-because-the-account-is-currently-locked-out-the-system-administrator-can-unlock-it-unlock-sa-login/#comment-51985</link>
		<dc:creator><![CDATA[Kunal]]></dc:creator>
		<pubDate>Sun, 17 May 2009 11:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4488#comment-51985</guid>
		<description><![CDATA[Dear Pindal,
My Friend Forgot the SA password in SQL SERVER 2005

Is there any way to Reset &quot;SA&quot; password  if the SQL Server is in SQL Server Authentication Mode Only....
and there is no other sysadmin account.

Or 

Is there any way to change the Sql Server Authentication mode from Sql to Mixed Mode.]]></description>
		<content:encoded><![CDATA[<p>Dear Pindal,<br />
My Friend Forgot the SA password in SQL SERVER 2005</p>
<p>Is there any way to Reset &#8220;SA&#8221; password  if the SQL Server is in SQL Server Authentication Mode Only&#8230;.<br />
and there is no other sysadmin account.</p>
<p>Or </p>
<p>Is there any way to change the Sql Server Authentication mode from Sql to Mixed Mode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Tkatch</title>
		<link>http://blog.sqlauthority.com/2009/04/23/sql-server-fix-error-18486-login-failed-for-user-sa-because-the-account-is-currently-locked-out-the-system-administrator-can-unlock-it-unlock-sa-login/#comment-51242</link>
		<dc:creator><![CDATA[Brian Tkatch]]></dc:creator>
		<pubDate>Thu, 23 Apr 2009 12:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4488#comment-51242</guid>
		<description><![CDATA[Good idea for #5.

Is there a way to restrict the source for a login? For example, to restrict sa to be a local login.]]></description>
		<content:encoded><![CDATA[<p>Good idea for #5.</p>
<p>Is there a way to restrict the source for a login? For example, to restrict sa to be a local login.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

