We're customizing a CMS that has a few hundred tables in it. We are considering moving our custom tables to a separate database on the same server.
Should we expect much of a slow down in SQL Server? There will be many multi-join stored procedures joining data across the CMS database and our custom database.