Open symbarh opened 7 months ago
Could you please provide a small repro?
I found a workaround; I implemented a custom ITempTableNameProvider
and a ITempTableNameLease
to return a temporary table name without the integer suffix. I will provide a reproducible code when I find the time. Thank you.
BulkInsertIntoTempTableAsync creates a temp table named #Temp{Entity}_1, but the query is referencing #Temp{Entity}