Click here to Skip to main content
15,885,855 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more: , +
is it possible to filter all the added tables in a specific schema while doing schema compare(SQL schema compare) using VS2012?

e.g : i want to find all the tables added in Dev DB with schema 'abc' and not present in Test DB using SQL-schema compare in TFS(VS2012).
Posted
Comments
Tomas Takac 6-Feb-15 2:05am    
AFAIK there is no filter by schema or object name. But you can group the objects by schema, that might help.
Biswabid Rath 8-Feb-15 9:12am    
there is no sorting option (like sort the added elements 1st,modfied 2nd and deleted 3rd ) groupng by schema also. Correct??
Tomas Takac 9-Feb-15 3:25am    
I see three group options in Schema compare/Group by: Action (create,change,delete), Schema, Type (table, stored proc, ...). I don't see any way to combine them. If you'd need a more mature tool for managing database changes look into Red Gate's SQL Compare.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900