SQL Studio


SET
SET variablename = expression
Examples
set @variable2 = @variable1 + 1 ;