I have a SQL Server database and I want to know what columns and types it has. I\'d prefer to do this through a query rather than using a GUI like Enterprise Manager. Is the
Just select table and press Alt+F1,
it will show all the information about table like Column name, datatype, keys etc.