SQL 2008 Workgroup Scheduled Backup
- From: "Willis" <willis@xxxxxxxxxxxxxxxx>
- Date: Fri, 21 Aug 2009 11:27:35 -0400
Our company recently purchased Goldmine to replace our current CRM software
and it came with SQL 2008 Workgoup Edition. I cannot execute a maintenance
plan in this version because it does not come with SQL Integration
Services.so I'm trying to setup a scheduled job in SQL Server Agent. I've
created plans before using the maintenance plan wizard in 2005 enterprise
but never had to create one manually. I've found this page (
https://help.maximumasp.com/KB/a611/creating-manual-maintenance-plans-sql-server-2008-web.aspx)
that has instructions on what code to use to create a manual maintenance
plan but I'm not sure on the order. The order they are in now is:
1. Full Backup
2. Execute SQL Server Job Agent
3. Check Database Integrity
4. Shrink Database
5. Reorganize Indexes
6. Rebuild Indexes
7. Update Statistics
8. History Cleanup
9. Maintenance Cleanup
10. Notify Operator Task
What order should they be in to run properly?
Should # 2 be in there at all? Wouldn't the job have already executed
therefore not needing a command to execute?
Thanks
Andrew
.
- Follow-Ups:
- Re: SQL 2008 Workgroup Scheduled Backup
- From: Russell Fields
- Re: SQL 2008 Workgroup Scheduled Backup
- From: Andrew J. Kelly
- Re: SQL 2008 Workgroup Scheduled Backup
- Prev by Date: Re: SQL server 2005 SP3 install in clustered environment
- Next by Date: Preformance Monitoring
- Previous by thread: SQL server server minimum spec to be considered robust
- Next by thread: Re: SQL 2008 Workgroup Scheduled Backup
- Index(es):
Relevant Pages
|