Cross-database access--linked servers

Source: Internet
Author: User

Method One:

1. Create a linked server

Linked server local name--linkserver destination address--192.168.8.11

exec sp_addlinkedserver ' linkserver ', ', ' SQLOLEDB ', ' 192.168.8.11 '

2, log on to the linked server

Linked server local name--linkserver login--sa Password--11111

exec sp_addlinkedsrvlogin ' linkserver ', ' false ', NULL, ' sa ', ' 11111 '

3, Query

SELECT * from Linkserver. database. Table

Method Two: A database server >> server object >> linked server >> Right-click Create linked server >> fill in the linked server,

Server type, product name "can be casually written", data source [IP address], security in the use of this security context to establish a connection "remote server login, password". Then use the method of a query statement can be detected

Cross-database access--linked servers

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.