deploy script - drop and create only
ricva
Posts: 2
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
Thanks
Ric VA
Comments
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.
Product Support
Red Gate Software