Options

deploy script - drop and create only

ricvaricva Posts: 2
edited October 31, 2012 2:11PM in SQL Compare Previous Versions
For our database we reload data and do not need to transfer data between a new table schema and the old. Is there a way to set the deployment script to just generate a drop and create statement instead of the "create temp table, copy data, drop and rename".

Thanks
Ric VA

Comments

  • Options
    There is the option:
    Use DROP and CREATE instead of ALTER
    When this option is selected, SQL Compare replaces ALTER statements in the deployment script with DROP and CREATE statements for the following objects:
    Views
    Stored Procedures
    Functions
    Extended Properties
    DDL Triggers
    DML Triggers
    This setting does not however apply to Tables
    You can request features for this product in our uservoice forums.
    http://redgate.uservoice.com/forums/141 ... uggestions
    These forums are monitored by our developers and allow our users to request features and vote on them.
    If a request receives significant support the feature may be included in a future release.
    Manfred Castro
    Product Support
    Red Gate Software
Sign In or Register to comment.