Book a Demo

Author Topic: Single Database / Mutliple Projects  (Read 2974 times)

adriang

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Single Database / Mutliple Projects
« on: May 16, 2005, 08:12:39 am »
Is it possible to setup multiple projects on a single SQL Server database?

Bruno.Cossi

  • EA User
  • **
  • Posts: 803
  • Karma: +0/-0
    • View Profile
Re: Single Database / Mutliple Projects
« Reply #1 on: May 16, 2005, 09:49:27 am »
Hi,

a single SQL Server database can hold multiple schemas, you could setup new schema for each repository. If you meant multiple projects in one repository, the only way is to create multiple Project Root Nodes, one for each project.

Hope this helps!
Bruno

Quote
Is it possible to setup multiple projects on a single SQL Server database?