I would like to make some changes to code that I posted for database maintenance routines. I'm wondering what your opinion is for modifying the originals or creating new ones.
I need to change isp_DBCC_INDEXDEFRAG and isp_DBCC_DBREINDEX as the way it is coded now it will only do it for one of the indexes on each table. I also want to change isp_Backup and isp_Backup_LS based upon people's comments about saving more than 2 days of backups on disk.
So should I just modify the original blogs or create new ones and reference the old ones?