TUniStoredProc error after upgrade

TUniStoredProc error after upgrade

Another issue has come up when converting from Unidac 8.4.3 and Delphi 10.4 to 11.0.0 and Delphi 13.0, connecting to a SQL Server database.  Use a TUniStoredProc component that has design-time parameters & the stored procedure on the database creates a temporary table.  When the TUniStoredProc's .Prepare method is called, we get an error from the server that implies the temporary table should already exist.  In the error below, #PremiumAllocation is the name of the temporary table.  Thanks, Ken