The sa Password and Changing Windows Security

Microsoft has reported a SQL Server 2000 problem that blanks out the sa password when you change Windows security. If you select the SQL Server and Windows Security Authentication option when you install SQL Server 2000, you have to enter a password for the sa account. However, if you select the Windows-only option for security authentication and later change the authentication to the SQL Server and Windows mode, the sa password is blank. To work around this error, set up a password for the sa account before changing the security mode from Windows-only to SQL Server and Windows. SQL Server will then keep the password setup for the sa account. You can use the sp_password stored procedure to set up a password for the sa account. Visit http://support.microsoft.com/support/kb/articles/q274/7/73.asp?FR=1 to learn more about this problem.

Please or Register to post comments.

IT/Dev Connections

Las Vegas
September 30th - October 4th

Paul ThurottOur Experts will show you:
• Common SQL Server
Problems
• Best Practices for T-SQL
• SQL Server Integration
Services
• Database Development

Come See Mike Otey & Tim Ford in Person!

Early Registration Now Open

From the Blogs
May 21, 2013
blog

A Common Misconception about MAXDOP

Out of the box, SQL Server is (and has been) able to take advantage of multiple processors/cores without any effort on behalf of administrators....More
May 9, 2013
blog

My ISO 8601-Compliant Signature 2

My family recently just "officially" announced that we're in the process of adopting a child from South Africa. We're quite excited, of course, but there's a ton of paperwork to do—along with the need for gobs of signatures....More
May 8, 2013
blog

Use SSIS for ETL from Hadoop

In this blog post, Mark Kromer walks you through using SSIS as a way to use ETL techniques using Microsoft's Hadoop on Windows (HDInsight) as a source using Hive connectors...More
SQL Server Pro Forums

Get answers to questions, share tips, and engage with the SQL Server community in our Forums.