On a server, sys.databases.is_cleanly_shutdown has the value 0 for all databases of all instances.
Except for this, everything seems to work fine; databases are all in a normal state.
I tried to stop and start the services for all instances but it didn't change and is_cleanly_shutdown has the value 0.
I also tried to put the databases off line and then put them back on line but it still didn't change.
These databases are development databases for querying but I would like to keep the environment clean.
Any idea of what event might have cause this situation?
What should I do?