Activity overview
Latest activity by chrisherring
I am getting this error also: "The list of changes to commit is out of date, so the commit was refused by the server".
I am using GIT. The changed object is a stored procedure. I have tried modifying the SP again (adding a comment), but I still get the same error.
I can commit other changes, but no changes related to this object. / comments
I am getting this error also: "The list of changes to commit is out of date, so the commit was refused by the server".
I am using GIT. The changed object is a stored procedure. I have tried modifyi...
Feature request added.
Thanks
Chris / comments
Feature request added.
Thanks
Chris
David,
Thanks for the information. The Data Migration feature sounds like exactly what we need. We are using git; I take it that means we cannot use the v3 build yet.
Chris / comments
David,
Thanks for the information. The Data Migration feature sounds like exactly what we need. We are using git; I take it that means we cannot use the v3 build yet.
Chris
(Newbie) Need a procedure to handle data migrations
The most common problem I am running into is adding new NOT NULL columns to tables. Before Source Control, this was simply a matter of executing a script against each DB:
1. add the column to the t...