So, I\'m writing this Stored Proc and I really suck at SQL.
My Question to you guys is:
Can I select an entire row and store it in a variable?
I k
Please see/via:
MSSQL Select statement with incremental integer column... not from a table
SELECT ROW_NUMBER() OVER( ORDER BY Column1, Column2 ) AS 'rownumber',* FROM YourTable