Assume I have a normal SQL procedure which has a few arguments.
During debugging it would be nice if i could assign some values to these arguments so that I can just highlight the body of the proc and execute it (as opposed to manually replace the variable with values.
Is there any way to do this? I tried:
@Date1 datetime,
@Date2 datetime
SET @Date1 = '2012-03-23'
but it doesn't like it??
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…