The following example will change the password of Victoria to OK. Exec sp_password null, 'ok', 'Victoria' The following example below will be changed to Coffee by the password of Victoria. EXEC SP_Password 'OK', 'Coffee'