If not a bug, then that is a problem I have a comeplecated query when I have to check then lenth of an integer and padding 0 to make same length,...
SQL Server might have bug when dealing with 'null' valueDeclare @N as intset @N=NULLSelect len(isnull(@N,''))Select len(isnull(NULL,''))It should...
Separate names with a comma.