System tables in drop down menu
Asked By
0 points
N/A
Posted on - 06/08/2012
How to view System tables in drop down menu of a database in SQL SERVER 2005 Express edition and OS-Windows XP professional SP2??
How to view System tables in drop down menu of a database in SQL SERVER 2005 Express edition and OS-Windows XP professional SP2??
Â
If you are wondering on how to view the system tables on SQL Server Express 2005, there is a much easier way of displaying or listing all the tables of a database using system table sys.Tables. See below.
This will return all the tables in the database which users have created. And also, if you happen to encounter problems installing SQL Server Express 2005, the following procedure might help you solve it. See if these steps work for you.