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