Thursday, March 10, 2016

Column name or number of supplied values does not match table definition in false if statement

if @@SERVERNAME  = 'vxcvxc'
begin
insert into Tblah values('tyut')
end


will be raised


No comments:

Post a Comment