sql - Visual Studio 2013 database project- DROP objects in target but not in project -


i using vs 2013 database project. want drop ojected target db not in db project including table , sp's. have checked property "drop objects in target not in project" doesn't work. still see table in target not part of db solution. not see warnings either , btw table empty should dropped without warnings anyway. have used same option in older version of visual studio , worked. suggestions?

i know long time coming answer question, how resolved problem. opened sql file tablename.sql

  1. ctrl+a (aka select all)
  2. compare
  3. it show file action delete in compare
  4. update
  5. delete file visual studio 2013 project

Comments

Popular posts from this blog

Linux vanilla kernel on QEMU and networking with eth0 -

rdbms - what exactly the undo information lives in oracle? -

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -