If my SQL Server stored procedure creates temporary tables anywhere inside of it and then later returns a result set, MyGeneration can't see the resulting columns. It picks up the parameters, nothing more. In order to get the resulting columns from the mygen metadata, I have to comment out the #temp tables first.
Is this a known bug?
TIA,
Mike Rodriguez
