.SQLEXPRESS sa SQLServer
http://www.sqlserver … /install-sql-server/
need SQL Server Management Studio
https://napoveda.bak … instalace_update.htm
ALTER LOGIN sa ENABLE ; GO ALTER LOGIN sa WITH PASSWORD = '<enterStrongPasswordHere>' ; GO
osql -E -S .SQLEXPRESS exec sp_password @new='AccuWebHosting', @loginame='sa' go alter login sa enable go exit
Reset the SQL system administrator password
https://www.bitdefen … dio-express-787.html