I just want to do a simple select to a temp table where data has been built.
Is workflow not able to query and return data from a temp table in SQL?
SELECT * FROM #TempBalance
When the Query is executed in SSMS it works just fine.
I can build a table that loads this information and then delete the table information after I am done with it. I just wanted to see if anyone has experienced this with Temp Tables before and if this is expected behavior.
Thanks!