Hi,
I'm trying to execute a dynamic sql query which is an input parameter to a stored procedure.
I just have to execute the query in the input parameter when the procedure is called.
I am currently using exec command. It is executing the query but not displaying any results.
Thanks
Alekhya