Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Angel123456789

  1. Angel123456789

    Calling stored procedure multiple times from another stored proc

    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...
  2. Angel123456789

    One page per month..pleaseeee helpppppp

    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...

Part and Inventory Search

Back
Top