Posts tagged Execute
Do you want to execute a Stored Procedure as part of a SELECT statement??
01 year ago
in Transact-SQL
I was on a training course at the end of September, and came across a way to execute a simple stored procedure as part of a select statement using an Inline Table Valued Function.
You (like me) have probably tried to run the following statement expecting to get results from a stored procedure:
USE [...]