sqlserver 跨服务器备份表
生活随笔
收集整理的這篇文章主要介紹了
sqlserver 跨服务器备份表
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
exec sp_configure 'show advanced options',1 reconfigure
exec sp_configure 'Ad Hoc Distributed Queries',1 reconfigure
SELECT * into T_System_Organization_bak_20180308
from openrowset ('SQLOLEDB' , '10.***.***.***,端口 ; '用戶名' ; '密碼' ,[數據庫名稱].dbo.表名)
exec sp_configure 'Ad Hoc Distributed Queries',0 reconfigure
exec sp_configure 'show advanced options',0 reconfigure
轉載于:https://www.cnblogs.com/shihaibin821/p/9387543.html
總結
以上是生活随笔為你收集整理的sqlserver 跨服务器备份表的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: phpstudy下载、安装、配置、网站部
- 下一篇: USACO-Section2.3 Zer