0
kicks
Using table valued results of stored procedures
If a stored procedure returns a table of data, it's not as easy as one might think to work with the result. This article shows one possible solution: using table variables.