Produced by Araxis Merge on 4/12/2018 10:18:34 AM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | MSSRe Build 4.zip\DatabaseScripts\DatabasePatches\04162014 PreProd Files.zip\Instrument Administration | TBI_Instrument_Admin_Permissions_Insert.sql | Tue Mar 25 14:33:30 2014 UTC |
| 2 | MSSRe Build 4.zip\DatabaseScripts\DatabasePatches\04162014 PreProd Files.zip\Instrument Administration | TBI_Instrument_Admin_Permissions_Insert.sql | Wed Apr 11 19:56:58 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 3 | 40 |
| Changed | 2 | 4 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | IF (SELECT COUNT(*) FROM [dbo] .[STD_APPP AGE] WHERE [CODE] = 'TBI ADMIN INSTRUMEN T LIST') = 0 | |
| 2 | BEGIN | |
| 3 | IN SERT INTO [dbo].[STD _APPPAGE] ([CODE],[N AME],[DESC RIPTION_TE XT],[SORT_ ORDER],[IN ACTIVE_FLA G],[INACTI VE_DATE],[ CREATEDBY] ,[UPDATEDB Y],[CREATE D],[UPDATE D]) | |
| 4 | VA LUES('TBI ADMIN INST RUMENT LIS T', 'TBI A DMIN INSTR UMENT LIST ', 'TBI AD MIN INSTRU MENT LIST' , 1, 0, NU LL, ' PII ', ' PII ', GETDATE (), GETDAT E()); | |
| 5 | END | |
| 6 | ||
| 7 | declare @a ppPageID i nt; | |
| 8 | SELECT @ap pPageID = (SELECT [I D] | |
| 9 | FROM [dbo ].[STD_APP PAGE] | |
| 10 | WHERE [CO DE] = 'TBI ADMIN INS TRUMENT LI ST'); | |
| 11 | ||
| 12 | declare @r oleCodeID int; | |
| 13 | SELECT @ro leCodeID = (SELECT [ ID] | |
| 14 | FROM [dbo ].[STD_ROL E] | |
| 15 | WHERE [CO DE] = 'TBI ADMINISTR ATOR'); | |
| 16 | ||
| 17 | IF (((SELE CT COUNT(* ) FROM [db o].[ROLE_P ERMISSIONS ] WHERE [S TD_ROLE_ID ] = @roleC odeID AND [STD_APPPA GE_ID] = @ appPageID) = 0) AND | |
| 18 | @a ppPageID I S NOT NULL AND @role CodeID IS NOT NULL) | |
| 19 | BEGIN | |
| 20 | IN SERT INTO [dbo].[ROL E_PERMISSI ONS]([STD_ ROLE_ID],[ STD_APPPAG E_ID],[CRE ATEDBY],[U PDATEDBY], [CREATED], [UPDATED], [INSERT_FL AG],[UPDAT E_FLAG],[D ELETE_FLAG ]) | |
| 21 | VA LUES(@role CodeID, @a ppPageID, ' PI I
|
|
| 22 | END |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.