I want to describe a table in SQL Server 2008 like what we can do with the DESC command in Oracle.
DESC
I have table [EX].[dbo].[EMP_MAST] which
[EX].[dbo].[EMP_MAST]
Just enter the below line.
exec sp_help [table_name]