Posts
Sort by recent activity
SQL SC disabled within SSMS
I have been using SQL SC 4 within SSMS for SQL Server 2014 v. 12.0.4459.0 for some time now.
When I went to use it today, SQL Source Control was missing and none of the linked databases showed as l...
Error: All keys contained ... but neither existingResults...
When I go to the Commit Changes tab for a particular database, I get this error (and other users get it as well):
All keys contained 1597506878 but neither existingResults or newResults contained t...
Adding a nonnull column removes triggers on save changes
I'm adding a non-null column to an existing table with data in SQL Source Control 4.0.0.181. My script populates the column with a default value and then removes the default constraint:
ALTER TAB...
Renaming table loses data
If I rename a table and check the changes into source control, when I run SQL Compare of the sourced controlled schema against another database, the change script generated simply drops the table w...