• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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