Is there a way to "get" access to more than just one column from a result set that has only 1 row (without running the query multiple times)? Something similar to Select @V1=aColumn, @V2=anotherColumn from aTable where aCondition (which unfortunately doesn't work).
-Karl
-Karl