I am trying to show my int
variables in raiserror @MaxAmount
and @MinAmount
Raiserror('Total Amount should be less than %s and Greater than %s',16,1,@MaxAmount,@MinAmount)
But Im getting error:
Must declare the scalar variable "@MaxAmount".