Microsoft - Change MSDE Password of SA

Environment
  • SQL Server 2000 Desktop Engine (MSDE 2000)
Introduction
Wanna change the password as forget it

Solutions
C:\osql -E -Q "EXEC sp_password @new='newpassword', @loginame = 'sa'"