About SQL Server Remote cross-Library modification data

Source: Internet
Author: User

Today encountered a need to modify the remote server data, how to directly modify, and collapse library, cross-Library simple, directly add the database name, remote words need to create a linked server, the following steps:

--创建链接服务器  exec sp_addlinkedserver    ‘SDDJG ‘ ‘ ‘ ‘SQLOLEDB ‘ ‘远程服务器名或ip地址 ‘ exec sp_addlinkedsrvlogin   ‘SDDJG ‘ ‘false ‘ , null ‘用户名 ‘ ‘密码 ‘--whether the test data can query the select * from SDDJG. Database name. Table Name --本地导入示例  select into 表  fromSddjg .数据库名.表名  In fact, if the link succeeds, the operation and the local write SQL is basically the same, the remote database, plus the link database name. 以后不再使用时删除链接服务器,可以在过程后面执行此过程  exec sp_dropserver   ‘SDDJG  ‘ ‘droplogins ‘

About SQL Server Remote cross-Library modification data

Related Article

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.