How do I change the sa password for the MSDE?

1. Log on to the terminal server
start the entry command (‘Start’ -> ‘Execute’ -> enter cmd)
go to the C:Program FilesMicrosoft SQL Server80ToolsBinn directory
2. carry out osql -E sa
3. enter sp_password @old = null, @new= ‘PASSWORD’ , @loginame = ‘sa’

4. Enter” to send the entry.
5. Enter go and Enter to execute the command