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

  • Home
  • SEARCH
  • 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 6851779
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:17:22+00:00 2026-05-27T01:17:22+00:00

In SQL Server, you can apply the use function to point a query to

  • 0

In SQL Server, you can apply the use function to point a query to another database. For example:

USE databasename
GO;

Is there a function that allows you to point to a different database server and use a database on that server? I would expect this to work, but no luck:

USE [servername].databasename
GO;

I know I could just point the query to the database on the other server, but when I am dealing with production versus staging environments, it’s more efficient to declare the server and database in the beginning of the query.

Thanks

  • 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-27T01:17:23+00:00Added an answer on May 27, 2026 at 1:17 am

    I use Linked Servers to accomplish this. I don’t know if this will meet your needs, however.

    http://msdn.microsoft.com/en-us/library/ms188279.aspx

    In Management Studio, this is available under Database/Server Objects/Linked Servers.

    You can refer to objects on this server like this:

    [Server].database.schema.object
    

    I just realized this isn’t what you want. JonH has it right, you can’t specify a dabase on another server at the beginning of your query.

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

Sidebar

Related Questions

Is there a limitation in the length of a query that SQL Server can
In SQL Server you can use the IsNull() function to check if a value
In SQL server you can use the DATENAME function to get the day of
How can I use something equivalent of CROSS APPLY in SQL Server 2000 ?
In PostgreSQL, there is this very useful string_agg function, that allows query like: SELECT
Can i apply SUM() within an ISNULL() .... Consider my following sql server select
In SQL Server you can use an XML datatype and map it to relational
In SQL Server, how can I achieve selecting many fields (without an agregation function)
The way that SQL server seems to be optimising a query is causing it
Possible Duplicate: SQL Server: Can I Comma Delimit Multiple Rows Into One Column? I

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.