SQL Server Transact Basic to Expert - Get table information

This blog shows the source on how to get the informaiton of a table in SQL

Syntax:
Exec sp_help [ Schema.Objectname]


Example:
Exec Sp_help [dbo.emptable]
Ebook Download
View all
Learn
View all