Yes, a database on SQL Server can be owned by no one! This is a NULL value as the owner. Apparently, this can happen because the login that owned it no longer exists. I discovered this when I was going through databases owned by users…
Month: December 2020
sudo docker run -d -p 3306:3306 –name=mysqlserver –env=”MYSQL_ROOT_PASSWORD=strongpasswordhere” mysql