Change Type incorrectly Assigns "New" When actually Should Be "Edit"
jackcrawfish
Posts: 2 New member
Source Control 6 just started to misidentify edits to altered database objects.
If altering a store proc, S.Control ignores the TFS checked in version and treats the "Edit" as "New"
I've confirmed that the working base directory under the hood is missing the file altogether for an unknown reason. I can confirm the transient version does, in fact, exist.
I've tried unlinking and relinking the database and also tried deletion of the working base directory folder but still am unable to commit anything.
If altering a store proc, S.Control ignores the TFS checked in version and treats the "Edit" as "New"
I've confirmed that the working base directory under the hood is missing the file altogether for an unknown reason. I can confirm the transient version does, in fact, exist.
I've tried unlinking and relinking the database and also tried deletion of the working base directory folder but still am unable to commit anything.
Tagged:
Answers
SQL Source Control essentially manages a SQL Compare execution between your database and your VCS. Did the object get changed in the VCS outside of SSMS/SQL Source Control?