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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T04:04:24+00:00 2026-05-18T04:04:24+00:00

I have been given the task of bringing three legacy systems together into one

  • 0

I have been given the task of bringing three legacy systems together into one user interface. This will be an Asp.Net Mvc application.

I have a Sql Server 2005 instance on one server, a Sql Server 2008 instance on another, an access database that holds compliance data and is populated through a custom plugin, and a Powerflex dat file database accessed through odbc.

For every user who accesses this new interface all of these databases need to be queried. One of the Sql Server databases and the Powerflex database has millions of records.

My question is what is the most efficient way to handle this situation?

Do I link the Sql Server databases and write a single query with joins for those servers?

Do I use disconnected in memory datasets?

Do I use minimalistic queries with a data reader?

Do I attempt to utilize the Entity Framework (I haven’t looked into a connector for the Powerflex database)?

I have never attempted to bring this many back ends together before and I am concerned about performance. A minimum of four round trips screams poor performance to me without ever writing a line of code. Any tips would be appreciated.

PS: Bringing them all together into a single database is out of the question at this time.

  • 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-18T04:04:25+00:00Added an answer on May 18, 2026 at 4:04 am

    All the things you suggest in your question have good potential for simplifying your code, making it more readable, or easier to maintain. However, none of them will affect performance in any way, simply because you will still have 4 different physical data connections (even a linked server definition from SQL 2005 to 2008 or vice versa will not help with that).

    To get any real performance benefits you will have to try and consolidate the data somehow. For example:

    • Move the SQL 2005 database onto the same physical SQL Server instance as the SQL 2008 database. You can then write cross-database joins between tables rather than cross-linked-server joins, which will be more efficient.
    • Is the Access database kept in that format because it is being used by Access forms or reports? If so, you could use the Upsizing Wizard to move the tables into SQL Server, but keep the Access forms and reports unchanged in the MDB file.

    If you can do both of those things, you will end up with only 2 physical data connections to worry about (SQL 2008 and Powerflex). You can then optimise data access manually on a case-by-case basis. For example, if you are joining resultsets from both data connections, execute the one that is likely to return the least number of rows first, then use the results of that to narrow the search criteria for the other query.

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

Sidebar

Related Questions

I work in the Systems & admin team and have been given the task
I have been given a task to covert lower case character into upper case
I have been given a task to create a Python file that will take
I have been given the task at work of screen scraping one of our
I have been given the task of running two threads one using extends and
I am new to Qt , I have been given this task where i
I have been given the enviable task of migrating a legacy SQL Server 2000
I have been given a task where it should be possible for a user
I have been given a task that can be simplified to this scenario: Customers
i Have been given this simple task , I want to connect to facebook

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.