A null value in temp table (using the #) in a column not marked as nullable will prevent any results from being returned and fires the error:code:severity:, with code #515, "General SQL Error, check messages from server" (or something like this). This can be worked around by marking the tables as nullable on the server end.
A null value in temp table (using the #) in a column not marked as nullable will prevent any results from being returned and fires the error:code:severity:, with code #515, "General SQL Error, check messages from server" (or something like this). This can be worked around by marking the tables as nullable on the server end.