Posts
Sort by recent activity
Column mapping problem
Hi,
We have come across a problem in the way SQL Compare maps columns which are being renamed which has resulted in data being moved to the wrong fields:
CREATE TABLE [dbo].[Old_Table_Structure]
(
...
The given key was not present in the dictionary
I have suddenly started to get the error message "The given key was not present in the dictionary" when opening existing .sqlgen projects. I have looked at the log files but they don't show any err...
How does SQL Compare work out dependency order?
Facing a strange problem when deploying database changes that we cannot figure out. We successfully deployed a number of database changes to production earlier this week. Among the change were two ...
Releasing from Source Control
Due to the restricted access we have to update our UAT and Production servers (by policy we have 'near to' db_owner rights) we cannot execute the SQL statements which add database-level extended pr...