Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server 2000 > SQL Server 2000
|
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 3rd, 2003, 04:45 AM
Authorized User
 
Join Date: Jun 2003
Posts: 77
Thanks: 0
Thanked 0 Times in 0 Posts
Default

you don't need to know the old password.

i changed my sa pwd with this code:

Code:
exec sp_password @new = 'somepwd', @loginame = 'sa'
and i was logged on with a windows account with the sysadmin server role.

defiant.
 
Old December 3rd, 2003, 06:06 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
Default

Yes, you are right, I just checked that.

Thanks for letting me know on this.


-Vijay G
 
Old October 6th, 2006, 02:01 AM
Registered User
 
Join Date: Oct 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hii,
I tried this but could not work for me because my user is not the member of sysadmin so it does not allow me to do so.

Please guide me regarding this
 
Old February 3rd, 2010, 03:48 AM
happykaka
Guest
 
Posts: n/a
Default Reset SQL password if you forgot SA password

You can reset the SQL log in password in two ways. If you are skilled SQL command, you can reset sa password with some simple codes like [osql -U sa -P "" -Q "sp_password NULL,<newpassword>,sa"] . If you have no ideal about SQL command, I would like to recommend you to free download MS SQL Server Password Unlocker, which helps to instantly change SQL password without data loss.

Personally, I would like to use SQL password changing tool, like MS SQL Server Password Unlocker. I have no ideal about the sql commands and other setting but I forgot sql password. My friend recommended me MS SQL Server Password Unlocker, and I used it. Just one click, I reset the SA password
 
Old April 29th, 2010, 02:26 AM
happykaka
Guest
 
Posts: n/a
Default MS SQL Server Password Unlocker helps to reset sa password

MS SQL Server Password Unlocker helps to reset sa password saved in master.mdf! I had forgotten the sa password last week, and I fortunately found the MS SQL Server Password Unlocker at a password recovery blog. There are many password recovery solutions including SQL password recovery.





Similar Threads
Thread Thread Starter Forum Replies Last Post
FORGOT EXCEL PASSWORD prasanta2expert Excel VBA 4 March 17th, 2010 05:23 AM
Chapter 7 Email setting for "forgot password?" hdpark BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 10 April 23rd, 2008 02:48 PM
sa password ckentebe SQL Server 2000 2 January 5th, 2005 05:34 AM
Forgot password for phpmyadmin AMP_Engineer BOOK: Beginning PHP, Apache, MySQL Web Development ISBN: 978-0-7645-5744-6 3 September 8th, 2004 04:59 AM
Forgot password? developerz BOOK: ASP.NET Website Programming Problem-Design-Solution 1 November 30th, 2003 04:36 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.