1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

Delete DeploymentReport.txt

This commit is contained in:
Jos de Bruijn
2016-06-06 16:11:50 -07:00
parent c93e6fc9ac
commit 62e95dca9a

View File

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