Guys,
Is it possible to call a stored procedure from another stored procedure multiple times without using a cursor...
Alter sp_main
Select name month, year from table1
where month>=@begmonth and month=<@endmonth
/* say beg month is 4 and end month is 5 the i should call
the below stored proc...
Guys,
I have a report now that takes parameters and employeedid,month,year as parameters and returns a simple report.Now I want to change the report to take paramters employeeid,begmonth,endmonth,begyear and endyear.Now i want the report to create one page for each month
below is teh stored...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.