• Based on what's been said here, I'm kinda thinking that the older DB Projects were better. I've had in place now a methodology of managing scripts with specific prototypes for each object type (Table, Proc, etc.) that has helped in maintaining one single Project per database that could either script the entire database or upgrade it no matter what "version" the schema was in. One script per object that would either CREATE or ALTER the object without having to worry about whether it existed or not. I don't want to lose that now.

    It seems that I might like this new project type for determining an existing schema and getting it into a project or doing a comparision of different schemas, but other than that, it doesn't seem worthwhile. Thanks for all the input!