Hi,
I found pretty interesting Maintenance Plan's behaviour:
My goal is obvious is - to reduce the size of transaction log, I'm able to achieve it only if I have following sequence in Maintenance Plan:
1. Backup Database Task, Type - Transactional Log
2. Shrink DataBase Task
3. Backup Database Task, Type - Transactional Log
4. Execute T_SQL Statement - DBCC SHRINKFILE(Translational Log,Size)
For some reason I have to duplicate - Backup Database Task, Type - Transactional Log.
Doe anybody now why?
Thanks!