|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
SqlServer 2005 Maintanence Plan BackupIn the maintanence plan wizard for SqlServer 2000 there was an option to
remove backupfiles older than x days. I cannot seem to find this option in SqlServer2005. Is this option gone or simply moved/renamed? regards, Christian Haugan In the plan designer (not the wizard), you have a task named "Maintenance Cleanup Take".
-- Show quoteTibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://www.solidqualitylearning.com/ Blog: http://solidqualitylearning.com/blogs/tibor/ "Christian Haugan" <christ***@whrisky.com> wrote in message news:aBTof.2363$zc1.278@amstwist00... > In the maintanence plan wizard for SqlServer 2000 there was an option to > remove backupfiles older than x days. I cannot seem to find this option > in SqlServer2005. Is this option gone or simply moved/renamed? > > regards, > Christian Haugan There is also a setting under Server properties, datbase settings, to set the
default backup media retention...... Show quote "Christian Haugan" wrote: > In the maintanence plan wizard for SqlServer 2000 there was an option to > remove backupfiles older than x days. I cannot seem to find this option > in SqlServer2005. Is this option gone or simply moved/renamed? > > regards, > Christian Haugan > That setting will not provide for automatic overwrite or removal of old backup files. See the
documentation for explanation of the setting (sp_configure). -- Show quoteTibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://www.solidqualitylearning.com/ Blog: http://solidqualitylearning.com/blogs/tibor/ "TomT" <tomt@newsgroup.nospam> wrote in message news:DF5D66BB-F0E8-422B-9FC4-4CB33E0C5992@microsoft.com... > There is also a setting under Server properties, datbase settings, to set the > default backup media retention...... > > "Christian Haugan" wrote: > >> In the maintanence plan wizard for SqlServer 2000 there was an option to >> remove backupfiles older than x days. I cannot seem to find this option >> in SqlServer2005. Is this option gone or simply moved/renamed? >> >> regards, >> Christian Haugan >> |
|||||||||||||||||||||||