Can we open the system databases in MSDB???

  • hello,

    I'm trying to open system tables from Management studio to see what the information is there. But the Open table option is greyed out. Is this normal? Is it not allowed to open system tables in msdb?

    thanks

  • Yes you can view the data, if you have the appropriate access.

  • I'm the Administrator of that sql server, but I'm not able to open the system tables in MSDB. The open table option is greyed out!!!

  • I have found that the system tables do not allow you to right click and select Open Table. You have to issue a select command:

    SELECT * FROM sysjobs

  • You typically do not "open" system tables, especially in SSMS since that is an editing window.

    Most of the information from system tables appears in SSMS. What exactly are you trying to view?

  • Just to confirm that we can not open system tables in SSMS..

    I able to query and see the data using t-sql commands though

    Thank you

Viewing 6 posts - 1 through 5 (of 5 total)

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