June 1, 2005 at 10:29 am
Sql Server Enterprise Manager - I am trying to access my database in EM and I keep getting the message "no items'. What's up with that!
June 1, 2005 at 11:20 am
make sure you have access to the database and right click to add a new server registration.
June 1, 2005 at 5:23 pm
Is it SQL Server 2000's Enterprise Manager or SQL Server 2005's Management Studio we are talking about here?
June 13, 2005 at 9:23 am
I have come across this error too.
I fixed it by running SELECT * FROM master..sysdatabases and I got an arithmetic overflow on the status of a database that was previously set offline.
Therefore, I used: ALTER DATABASE SET online, ran the SELECT query again to make sure the error was gone, refreshed the Enterprise Manager display and all was well.
This may or may not be the same situation for you. However, system tables are often the culprit.
July 10, 2005 at 5:04 am
I know this is a little late, but the solution from d_torrell was excellent. I fixed my problem due to a database being offline.
Thanks SOOO much.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply