Hey Experts,
Is it possible to pass TABLE as the output parameter in stored procedure.
eg
create procedure spGetData
(
@tableName as TABLE(intValue INT NOT NUL)
)
as
Hey Experts,
Is it possible to pass TABLE as the output parameter in stored procedure.
eg
create procedure spGetData
(
@tableName as TABLE(intValue INT NOT NUL)
)
as