Skip to main content

How to get table detail structure in SQL Server

We  select a table name in the query window of SQL Server Management Studio and press ALT + F1. It will display the details of that table. beside's that We can get Table details with execute "SP_HELP" command:


SP_HELP TableName


Comments