Microsoft® SQL Server™ 2008 All-In-One Desk Reference For Dummies®
by Robert D. Schneider, Darril Gibson
II.5.1. Getting a List of Your Tables
Here's how to use the SQL Server Management Studio to come up with this important list:
Launch the SQL Server Management Studio.
Connect to the appropriate SQL Server instance.
Expand the connection's entry in the Object Explorer view.
Expand the Databases folder.
Expand the Tables folder.
That's all there is to it. You have a full list of all the tables present in a database. Figure 5-1 shows this list, along with details about a specific table.
In reviewing Figure 5-1, you might notice that the entries are divided between system tables and user tables. As you might expect from the name, system tables are maintained by SQL Server for your benefit.
|
Let's take a look at each of the folders underneath a given table. Figure 5-2 shows this list, along with details about a specific table.
Figure II.5-1. A list of tables as shown in the SQL Server Management Studio.
Figure II.5-2. Details about a given table, as provided by the SQL Server Management Studio.
Each of these folders contains important details about the table, so we spend a moment examining ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access