How can I get column names from a table in SQL Server?
Asked 07 September, 2021
Viewed 2.5K times
  • 57
Votes

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: how can this be done in Microsoft SQL Server (2008 in my case)?

22 Answer