WEEK 11 ASSIGNMENT

.docx

School

Bellevue University *

*We aren’t endorsed by this school

Course

605

Subject

Computer Science

Date

May 14, 2024

Type

docx

Pages

5

Uploaded by Manojmanu7 on coursehero.com

1 CIS605-T301 Advanced Database Management (2241-1) PROFESSOR: Dr. Nicki Susman WEEK 11 ASSIGNMENT NAME: RAHITHYA KILARU STUDENT ID: 21400585 November 12, 2023
2 YOU ARE TO USE SQL COMMANDS TO BUILD THESE UNLESS OTHERWISE NOTED. 1. Use SSMS (not T-SQL) to configure a replication. On the final page, check the box to generate a script file. Capture the script file path and paste it into your assignment document. Select the report at the end of the process and copy/paste the report content into your assignment document. ***** 2. Use SSMS (not T-SQL) to create a job and steps. The job name will be backup. Set up the appropriate T-SQL command steps to backup the cis605 database. Copy and paste the T-SQL statements you place in the command steps into your assignment solution. In the advance option, create a T-SQL script that will output to a file. List the steps you take to accomplish this action in your solution document.
3 1. Begin by launching SQL Server Agent and navigating to the SQL Server Agent node in SQL Server Management Studio. 2. Right-click to initiate the creation of a new job. Assign the name "BACKUP" to the job. 3. Opt for "STEP" from the left menu and set up the step name as "BACKUP." Choose the database as "CIS605" and write the T-SQL command to execute the stored procedure responsible for backing up CIS605. 4. To enhance the configuration, select the Advanced option and specify an output file. ***** 3. Use SSMS (not T-SQL) to create a schedule for the backup job you created in problem 2. ***** 4. Use SSMS (not T-SQL) to create a replication distribution for the cis605 database. Set to snapshot, create the publication and generate a script file with steps to create the publication. View the report when the publication is successfully run and copy/paste it into your assignment solution. Locate the publication SQL file you created, copy/paste the publication SQL statements into your assignment solution.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help