Visual studio extension thinks a trigger has changed when it did not
Monday
Posts: 77 Silver 3
Version: 3.0.19052.5318
Shows a table with pending changes. Change summary: Alter trigger. No changes have been made to this trigger. When I right click and view object differences there are no changes. Both files match. Using latest version of SQL compare against shadow DB it does not detect a change in the trigger either.
This showed up after I upgraded the extension. Is this a bug?
Shows a table with pending changes. Change summary: Alter trigger. No changes have been made to this trigger. When I right click and view object differences there are no changes. Both files match. Using latest version of SQL compare against shadow DB it does not detect a change in the trigger either.
This showed up after I upgraded the extension. Is this a bug?
Tagged:
Answers
You shouldn't ever compare or change the Shadow db. That's for the tool to verify some script changes. You should only be detecting differences between your VCS repo/project and the development db. If there aren't any changes, can you repro this at all? Any ideas? Or can you zip up the repo and a backup of the db and post?
I would not normally compare in this way but I just need to trouble shoot why the VS extension thinks there is a change when there clearly is not when it is checked multiple ways all showing there is no change. This seems like there is a bug , especially when it showed up right after I upgraded and there were no changes listed before.
There was a white space difference with CR/LF