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

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2022-02-14
  • 2021-05-28
  • 2021-03-26
猜你喜欢
  • 2021-10-21
  • 2021-07-30
  • 2022-12-23
  • 2022-12-23
  • 2022-01-09
  • 2021-06-28
  • 2022-12-23
相关资源
相似解决方案