Search code examples
visual-studio-2012database-projectsql-server-2012-datatools

Update target button is disabled after schema comparison


I have created database project using VS 2012. Once the schema comparison is done, the update target button should be enabled to sync with target, but it's not getting enabled. How can I fix this?

I'm using VS 2012 with SP 3, SQL Server 2012,

enter image description here


Solution

  • Check the Error List if you have any error, I had a non recognized word in VS (but it did in SQL Server), I commented it out, re-compared and it was enabled successfully.