Advertisement
Guest User

Untitled

a guest
May 17th, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.11 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <DeploymentReport xmlns="http://schemas.microsoft.com/sqlserver/dac/DeployReport/2012/02">
  3.     <Alerts>
  4.         <Alert Name="DataIssue">
  5.             <Issue Value="The type for column description in table [dbo].[item_audit_log] is currently  NVARCHAR (500) NOT NULL but is being changed to  VARCHAR (250) NOT NULL. Data loss could occur." Id="1" />
  6.         </Alert>
  7.     </Alerts>
  8.     <Operations>
  9.         <Operation Name="Drop">
  10.             <Item Value="[dbo].[lms_interaction].[ix_lms_interaction_quizinstance_id]" Type="SqlIndex" />
  11.         </Operation>
  12.         <Operation Name="Alter">
  13.             <Item Value="[dbo].[item_audit_log]" Type="SqlTable">
  14.                 <Issue Id="1" />
  15.             </Item>
  16.             <Item Value="[dbo].[x_ExportTableData]" Type="SqlProcedure" />
  17.         </Operation>
  18.         <Operation Name="Create">
  19.             <Item Value="[dbo].[lms_course_project]" Type="SqlTable" />
  20.             <Item Value="[dbo].[permission_log]" Type="SqlTable" />
  21.             <Item Value="[dbo].[release_note]" Type="SqlTable" />
  22.         </Operation>
  23.         <Operation Name="Refresh">
  24.             <Item Value="[dbo].[x_ExportAllData]" Type="SqlProcedure" />
  25.         </Operation>
  26.     </Operations>
  27. </DeploymentReport>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement