B2024-041 - Updated SQL fixes to include a new SP called for copy/replace that will exclude "copy of", this leaves the "copy of" for items pasted above and below. #351

Closed
klaskey wants to merge 2 commits from B2024-041 into Development
Showing only changes of commit f178156c3a - Show all commits

View File

@ -23285,8 +23285,8 @@ BEGIN TRY -- Try Block
DECLARE @RevDate varchar(255) DECLARE @RevDate varchar(255)
DECLARE @RevDescription varchar(255) DECLARE @RevDescription varchar(255)
set @RevDate = '03/27/2024 11:00 AM' set @RevDate = '07/16/2024 3:37 PM'
set @RevDescription = 'B2024-018: Enhanced link issue with sub-sections in source but not in enhanced' set @RevDescription = 'B2024-041: Updates to allow for proper replace vs paste above or below'
Select cast(@RevDate as datetime) RevDate, @RevDescription RevDescription Select cast(@RevDate as datetime) RevDate, @RevDescription RevDescription
PRINT 'SQL Code Revision ' + @RevDate + ' - ' + @RevDescription PRINT 'SQL Code Revision ' + @RevDate + ' - ' + @RevDescription