I have a stored procedure which takes two parameters (two years) to return all the student information during that period in a school. It returns 3 columns i.e BirthYear, Name, Age. I have to store that procedure's output into another table which is holding the same structure. So the table will hold the structure as I have a stored procedure which takes two param