Hi
I am trying to call a table valued function in SQL Server and I get only one record in the result. I am not sure as to how I can get all the records. I am calling the function as below
Select <functionname>(@EmpID,@StartDate,@EndDate)
I am passing parameter values which gives me one record. I am not sure how to make it to get all the records.
Any suggestions would be of great help
Thanks
Madhavi
Madhavi Pasapula