visual studio - Schema Compare and Update comments out unused code -


i have visual studio 2010 database project. works great stuff.

however 1 thing annoying. have table called dbo.mycooltable. if go the database , rename dbo.mykindacooltable works fine in database.

however, when schema compare , write changes database project leaves old file in project. end 2 files (dbo.mycooltable.table.sql , dbo.mykindacooltable.table.sql).

once or twice not problem, on time adds up. , tedious go through project , manually delete each of these "left over" files.

is there way delete "left on files" when write database project schema compare?

not know of in current world, of the denali changes syncing code. have not seen how far take paradigm, or had time play it, however. know not in current world.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -