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
- ctrl+a (aka select all)
- compare
- it show file action delete in compare
- update
- delete file visual studio 2013 project
Comments
Post a Comment