information_schema.columns cols
INNER JOIN sys.columns sc ON
cols.column_name = sc.name
AND OBJECT_NAME(sc.object_id) = @table_name