Hi
I've been using ES for a few years but never come across the need to share a database. I have a SQL Server database that I have a site using and I wanted to have tables in the database for another site. To ensure I know which site the tables and stored procedures relate too I was going to append the tables with some text e.g.
SITE1_Users
SITE2_Users
Is there any way in EntitySpaces I can set it up so that it ignores the appended text so that when it generates off my selected tables for SITE1 it produces objects called Users rather than SITE1_Users?
Lloyd