---- to Display Columns Names, DataTypes and other properties SELECT * FROM [INFORMATION_SCHEMA].[COLUMNS] WHERE TABLE_NAME = N'EMP'