PART A - Development work for this case has been completed. 1. The change will be available in version: 15.00 2. The following changes were made(Include Database object names, Program classes, and any other relevant information): Added the following options to a new procedure named: LT_SYS_UTILITY_PolicyAutomation. Default values are set as follows: - @BackupPath 'H:\MSSQL\Backup'
- @BackupRetentionDays '1'
- @EnableBackup 'Y'
- @BackupThisDatabase 'Y'
- @BackupOtherDatabasesCSV ''
- @BackupFTPUpload 'Y'
- @EnableIndexTuning 'Y'
- @EnablePurgeProcess 'Y'
- @MaxDaysToKeep_Audit '365'
- @MaxDaysToKeep_Purge '365'
- @PurgeRecruitmentData 'Y'
- @LogEmailAddress 'Admin@LinkTechnologies.com.au'
- @AdminAccountEmailAddress 'Admin@LinkTechnologies.com.au'
- @AdminAccountRequiresEmail2FA 'Y'
- @ForceEmail2FA 'Y'
- @DisableUsersWithNo2FA 'Y'
- @MaxEmailSizeKB '102'
- @MaxEmailAttachmentSizeKB '2048'
- @ProcessStartAt '1900-01-01 04:00:00.000'
- @ProcessEndAt '1900-01-01 22:00:00.000'
- @ActivateTestMode 'N'
3. Affected Areas: - Automation Tasks
4. The issue was caused by: - Improvement
5. Other Relevant Notes: To implement this automation, create a Scheduled Task in SSMS and apply the necessary parameter values. 6. Next Step (Review and System Test (Developer) -> UAT (Quality) -> Documentation): UAT |