A daily refresh copy of the production database will be created on the mirror database server, The purpose is to offload the reporting activities from the production database. This will also intended to alleviate the database locks for users that are performing non-reporting activities and to gain improved performance when generating the reports. The following steps will outline how to create the automated database refresh process. Create the daily refresh database. 1. Create the daily refresh database by restoring a backup of the Production database from \\s hared. 2. Name the database, PROD_Refresh_Reports. Create a Linked Server 1. Create a Linked Server to the primary database server . This will be used to retrieve the backup information of the Prod database to verify if a backup file was created. Create daily refresh SQL Agent...