Yes we do in an SQL Server based repository,
both created in the repository, and imported from previous .EAP files.
I think we need to be careful about terms here...
A single MS SQL Server instance can hold multiple EA repositories (each one a SQL Server DB) each of which can hold multiple models (EA Package Roots).
Each .EAP file (An MS Access DB with a different file extension) is also a repository which can hold multiple models.
There are a number of mechanisms to transfer model data from a .EAP repository to a MSSQL repository. The easiest,
Tools|Data Management...|Project Transfer..., will clone one repository into another, "blowing away" the target.
So, if you started with 3 .EAP DBs; using this mechanism you would end up with 3 corresponding clone MSSQL DBs.
If, however, you want to aggregate multiple models (EA Root Packages) from multiple .EAP repositories into a single MSSQL repository, you need to use a different mechanism: XMI package transput - output from one repository,input to the other.
Trickster, can you specify which scenario is the one you need?
HTH,
PAolo