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]