Consider the following SQL Code:
DECLARE @test INT; SELECT @test=10;
I want to use the SSDT debugger in Visual Studio to confirm that @
@