aha .... further info, yes it is still happening. It is the secondary database in an Availability Group that has the problem
I can right-click/properties on the Primary DB fine, but trying it on the secondary DB produces the error
Both Servers have the same collation.
from the error message...
Cannot resolve the collation conflict between "Latin1_General_100_CI_AI_SC_UTF8" and "Latin1_General_CI_AS" in the equal to operation.
Cannot resolve the collation conflict between "Latin1_General_100_CI_AI_SC_UTF8" and "Latin1_General_CI_AS" in the equal to operation. (.Net SqlClient Data Provider)
For help, click: https://learn.microsoft.com/sql/relational-databases/errors-events/mssqlserver-468-database-engine-error
Server Name: BLAH-BLAH
Error Number: 468
Severity: 16
State: 9
Procedure: sys.sp_db_vardecimal_storage_format
Line Number: 37
Program Location:
at Microsoft.SqlServer.Management.Common.ConnectionManager.ExecuteTSql(ExecuteTSqlAction action, Object execObject, DataSet fillDataSet, Boolean catchException)
at Microsoft.SqlServer.Management.Common.ServerConnection.GetExecuteReader(SqlCommand command)