DECLARE @VariableName INT SET @VariableName = 1 PRINT @VariableName
1
Using SET, you can only update one variable at a time.
SET