dbTalk Databases Forums  

Maintenance plan logging

microsoft.public.sqlserver.tools microsoft.public.sqlserver.tools


Discuss Maintenance plan logging in the microsoft.public.sqlserver.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Carmen
 
Posts: n/a

Default Maintenance plan logging - 03-03-2009 , 04:39 AM






Hello,

We have a maintenance plan with several tasks. The logging have Log extended
information checked. The maintenance seems to be performing right, but the
log file has not detail information
Log:
Microsoft(R) Server Maintenance Utility (Unicode) Version 9.0.1399
Report was generated on "COU00169V".
Maintenance Plan: Gesfor Diario
Duration: 00:00:00
Status: Succeeded.
Details:

Could anyone tell me how can I get the extra information: what tasks have
been carried out, how long for, ...

Thanks in advance,

Carmen.

Version: Microsoft SQL Server 2005 - 9.00.1399.06 (Intel X86) Oct 14 2005
00:33:37 Copyright (c) 1988-2005 Microsoft Corporation Enterprise Edition
on Windows NT 5.2 (Build 3790: Service Pack 2)

Tasks in Maintenance Plan:
- Check database integrity
- Shrink database
- Reorganize index
- Rebuild index
- Update statistics
- Clean up history
- Back up database (full)
- Maintenance cleanup task



Reply With Quote
  #2  
Old   
Jeffrey Williams
 
Posts: n/a

Default Re: Maintenance plan logging - 03-03-2009 , 08:47 PM






Open the maintenance plan folder, right-click on the maintenance plan and
View History.

BTW - you need to remove the Shrink Database task as that is just going to
cause problems. Furthermore, you should either reorganize your indexes or
rebuild them, not both as that is just a waste of time and resources.
Additionally, if you rebuild indexes - statistics will be updated during the
rebuild and you wouldn't need the update statistics task.

And finally, if any of your databases are setup in full recovery model - you
will need another maintenance plan or another sub-plan in this maintenance
plan that backs up the transaction log on a regular basis (e.g. every hour).

Jeff

"Carmen" <Carmen (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hello,

We have a maintenance plan with several tasks. The logging have Log
extended
information checked. The maintenance seems to be performing right, but the
log file has not detail information
Log:
Microsoft(R) Server Maintenance Utility (Unicode) Version 9.0.1399
Report was generated on "COU00169V".
Maintenance Plan: Gesfor Diario
Duration: 00:00:00
Status: Succeeded.
Details:

Could anyone tell me how can I get the extra information: what tasks have
been carried out, how long for, ...

Thanks in advance,

Carmen.

Version: Microsoft SQL Server 2005 - 9.00.1399.06 (Intel X86) Oct 14
2005
00:33:37 Copyright (c) 1988-2005 Microsoft Corporation Enterprise
Edition
on Windows NT 5.2 (Build 3790: Service Pack 2)

Tasks in Maintenance Plan:
- Check database integrity
- Shrink database
- Reorganize index
- Rebuild index
- Update statistics
- Clean up history
- Back up database (full)
- Maintenance cleanup task



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.