• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

SQL server out

O

olivierfromars

Guest
hi
I changed the sa password like this:

osql -E
sp_password @old = null, @new = 'tomtom2sds2', @loginame ='sa'
go

since all my SQL server DBs are unavailable..
.
I got an error in plesk:"
Unable to create database-dependent object, unable to connect to database: Master database is not exist, COM ERROR at execute console)

how to fix this?


thanks a lot
 
Back
Top