Try adding the exec command before the name of the stored procedure.
When you write Transact-SQL, that’s the way to execute stored procedures so I am thinking it might be the same way in your case.
Try adding the exec command before the name of the stored procedure.
When you write Transact-SQL, that’s the way to execute stored procedures so I am thinking it might be the same way in your case.