sybase model database is unavailable

39 views Asked by At

When I go to create a database on sybase 12 via command create database solventiisprbm on solventiisprbm_data = 4096 log on solventiisprbm_log = 1024 go

gives me the following error

The Model database is unavailable. It is being used to create a new database.

How can I solve it? It seems like it can't create a new database as there is already a creation in progress, but that's not the case. Do you have any ideas? How can you activate and possibly stop the creation of the database?

Thank you

I tried looking with commands

dbcc table(model)
sp_helpdb model

but I received no useful information

0

There are 0 answers