Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Manually perform a full backup of your Project database to C: Project Project . bak. 2 0 . Ensure that full backups of

Manually perform a full backup of your Project database to C:\Project\Project.bak.
20.
Ensure that full backups of the Project database are performed every day at 10:00pm using a maintenance plan. Execute your maintenance plan to ensure that it works. Finally, right-click your maintenance plan and choose Modify to view a flowchart of its configuration. Take a screenshot of that configuration and save it as C:\Project\7.png.
21.
Create a SQL Query file that can quickly be executed to restore the previous nights backup (without losing any transactions since the previous nights backup!). Perform a sample restore using this query to make sure it works. Finally, save the query to C:\Project\8.sql.
22.
Ensure that the Project database is automatically checked for errors and then shrunk every Monday and Thursday at 2:00am using a single maintenance plan. Execute your maintenance plan to ensure that it works. Finally, right-click your maintenance plan and choose Modify to view a flowchart of its configuration. Take a screenshot of that configuration and save it as C:\Project\9.png.
SQL16A Final Project: Administering SQL Server 2019
23.
Check your database for errors. Perform a sample repair in single user mode and return to multiuser mode when finished. Save the commands you performed in a file called C:\Project\10.sql.
24.
Configure the Performance Data Warehouse to monitor the key areas of your SQL server (this data should be stored in a database called PDW). After a period of time (e.g.1 day), generate the three reports (Disk Usage, Server Activity, Query Statistics). Right-click each report and choose Export > PDF and save it to C:\Project\ using the default filename. You should have 3 reports in this folder:
C:\Project\Disk Usage Summary.pdf
C:\Project\Query Statistics History.pdf
C:\Project\Server Activity History.pdf
25.
Enable your system as a publisher and distributor (use the default database name of distribution for your distributor database). Next, configure snapshot replication to back up the Employee table in the Project database to a new database you create called Project2. Although Project2 would normally be on another SQL server, you will create Project2 on your own SQL server instance.
26.
Open a new query in SSMS. Right-click the white background of the query window and click Results To > Results to File. Next, execute the following queries in this window. When prompted to save the results to a file, choose C:\Project\11.rpt.
USE distribution
GO
EXEC sp_replmonitorhelppublication

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Management System MCQs Multiple Choice Questions And Answers

Authors: Arshad Iqbal

1st Edition

1073328554, 978-1073328550

More Books

Students also viewed these Databases questions

Question

Evaluate the importance of diversity in the workforce.

Answered: 1 week ago

Question

3. You can gain power by making others feel important.

Answered: 1 week ago

Question

Write down the circumstances in which you led.

Answered: 1 week ago