<?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/"
		>
<channel>
	<title>Comments on: SQL Server 2005: How to Reset a Forgotten Password for the sa Account</title>
	<atom:link href="http://www.tech-recipes.com/rx/3766/sql-server-2005-how-to-reset-a-forgotten-password-for-the-sa-account/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/3766/sql-server-2005-how-to-reset-a-forgotten-password-for-the-sa-account/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Fri, 10 Feb 2012 12:22:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Spark Ms</title>
		<link>http://www.tech-recipes.com/rx/3766/sql-server-2005-how-to-reset-a-forgotten-password-for-the-sa-account/comment-page-1/#comment-34243</link>
		<dc:creator>Spark Ms</dc:creator>
		<pubDate>Thu, 18 Aug 2011 05:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3766#comment-34243</guid>
		<description>The above script is excellent. Thanks dear.</description>
		<content:encoded><![CDATA[<p>The above script is excellent. Thanks dear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jayant</title>
		<link>http://www.tech-recipes.com/rx/3766/sql-server-2005-how-to-reset-a-forgotten-password-for-the-sa-account/comment-page-1/#comment-34000</link>
		<dc:creator>Jayant</dc:creator>
		<pubDate>Fri, 05 Aug 2011 09:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3766#comment-34000</guid>
		<description>Really Amazing, better one.. Thanks Buddy</description>
		<content:encoded><![CDATA[<p>Really Amazing, better one.. Thanks Buddy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vikas</title>
		<link>http://www.tech-recipes.com/rx/3766/sql-server-2005-how-to-reset-a-forgotten-password-for-the-sa-account/comment-page-1/#comment-33404</link>
		<dc:creator>Vikas</dc:creator>
		<pubDate>Wed, 06 Jul 2011 06:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3766#comment-33404</guid>
		<description>yes it works thanx dude
</description>
		<content:encoded><![CDATA[<p>yes it works thanx dude</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PTG</title>
		<link>http://www.tech-recipes.com/rx/3766/sql-server-2005-how-to-reset-a-forgotten-password-for-the-sa-account/comment-page-1/#comment-48452</link>
		<dc:creator>PTG</dc:creator>
		<pubDate>Tue, 17 May 2011 12:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3766#comment-48452</guid>
		<description>Beautiful
it solved my problem
hey i liked it a lotttt
thxxxx dude </description>
		<content:encoded><![CDATA[<p>Beautiful<br />
it solved my problem<br />
hey i liked it a lotttt<br />
thxxxx dude </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamil</title>
		<link>http://www.tech-recipes.com/rx/3766/sql-server-2005-how-to-reset-a-forgotten-password-for-the-sa-account/comment-page-1/#comment-48224</link>
		<dc:creator>Jamil</dc:creator>
		<pubDate>Sat, 30 Apr 2011 11:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3766#comment-48224</guid>
		<description>Great very useful.......</description>
		<content:encoded><![CDATA[<p>Great very useful&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil Kumar Sahoo</title>
		<link>http://www.tech-recipes.com/rx/3766/sql-server-2005-how-to-reset-a-forgotten-password-for-the-sa-account/comment-page-1/#comment-44351</link>
		<dc:creator>Anil Kumar Sahoo</dc:creator>
		<pubDate>Wed, 01 Dec 2010 06:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3766#comment-44351</guid>
		<description>I have accidentally disabled the sysadmin role for BUILTIN/Administrator.Now I am not able  to get it to the previous state.I cannot also login to sa.Can anyone provide some solution???</description>
		<content:encoded><![CDATA[<p>I have accidentally disabled the sysadmin role for BUILTIN/Administrator.Now I am not able  to get it to the previous state.I cannot also login to sa.Can anyone provide some solution???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harshavardhan</title>
		<link>http://www.tech-recipes.com/rx/3766/sql-server-2005-how-to-reset-a-forgotten-password-for-the-sa-account/comment-page-1/#comment-41956</link>
		<dc:creator>Harshavardhan</dc:creator>
		<pubDate>Mon, 30 Aug 2010 14:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3766#comment-41956</guid>
		<description>GO
ALTER LOGIN [GOPINATH-PCINFLOWSQL] WITH DEFAULT_DATABASE=[master]
GO
USE [master]
GO
ALTER LOGIN [GOPINATH-PCINFLOWSQL] WITH PASSWORD=N&#039;abc123&#039; MUST_CHANGE
GO

after executing the above query, am getting the error as below:

Cannot alter the login &#039;GOPINATH-PCINFLOWSQL&#039;, because it does not exist or you do not have permission.
</description>
		<content:encoded><![CDATA[<p>GO<br />
ALTER LOGIN [GOPINATH-PCINFLOWSQL] WITH DEFAULT_DATABASE=[master]<br />
GO<br />
USE [master]<br />
GO<br />
ALTER LOGIN [GOPINATH-PCINFLOWSQL] WITH PASSWORD=N&#8217;abc123&#8242; MUST_CHANGE<br />
GO</p>
<p>after executing the above query, am getting the error as below:</p>
<p>Cannot alter the login &#8216;GOPINATH-PCINFLOWSQL&#8217;, because it does not exist or you do not have permission.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shockvolt</title>
		<link>http://www.tech-recipes.com/rx/3766/sql-server-2005-how-to-reset-a-forgotten-password-for-the-sa-account/comment-page-1/#comment-41047</link>
		<dc:creator>Shockvolt</dc:creator>
		<pubDate>Tue, 27 Jul 2010 14:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3766#comment-41047</guid>
		<description>I guess this only works if the Built-in Admins exist?</description>
		<content:encoded><![CDATA[<p>I guess this only works if the Built-in Admins exist?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shirantha</title>
		<link>http://www.tech-recipes.com/rx/3766/sql-server-2005-how-to-reset-a-forgotten-password-for-the-sa-account/comment-page-1/#comment-41011</link>
		<dc:creator>Shirantha</dc:creator>
		<pubDate>Mon, 26 Jul 2010 06:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3766#comment-41011</guid>
		<description>Thanks dude..</description>
		<content:encoded><![CDATA[<p>Thanks dude..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/3766/sql-server-2005-how-to-reset-a-forgotten-password-for-the-sa-account/comment-page-1/#comment-39889</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 17 Jun 2010 07:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-recipes.com/?p=3766#comment-39889</guid>
		<description>Thanq very much...

I got success with this solution ..
GO
ALTER LOGIN [sa] WITH DEFAULT_DATABASE=[master]
GO
USE [master]
GO
ALTER LOGIN [sa] WITH PASSWORD=N&#039;NewPassword&#039; MUST_CHANGE
GO

actually i am facing problem like when i login with Sql Server Authentication..it is not accepting the password which i set it for &#039;sa&#039; (Even it is correct password)..it is giving me Error: 18456, Severity: 14, State: 8 ..to resolve this i opened Sql Server management studio in Windows Authentication mode and i ran the above script to re-set the password ..now i can able to connect with new password..

Thanks &amp; Regards
Suresh.Vadlamudi</description>
		<content:encoded><![CDATA[<p>Thanq very much&#8230;</p>
<p>I got success with this solution ..<br />
GO<br />
ALTER LOGIN [sa] WITH DEFAULT_DATABASE=[master]<br />
GO<br />
USE [master]<br />
GO<br />
ALTER LOGIN [sa] WITH PASSWORD=N&#8217;NewPassword&#8217; MUST_CHANGE<br />
GO</p>
<p>actually i am facing problem like when i login with Sql Server Authentication..it is not accepting the password which i set it for &#8217;sa&#8217; (Even it is correct password)..it is giving me Error: 18456, Severity: 14, State: 8 ..to resolve this i opened Sql Server management studio in Windows Authentication mode and i ran the above script to re-set the password ..now i can able to connect with new password..</p>
<p>Thanks &amp; Regards<br />
Suresh.Vadlamudi</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 2/17 queries in 1.120 seconds using memcached
Object Caching 418/424 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 09:47:50 -->
