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 6538897
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T10:47:29+00:00 2026-05-25T10:47:29+00:00

I currently have four different servers all with many databases on them. Each server

  • 0

I currently have four different servers all with many databases on them. Each server has between 1-4 databases/tables that I need consolidated on a different server and mapped to the columns in a table on that server.

As an example, lets say it was a user database I am creating on server D. The userId is in a table in a DB in server A, the userName is on server B, the dateUserStarted is on server C (I know this is a stupid setup, its just for example)

Using SQL Server 2008 R2, how can I do this? I was also hoping to run a SQL Server Agent script that updated this merge table.

I’ve looked into “linked servers” and cannot seem to get it working. Is there something else I should be using?

  • 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-25T10:47:30+00:00Added an answer on May 25, 2026 at 10:47 am

    Depending upon the frequency of reads, size of data, and bandwidth between servers, you might be able to get away with a remote join solution which is the easiest to maintain.

    Create a db and view on server D that will join the three sources of data (userid, userName,dateUserStarted) from the other servers using Linked Servers.
    For example, server d will have three linked server objects called serverA, serverB, and ServerC.

    Your View will look something like this. (I make some assumptions about remote table primary key being “Id”).

    Create view vUserData
    as
    SELECT A.userId, B.userName,C.dateUserStarted FROM [serverA].[TheDataBaseName].[dbo].[TableWithUserId] A
       join [serverB].[TheDataBaseName].[dbo].[TableWithUserName] B on A.userId=B.id
       join [serverC].[TheDataBaseName].[dbo].[TableWithDateUserStarted] C on A.userId=C.id
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have four differnet data entry users that will be using four different forms
I have four classes which share some arrangement of four properties. I have currently
I currently have a GridPanel with the Ext.ux.RowEditor plugin. Four fields exist in the
I have four flags Current = 0x1 Past = 0x2 Future = 0x4 All
I currently have an MS Access application that connects to a PostgreSQL database via
We currently have a company email server with Exchange, and a bulk email processing
I currently have a fairly robust server-side validation system in place, but I'm looking
I currently have heavily multi-threaded server application, and I'm shopping around for a good
I currently have a view with four buttons, and would like to be able
I have a form and up the top it contains four different radio buttons

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.