Solution: 无法察看SQL Server 数据库属性 错误: "There is no row at position 0. (System.Data)"

I am getting the error given below when i selected the properties of a database. I am getting the same error when i try all databases in that server.
"There is no row at position 0. (System.Data)"

Solution:

Your problem seems to be with system tables:

One of the solutions is:
Run u_tables.sql from your instance's install directory. e.g: C:\Program Files\Microsoft SQL Server\MSSQL$SQL2005\MSSQL.1\MSSQL\Install\u_tables.sql

Thanks to Dugi: http://www.sqlservercentral.com/Forums/Topic674967-146-1.aspx

原文地址:https://www.cnblogs.com/smwikipedia/p/1506209.html