I have been banging my head against the wall a bit so I figured I would throw this one out there and see if I am just missing something real simple. We have an MIS that runs in production and then one that runs in our sandbox, with the idea of testing updates and other functions before releasing them into production. For this to work I copy 3 DB's from Production into the backup. It has been working until I switched the production data DB from Simple to Full backup. We run a transaction log backup every 30 minutes and a full DB backup nightly.
I am running SQL Server 2014 (12.0.5203.0)
Below is the script I am currently using for both Backup and recovery. While I do not get any errors the database does not allow me to login via the web portal after the recovery.
Any help would be much appreciated! thanks
--BACKUP--
BACKUP DATABASE...