| Author |
Message |
ricva
Joined: 07 Aug 2012 Posts: 1
|
Posted: Mon Oct 29, 2012 5:46 pm Post subject: deploy script - drop and create only |
|
|
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 |
|
| Back to top |
|
 |
Manfred.Castro
Joined: 23 Apr 2012 Posts: 122
|
Posted: Wed Oct 31, 2012 7:11 pm Post subject: |
|
|
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/141379-sql-compare-feature-suggestions
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 |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group