I'd recommend to have one database as long as you can keep it under 3-4 GB
in size during the life of projects stored in the database. You can archive
your database cutting old history out of it if you need to.
Having projects stored in the same database allows you to share these
projects (or perhaps some files form these projects) in one solution. On
another hand if database becomes too big (10GB+) it can be hard to maintain
(running analyze, archiving etc can be slow)
Roman Golovin [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
> Hi All,
> What is better to have a sigle database in VSS for each new project or
> group
> multiple projects in a single database.
>
> What are the Pros and Cons of each standard?