Activity overview
Latest activity by jasoncwalker
I am using RedGate.SQLCompare.Engine.dll v 11.1.2.54 and I am still getting the following error:
Error: The constraint 'PK_t_Folio' is being referenced by table 'CryptFolio', foreign key constraint 'FK_CryptOwner_t_Folio'.
Could not drop constraint. See previous errors.
I have both of these set in my code:
options.SetOptions(Options.IgnoreConstraintNames, true);
options.SetOptions(Options.IgnoreSystemNamedConstraintNames,true);
And I am still getting the constraint error. Any thoughts? / comments
I am using RedGate.SQLCompare.Engine.dll v 11.1.2.54 and I am still getting the following error:
Error: The constraint 'PK_t_Folio' is being referenced by table 'CryptFolio', foreign key constraint...
Unable to resolve type 'RedGate.SQLCompare.Engine.Da
Just downloaded the latest version of the SQL Toolbelt. Had version 10 before I believe. I needed the new version for SQL Server 2014. I have an application that upgrades clients databases based in...
The specified schema name "rpt" either does not exist or you
Created an application that will Upgrade an exisiting DB to a Newer Existing Database. This application is written in .Net and uses Red Gate SQL Compare 8.1. The NEWER table has 2 additional schema...