Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 602967
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T16:52:49+00:00 2026-05-13T16:52:49+00:00

We are using SQL Server 2005 at work and when development started it was

  • 0

We are using SQL Server 2005 at work and when development started it was decided that multiple databases would be created. For example, we have one database for Individual say dbIndividual and another one for Translation say dbLocale.

So far this has simplified the backing up and potential restore greatly as we just need to backup what we need (unless there’s a way to backup/restore a schema only that we don’t know of.)

This cause us to have multiple queries with JOINS over multiple database table and files.

for example:

select customer.firstname, address.addressL1, addressType.value
from dbIndividual.dbo.customer
inner join dbIndividual.dbo.address
    on fkCustomerID = iCustomerID
inner join dbLocale.translation.addressType
    on fkAddressTypeID = iAddressTypeID
    and fkLangID = 1

Is there any drawback to this? Beside the obvious that we can’t enforce data integrity across multiple db. Will it slow things down when joining since the data is potentially on totally different part of the disk?

Reason I am asking is because we are in the middle of reorganizing our infrastructure and this is one potential issue that kept popping up.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T16:52:49+00:00Added an answer on May 13, 2026 at 4:52 pm

    Current best practice is to use the same database with multiple schemas. Each schema can be put on its own file, which can then be backed up easily. It also allows you to enforce foreign key constraints.

    We used to use the multiple database model like your company, and we recently switched all new development to just use schemas. We have not lost anything by doing so and have gained the ability to enforce our foreign keys, which is huge.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using SQL Server 2005 I have a query that gets child records from bundles
I am using MS SQL Server 2005 at work to build a database. I
[using SQL Server 2005] I have a table full of users, I want to
Im using SQL Server 2005. I have a table1 with 3 columns. And table2
I am using SQL Server 2005 and I have to relationships going into one
I'm using SQL-Server 2005. I have two tables Users and Payments which has a
I'm using SQL Server 2005 and I have a DateTime column. How can I
My team recently rebuilt their SQL Server 2005 development database from scratch using the
I'm using SQL Server 2005 and am logged in as sa . I would
why sql server 2005 so sucks? i should work on an old system that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.