My use case is to collect data from SQL server backup file which has hundreds of databases. I would like to restore databases one by one and read the same table from every database.
I have tried to restore the database with a pre SQL statement but the database stuck in restoring mode.
The same SQL statement works fine in SSMS but not with Alteryx. I have a feeling that Alteryx does not wait long enough that restore finishes and that fails to process.
Does anyone have a solution or idea?