How to return the column names from a table in SQL Server ? Posted by Senthil Kumar B September 7, 2016 SQL Server 0 Min Read You can easily return all the column names of a table in SQL Server 2008 using the sp_columns stored procedure. How to return the column names from a table in SQL Server ? Use AdventureWorks2014GOexec sp_columns ‘Employee’ Related Posts Share via: Facebook Twitter LinkedIn Email Print Copy Link Senthil Kumar B September 7, 2016
Leave a Review