Returning and Working With Multiple Result Sets in SQL
When working with a database it can often be useful to return more than one result set from a stored procedure. This can help cut down on the number of database calls, especially if the data you’re gathering is closely […]