Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V-213773 - control may be able to be automated #5

Open
asturtevant opened this issue Nov 2, 2018 · 0 comments
Open

V-213773 - control may be able to be automated #5

asturtevant opened this issue Nov 2, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@asturtevant
Copy link
Contributor

asturtevant commented Nov 2, 2018

Part of the control asks to verify the database recovery model.

This can be performed with the following query:
select
name, recovery_model_desc
from
sys.databases

It can be automated using:
In SQL Server Management Studio, Object Explorer, right-click on the name of the database; select Properties. Select the Options page. Set the Recovery Model field, near the top of the page, to the correct value.

In Object Explorer, expand >> SQL Server Agent >> Jobs. Create, modify and delete jobs to implement the backup schedule.

@ejaronne ejaronne added the enhancement New feature or request label Nov 26, 2018
@georgedias georgedias changed the title V-67377 - control may be able to be automated V-213773 - control may be able to be automated Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants