Previous Code Entry
Left Arrow
SQL Server Management Studio - Change Recovery Model to Simple
Current Code Entry
Next Code Entry
SQL Server Management Studio - How to alter the default value or binding of a table column
Right Arrow
SQL Server Management Studio - List all tables in a database
Article Entry Date: July 10,2022 @ 02:00:32 / Last Updated On: July 10,2022 @ 02:00:32
In this lesson, we will get a list of all the tables in our database and list it on the page.
This will return the following.
Name, ID, xtype, uid, info, status, base_schema_ver, etc...

Open SQL Server Management Studio.
Right-Click on the database.
Choose [New Query]
Paste the below code and click [Execute]