How can we help you today? How can we help you today?
LittleColin

Activity overview

Latest activity by LittleColin

This is also a requirement for us. We use DBAmp to synchronize tables from Salesforce, we leave it up to DBAmp to manage the columns on these tables and the data but we would like to use RedGate to patch in additional indexes. / comments
This is also a requirement for us. We use DBAmp to synchronize tables from Salesforce, we leave it up to DBAmp to manage the columns on these tables and the data but we would like to use RedGate to...
0 votes
Why so much unnecessary SQL for unchanged tables?
Not a big issue but I was wondering if it's posible to supress dropping/creating constraints for tables that have not changed. We currently review the SQL scripts before they get released and it ma...
2 followers 2 comments 0 votes
Should /include:missing reseed?
I'm trying to only INSERT data that exists in the source table but doesn't exist in the destination so I used the /include:Missing which seems to almost do what I want (via the command line). It co...
2 followers 2 comments 0 votes
IgnoreColumns only for existing rows?
Is it possible to ignore a certain column but only where a data row already exists? For example, we create scripts during development with some basic data that can be customised in production. We d...
2 followers 3 comments 0 votes
Incorrectly UPDATING excluded tables
Using SQLDataCompare command-line, I am specifically including a subset of tables however I am getting UPDATE statements for tables not in my list. The tables are explicitly wrapped in \[Tablename\...
4 followers 5 comments 0 votes