Browse by Tags

All Tags » .net » TSQL (RSS)

Get Column name From Stored Procedure by aghausman12

The requirement of the day is to extract the name of the columns returned by procedures. Stored Procedures are dynamic that is why we need to create a function that takes Stored Procedure name as parameter and return the column names in string. So here...
Filed under: , ,
More Posts