I want to query the name of all columns of a table. I found how to do this in:
But I also need to know:
You can use sp_help in SQL Server 2008.
sp_help
sp_help ;
Keyboard shortcut for the above command: select table name (i.e highlight it) and press ALT+F1.