Processing a list of integers : my approach

It is a common problem… you need to pass multiple values into a stored procedure and, as a result, update multiple rows. Let's pretend we have a table of students: CREATE DATABASE School; GO...