October 11, 2016 at 3:28 am
Hello Experts,
I'm New to this Forums,
Kindly need advice about
Integrity-->backup-->reorganize-->rebuild index-->clean up
I want to make job schedules based on these criteria.
whether to separate or can be made a whole job?
October 11, 2016 at 7:44 am
Deny Christian (10/11/2016)
...Integrity-->backup-->reorganize-->rebuild index-->clean up
I want to make job schedules based on these criteria.
whether to separate or can be made a whole job?
I'm not sure I entirely understand the question, but offhand it would seem to me that you might want different frequency of jobs running for different maintenance types. It is possible to make one SQL Server Agent job, that has a step for each of the items you describe.
There are a number of free resources available to help you setup these kinds of database maintenance items, such as:
October 11, 2016 at 9:43 pm
Deny Christian (10/11/2016)
Hello Experts,I'm New to this Forums,
Kindly need advice about
Integrity-->backup-->reorganize-->rebuild index-->clean up
I want to make job schedules based on these criteria.
whether to separate or can be made a whole job?
First of all, DO NOT USE MAINTENANCE PLANS for any of this. Try what you find at the following URL
https://ola.hallengren.com/[/url]
--Jeff Moden
Change is inevitable... Change for the better is not.
October 12, 2016 at 12:46 am
November 18, 2016 at 2:13 pm
First of all, DO NOT USE MAINTENANCE PLANS for any of this. Try what you find at the following URL
ROFL :-D:-P;-):w00t::cool:
There are situations where (not very flexible) maintenance plans are just fine for backups. Small shops, no 3rd party dependence, etc. Totally agree on index and stats though.
I love Ola scripts.
------------------------------------------------------------------------------------------------Standing in the gap between Consultant and ContractorKevin3NFDallasDBAs.com/BlogWhy is my SQL Log File HUGE?!?![/url]The future of the DBA role...[/url]SQL Security Model in Plain English[/url]
November 18, 2016 at 9:21 pm
I'll agree that using Maintenance Plans for backups is better than no backups at all but if I had to help a small shop, I wouldn't do that to them. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply