I have a stored proc that selects a set of record. I read the data using a cursor, and set into DECLAREd variables. I'm turning this set of records into a single record. How do I return this single record/data?
Visual Basic.NETMicrosoft SQL Server 2005Microsoft SQL Server 2008