167. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 11/9/2017 10:44:49 AM Eastern Standard 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.

167.1 Files compared

# Location File Last Modified
1 REFDOC-v2.1.0.zip\NVCC\SQL Table NVCC_DimAnnouncement.sql Thu Oct 19 17:37:26 2017 UTC
2 REFDOC-v2.1.0.zip\NVCC\SQL Table NVCC_DimAnnouncement.sql Wed Nov 8 20:54:27 2017 UTC

167.2 Comparison summary

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

167.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

167.4 Active regular expressions

No regular expressions were active.

167.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                  :  DNS   DNS. URL         
  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')