SyntaxFix
Write A Post
Hire A Developer
Questions
"Not Possible". You can do this using this query. Initialize here
declare @sql nvarchar(4000)=''
Set Value & exec command of your sp with parameters
SET @sql += ' Exec spName @param' EXECUTE sp_executesql @sql, N'@param type', @param = @param