How to redefine the returning result sets of a stored procedure?
This feature was introduced in SQL Server 2012. Using With Result Sets option with Execute Command we can change the column name and data type of returning result set. Ex: Use TempDB Go …
How to redefine the returning result sets of a stored procedure? Read More