271. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/22/2018 9:28:21 AM Eastern 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.

271.1 Files compared

# Location File Last Modified
1 REFDOC_2.3_06072018.zip\REFDOC 2.3_06072018\NVCC\SQL Table NVCC_DimAnnouncement.sql Thu Jun 7 16:53:38 2018 UTC
2 REFDOC_2.3_06072018.zip\REFDOC 2.3_06072018\NVCC\SQL Table NVCC_DimAnnouncement.sql Fri Jun 22 12:52:03 2018 UTC

271.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 68
Changed 1 2
Inserted 0 0
Removed 0 0

271.3 Comparison options

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

271.4 Active regular expressions

No regular expressions were active.

271.5 Comparison detail

  1   USE [NWIC_ PanelMgmt]
  2   GO
  3  
  4   --IF (SELE CT OBJECT_ ID('App.NV CC_DimAnno uncement') ) IS NOT N ULL DROP T ABLE App.N VCC_DimAnn ouncement
  5  
  6   --======== ========== ========== ========== ========== ========== ========== ========== ====
  7   --Requesto r              : Non  Va Coordin ated Care  Project
  8   --Author                  : Bria n Diggs
  9   --Object/S P Name         : NVCC _DimAnnoun cement
  10   --Server                  
D NS  . U R        
  11   --Data Bas e              : NWIC _PanelMgmt
  12   --Schema                  : App
  13   --Report                  : N/A
  14   --Folder                  : N/A
  15   --Report L oc             : N/A
  16   --Job                     : None
  17   --Job Loc                 : None
  18   --Note                    : 
  19   --Date Cre ated           : 06-0 6-2016
  20   --
  21   --
  22   --Last Cha nged           :
  23   --Last Cha nged By                 :
  24   --Reason F or Change               :
  25   --
  26   --Purpose                 : Dim  table for  annoucemen t types
  27   --======== ========== ========== ========== ========== ========== ========== ========== ====
  28  
  29   CREATE TAB LE App.NVC C_DimAnnou ncement (
  30           An nouncement TypeID int  NOT NULL  PRIMARY KE Y,
  31           An nouncement Type nvarc har(20)
  32   ) ON [DefF G] WITH (D ATA_COMPRE SSION = PA GE)
  33  
  34   INSERT INT O App.NVCC _DimAnnoun cement (An nouncement TypeID, An nouncement Type)
  35   VALUES (1,  'Alert'),  (2, 'Noti ce')