<?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: The CHECK_POLICY and CHECK_EXPIRATION options cannot be turned OFF when MUST_CHANGE is ON.</title>
	<atom:link href="http://www.sql-server-performance.com/2009/check-policy-and-check-expiration-cannot-be-turned-off/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sql-server-performance.com/2009/check-policy-and-check-expiration-cannot-be-turned-off/</link>
	<description>SQL Server Performance Tuning</description>
	<lastBuildDate>Fri, 17 May 2013 13:31:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Praveen</title>
		<link>http://www.sql-server-performance.com/2009/check-policy-and-check-expiration-cannot-be-turned-off/#comment-2052</link>
		<dc:creator>Praveen</dc:creator>
		<pubDate>Mon, 02 Jul 2012 17:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1598#comment-2052</guid>
		<description><![CDATA[Change the password to same password first and save.
Then open the properties again and remove the check from Expire password option, you should be able to do it.
OR you can execute below sql to change the options:
USE Master
GO
ALTER LOGIN login_name WITH PASSWORD = &#039;sameoldpassword&#039;
GO
ALTER LOGIN login_name WITH
CHECK_POLICY = OFF,
CHECK_EXPIRATION = OFF
Thanks
Praveen]]></description>
		<content:encoded><![CDATA[<p>Change the password to same password first and save.<br />
Then open the properties again and remove the check from Expire password option, you should be able to do it.</p>
<p>OR you can execute below sql to change the options:</p>
<p>USE Master<br />
GO<br />
ALTER LOGIN login_name WITH PASSWORD = &#8216;sameoldpassword&#8217;<br />
GO<br />
ALTER LOGIN login_name WITH<br />
CHECK_POLICY = OFF,<br />
CHECK_EXPIRATION = OFF</p>
<p>Thanks<br />
Praveen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL Server Performance</title>
		<link>http://www.sql-server-performance.com/2009/check-policy-and-check-expiration-cannot-be-turned-off/#comment-32</link>
		<dc:creator>SQL Server Performance</dc:creator>
		<pubDate>Sun, 22 May 2011 12:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1598#comment-32</guid>
		<description><![CDATA[[...]  [...]]]></description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
