Subject Select Into question
Author jmartine3
Ok, another SP question:

In a stored procedure, what happens if you do a Select...Into, and the
query returns no results?

Do the result variables just get null values?
Is an exception raised?
Something else?

-Joe