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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T03:23:01+00:00 2026-06-03T03:23:01+00:00

Currently I am working on SQL Server 2000,2005 & 2008, my requirement is like,

  • 0

Currently I am working on SQL Server 2000,2005 & 2008, my requirement is like,
the database available in SQL Server 2000 & 2005 will be available in 2008 using a linked server.

Let’s say I have a database in SQL Server 2000 called LIVE_2000 and in SQL Server 2005 it’s called LIVE_2005, can someone please help me to create the linked server for LIVE_2000 and LIVE_2005 into SQL Server 2008?

1st thing is this even possible?

Thanks in advance…`

  • 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-06-03T03:23:04+00:00Added an answer on June 3, 2026 at 3:23 am

    There are a few different ways that you can create a linked server in SQL Server you can use the GUI in SQL Server Management Studio or via a script.

    Using the instructions on MSDN you can do the following:

    1. Click Start, click All Programs, click Microsoft SQL Server 2005 or Microsoft SQL Server 2008, and then click SQL Server Management Studio.

    2. In the Connect to Server dialog box, specify the name of the appropriate SQL Server, and then click Connect.

    3. In SQL Server Management Studio, double-click Server Objects, right-click Linked Servers, and then click New Linked Server.

    4. In the New Linked Server dialog box, on the General page, in Linked server, enter the full network name of the SQL Serveryou want to link to.

    5. Under Server type, click SQL Server.

    6. In the left pane of the New Linked Server dialog, under Select a page, choose Security.

    7. You will need to map a local server login to a remote server login. On the right side of the Security page, click the Add button.

    8. Under Local Login, select a local login account to connect to the remote server. Check Impersonate if the local login also exists on the remote server. Alternatively, if the local login will be mapped to a remote SQL Server login you must supply the Remote User name and Remote Password for the remote server login.

    9. In the left pane of the New Linked Server dialog, under Select a page, choose Server Options. Set the Rpc and Rpc Out parameters to True, and then click OK.

    An alternate way would be to use Transact SQL to write the query to set up the server using the stored procedure sp_addlinkedserver

    EXEC sp_addlinkedserver   
       @server='yourServer', 
       @srvproduct='',
       @provider='SQLNCLI', 
       @datasrc='yourServer\instance1';
    

    Either version will set up the linked server that you can then reference in your code.

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

Sidebar

Related Questions

I'm currently working my way through the Microsoft SQL Server 2008 - Database Development
I'm currently working on a Silverlight application connected to a SQL Server 2008 Express
I am currently working on an old ASP application with a SQL Server 2000
Previously i working on SQL Server 2005 and i used MARS functionality but currently
My question is similar to Upgrading SQL Server 2000 to 2005 or 2008 -
I'm working on a logging database in SQL Server 2008. It'll consist mainly of
I'm currently working on migrating an application from MS-Access to MS SQL Server. In
I've just moved a database from a SQL 2000 instance to a SQL 2008
I have two tables in a SQL Server 2008 database in my company. The
I'm working in Sql Server 2005. I have an event log table that tracks

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.