How to find new tables in SQL Server with SSMS

Article for: Toad for SQL Server

In this article I'd like to show you how you can find newly created tables in SQL Server Management Studio.

First, you need to enable Object Explorer Details by pressing F7 button or choosing following option from the menu: View > Object Explorer Details.

Now, select Tables item from the database you want to search. List of tables should be visible on the right side. There should be a Created Date column that shows when specific table was created in the database. When you double click it will order tables from the newest. Analyze those dates to find newly created tables.

Comments are only visible when the visitor has consented to statistics cookies. To see and add comments please accept statistics cookies.
0
There are no comments. Click here to write the first comment.