System tables in SQL Server
How to view System tables in drop down menu of a database in SQL SERVER 2005

Software/Hardware used:
SQL SERVER 2005 Express edition, OS-Windows XP professional SP2
ASKED: June 22, 2011  12:43 PM
UPDATED: June 23, 2011  4:16 PM

Answer Wiki:
Using SQLServer Management Studio you will be able to see them under System Databases/msdb/tables/system tables With SQL Server Enterprise Manager they are viewed under the msdb database tables
Last Wiki Answer Submitted:  June 23, 2011  4:16 pm  by  Smf   170 pts.
All Answer Wiki Contributors:  Smf   170 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

What drop down menu are you talking about? SQL Server doesn’t have any sort of drop down menu with the list of tables in it that I can think of.

 64,520 pts.