We have issues with select statements timing out after a RESTORE operation. We restore a backup to a newly created database (called StagingDB). Then our application will start reading fairly small amounts of data from the StagingDB using MVC models. Each of these calls will read one item along with related child records in other tables.
The first several of these items (and child records) will time out if we don't put pause or wait commands before the requests. Has anyone had this issue without having to resort to pauses?