sqlserver 多表查询不同数据库服务器上的表建站知
导读:1建站知识sqlserver中多表查询不同数据库服务器上的表的实现方法,需要的朋友可以参考下百度seo网站优化seo网站优化。
第一种方法:
复制代码 代码如下:
/* 创建链接服务器 */ exec sp_addlinkedserver 'srv_lnk','','sqloledb','条码数据库IP地址' exec sp_addlinkedsrvlogin 'srv_lnk','false',null,'用户名','密码' go /* 查询示例 */ SELECT A.ListCode FROM srv_lnk.条码数据库名.dbo.ME_ListCode A, IM_BarLend B WHERE A.ListCode=B.Li网站建设教程stCode go /* 删除链接服务器 */ e公司网站建设xec sp_dropserver 'srv_lnk','droplogins'
第二种方法:复制代码 代码如下:
exec sp_configure 'show advanced opt个业网站建设公司ions',1 reconfigure exec sp_configure 'Ad Hoc Distributed Queries',1 reconfigure go select * from Product p inner join opendatasource('SQLOLEDB','Data Source=Macaco-Online;user ID=sa;password=sa密码;').Company.dbo.Product p2 on P.PID=p2.PID go exec sp_configure 'Ad Hoc Distributed Queries',0 reconfigure exec sp_configure 'show advanced options',0 reconfigure go
相关百度seo网站优化seo网站优化。声明: 本文由我的SEOUC技术文章主页发布于:2023-05-22 ,文章sqlserver 多表查询不同数据库服务器上的表建站知主要讲述器上,不同,服务器网站建设源码以及服务器配置搭建相关技术文章。转载请保留链接: https://www.seouc.com/article/web_4437.html