﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Discuss Content Posted by OrcsWeb / Article Discussions / Article Discussions by Author  / Changing SQL Server Passwords / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Tue, 21 May 2013 15:20:43 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Changing SQL Server Passwords</title><link>http://www.sqlservercentral.com/Forums/Topic161575-211-1.aspx</link><description>Here is another way to [url=http://www.top-password.com/knowledge/change-sql-server-password.html]change SQL Server password[/url]: Open the SQL Server Management Studio.Open a New Query.Copy, paste, and execute the following:    GO    ALTER LOGIN [sa] WITH DEFAULT_DATABASE=[master]    GO    USE [master]    GO    ALTER LOGIN [sa] WITH PASSWORD=N'NewPassword' MUST_CHANGE    GOwhere NewPassword is the password you wish to use for the sa account.</description><pubDate>Wed, 24 Apr 2013 22:28:03 GMT</pubDate><dc:creator>johnowacki</dc:creator></item><item><title>RE: Changing SQL Server Passwords</title><link>http://www.sqlservercentral.com/Forums/Topic161575-211-1.aspx</link><description>Can you please provide the step to create web front end</description><pubDate>Fri, 25 Feb 2011 14:11:46 GMT</pubDate><dc:creator>barotsmruti</dc:creator></item><item><title>RE: Changing SQL Server Passwords</title><link>http://www.sqlservercentral.com/Forums/Topic161575-211-1.aspx</link><description>Can you please provide the step to create web application</description><pubDate>Fri, 25 Feb 2011 14:11:07 GMT</pubDate><dc:creator>barotsmruti</dc:creator></item><item><title>RE: Changing SQL Server Passwords</title><link>http://www.sqlservercentral.com/Forums/Topic161575-211-1.aspx</link><description>[url=http://www.passwordunlocker.com/knowledge/change-sql-server-password.html]Change SQL Server Password[/url] by Windows AuthenticationIf Builtin/Administrator is present in SQL Server, you can login with an ID which is member of Administrators group and change sa password in SQL Server. Just do as follows:1. Login into SQL server using Windows Authentication.2. In Object Explorer, open Security folder, open Logins folder. Right Click on sa account and go to Properties.3. Type a new SQL sa password, and confirm it. Click OK to finish.After restarting SQL Server and all its servers, you can log into SQL Server by sa login with new SQL sa password.</description><pubDate>Tue, 31 Aug 2010 00:34:31 GMT</pubDate><dc:creator>yitiana</dc:creator></item><item><title>RE: Changing SQL Server Passwords</title><link>http://www.sqlservercentral.com/Forums/Topic161575-211-1.aspx</link><description>It's not clear what you are asking or what you did. Please provide more details about what happened, and what commands you ran.</description><pubDate>Sat, 18 Jul 2009 10:21:58 GMT</pubDate><dc:creator>Steve Jones - SSC Editor</dc:creator></item><item><title>RE: Changing SQL Server Passwords</title><link>http://www.sqlservercentral.com/Forums/Topic161575-211-1.aspx</link><description>hi all,While one can change the password from enterprise manger why is it that the password is not retain and system reset it to some default value.I have changed the sa password through osql utility but the same steps failed when i changed the the user i have created since the password gets reset by the system.</description><pubDate>Sat, 18 Jul 2009 04:17:26 GMT</pubDate><dc:creator>mtshpandey</dc:creator></item><item><title>RE: Changing SQL Server Passwords</title><link>http://www.sqlservercentral.com/Forums/Topic161575-211-1.aspx</link><description>&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;Not all users of SQL Server, that use SQL Server Authentication have Query Analyzer installed on there desktop.  The kind of users I am referring to our the ones that typically use applications only from an end-user perspective.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;Now, if you are using SQL Server Authentication for end-users, and you do feel strongly about requiring the users to do the following you might consider this.  &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;1) Build a web front end that executes a stored procedure that allows users to change there password.  The stored procedure would be the one executing sp_password. This stored procedure would also log into a password change table every time the user changed there password.  This stored procedure can also enforce your strong password requirements.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Verdana"&gt;2) Every time someone goes through your application to logon to SQL Server you check the password change table to see when they last changed their password.  If they haven't change it in say 90 days (your threshold for when a user need to change their password) then you bring up the password change web page and make them change there password before they get into the system.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description><pubDate>Thu, 17 Feb 2005 09:23:00 GMT</pubDate><dc:creator>Greg Larsen</dc:creator></item><item><title>RE: Changing SQL Server Passwords</title><link>http://www.sqlservercentral.com/Forums/Topic161575-211-1.aspx</link><description>&lt;P&gt;Why not use NT Authentication?That would let you use all the current enterprise tools for maintaining and controlling passwords (such as expiration, min length, etc).&lt;/P&gt;&lt;P&gt;Yes, you need to manage the passwords that unattended applications use (user applications can just login as the user), but you'd have to do that anyway with SQLAuth.&lt;/P&gt;&lt;P&gt;Jtango brings up a good point -- it's much better to use a long pass-phrase (or even sentence) than a short one.  If your password is &amp;lt; 14 letters, there is the chance that windows will accept a NTLM hash (which is completely dicionaried; given the hash [the part that is sent over the network], they can just look-up a valid password for that hash).  Though I'm not sure what effect the "word&amp;lt;sp&amp;gt;word&amp;lt;sp&amp;gt;word" pattern or the generally low-entropy-per-length has on the hash value.&lt;/P&gt;</description><pubDate>Thu, 17 Feb 2005 08:50:00 GMT</pubDate><dc:creator>thormj</dc:creator></item><item><title>RE: Changing SQL Server Passwords</title><link>http://www.sqlservercentral.com/Forums/Topic161575-211-1.aspx</link><description>&lt;P&gt;To my knowledge a strong password, which is proteced against even freeware password breaker software should be at least 15 characters long and actually there is not much advantage if uppercase and lowercase characters are mixed with special characters in pw:s. So I think this should be mentioned currently every time passwords are an issue.&lt;/P&gt;</description><pubDate>Thu, 17 Feb 2005 00:29:00 GMT</pubDate><dc:creator>jtango</dc:creator></item><item><title>Changing SQL Server Passwords</title><link>http://www.sqlservercentral.com/Forums/Topic161575-211-1.aspx</link><description>Comments posted to this topic are about the content posted at &lt;A HREF="http://www.sqlservercentral.com/columnists/orcsweb/changingsqlserverpasswords.asp"&gt;http://www.sqlservercentral.com/columnists/orcsweb/changingsqlserverpasswords.asp&lt;/A&gt;</description><pubDate>Mon, 14 Feb 2005 15:47:00 GMT</pubDate><dc:creator>OrcsWeb</dc:creator></item></channel></rss>