I have a SQL Server 2000 database that will not display the column list for any tables in the View "designer" in Enterprise Manager This problem exists when either designing a new view or when editing existing views. All that is displayed for each table in the diagram is "* (All Columns)". The views otherwise work.
I do NOT have this problem with any other databases.
I ran DBCC CHECKDB on this database and it reported 0 errors.
The SQL Server Log files do not report any errors other than "Error: 15457, Severity: 0, State: 1" which, IIRC, is not really an error and has nothing to do with this problem.
How can I fix this ?