I'm using Management Studio for SQL Server 2008 (but I believe the same occurs in SSMS 2005). When I create a solution and one or more projects in SSMS, and integrate with VSS, 2 nested projects are created in VSS for each solution and project. For instance, in SSMS I have a solution named ETLStaging, and two projects within that solution, named Procs and Functions. In VSS, this is what's created: ETL Staging ETLStaging Procs Procs Functions Functions with any files stored in the deepest projects. How can I eliminate the redundant VSS projects? Thanks Vern Rabe