Viewing 3 posts - 1 through 3 (of 3 total)
"Msg 139, Level 15, State 1, Line 0
Cannot assign a default value to a local variable."
You probably have an older version of sql. instead of
@variable tinyint =15
do this:
@variable tinyint
set @variable...
September 22, 2014 at 2:03 pm
#1747236
Anyone?
April 17, 2013 at 6:52 am
#1607222
B should have been the answer. Even as a SQL noob I knew this
April 10, 2013 at 6:33 am
#1605189