I need to drop the user using the dbowner schema from the SQL Server database. I can not refuse it, since I get this error message
Failed to fail for user network service. (Microsoft.SqlServer.Smo)
The database principle owns the schema in the database and cannot be deleted. (Microsoft SQL Server, Error: 15138)
When I try to uncheck the scheme owned by this user in order to remove the owner of db, it does nothing. My question is how can I delete this user or change his name from the "network service" to "NT AUTHORITY \ NETWORK SERVICE"
source
share