From 62e95dca9a25d42cb2b46c9cea40161647e03329 Mon Sep 17 00:00:00 2001 From: Jos de Bruijn Date: Mon, 6 Jun 2016 16:11:50 -0700 Subject: [PATCH] Delete DeploymentReport.txt --- .../bin/Release/DeploymentReport.txt | 34 ------------------- 1 file changed, 34 deletions(-) delete mode 100644 samples/features/in-memory/ticket-reservations/TicketReservations/bin/Release/DeploymentReport.txt diff --git a/samples/features/in-memory/ticket-reservations/TicketReservations/bin/Release/DeploymentReport.txt b/samples/features/in-memory/ticket-reservations/TicketReservations/bin/Release/DeploymentReport.txt deleted file mode 100644 index be03fc29..00000000 --- a/samples/features/in-memory/ticket-reservations/TicketReservations/bin/Release/DeploymentReport.txt +++ /dev/null @@ -1,34 +0,0 @@ -** Warnings - User level transactions are not supported for memory optimized objects. You must disable the 'Include transactional - scripts' deployment option to successfully deploy changes to memory optimized objects. - -** Highlights - Tables that will be rebuilt - None - Clustered indexes that will be dropped - [dbo].[sql_ts_th] on [dbo].[TicketReservationDetail] - Clustered indexes that will be created - None - Possible data issues - The table [dbo].[TicketReservationDetail] is being dropped and re-created since all non-computed columns within the - table have been redefined. - -** User actions - Create - [mod] (Filegroup) - [dbo].[TicketReservationDetail] (Table) - [dbo].[InsertReservationDetails] (Procedure) - Drop - [dbo].[InsertReservationDetails] (Procedure) - [dbo].[sql_ts_th] (Primary Key) - [dbo].[TicketReservationDetail] (Table) - Alter - [dbo].[ReadMultipleReservations] (Procedure) - [dbo].[BatchInsertReservations] (Procedure) - -** Supporting actions - Refresh - [dbo].[Demo_Reset] (Procedure) - -The table [dbo].[TicketReservationDetail] is being dropped and re-created since all non-computed columns within the table have been redefined. -