shihaibin821

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

分类:

技术点:

相关文章:

  • 2021-10-19
  • 2021-06-12
  • 2022-12-23
  • 2021-07-12
  • 2022-12-23
  • 2022-12-23
  • 2021-08-21
猜你喜欢
  • 2021-10-19
  • 2021-12-12
  • 2022-12-23
  • 2021-07-29
  • 2022-02-01
  • 2021-07-10
  • 2021-11-18
相关资源
相似解决方案