Not able to view the databases

  • i am not able to view the DB's when i expand the database's tab in the instance but when executed a query in query analiser its working, really dont know how to fix it, plz help me,

    its sql server 2000 with sp4

  • Hi,

    Can you see the system DBs(like master, tempdb…) ,database tab in the enterprise managers?

  • yes i am able to see the system tables

  • Hi,

    I say about the DBs, but you mentioned the tables, Ok, lets confirm this,

    In the enterprise managers, when expend the database, its not show the DBs except the System DBs. this is what you try to say and this is your query?

  • yes, i am sorry it was by mistake speled as tables, its DB's

  • Does the available database tab changes the database name when you use following query?

    USE <Any user DB>

    GO

    Also send us select @@version

  • Hi,

    In the enterprise managers is some time happened on the client side because of the client and server code pages may not match, but its not the issue in the client side, you delete the server register in the enterprise manager and reregister the server. but if your working in the server side you run the select name,has_dbaccess(name)from master.dbo.sysdatabases and find the DBs.

  • just had this happen to me, grant view any tables to the user and this should work.

    let me know.

    sonal.

  • Dear friend,

    I faced the same problem in sql 2000, what you to do is in Enterprise Manager select a SqlServer group add a instance to local. just try this one.

Viewing 9 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic. Login to reply