Original post: http://community.9cbs.net/expert/topic/3271/3271317.xml? Temp = .9382135
If EXISTS (Select * from dbo.sysObjects where id = Object_id (n '[dbo]. [p_getpassword]') And ObjectProperty (ID, n'isprocedure ') = 1) Drop Procedure [dbo]. [p_getpassword] Go
/ * - Extreme method crack SQL Server user password
You can crack Chinese, special characters, character trailing spaces, in order to facilitate display of special characters, in the display result, ASCII constituting passwords
In theory, you can crack the condition of any one-to-raise password. It is enough for your computer.
- Zou Jian 2004.08 (Please keep this information) - * /
/ * - Call example - Test special character declare @pwd sysname set @ PWD = char (0) 'a' exec sp_password null, @ PWD, 'SA' EXEC P_GETPASSWORD
- Password with spaces EXEC SP_Password Null, 'A', 'SA' EXEC P_GETPASSWORD - Test Chinese EXEC SPASSWORD NULL, 'I', 'SA' EXEC P_GETPASSWORD
- Clear password EX