select * into #t from OPENROWSET(
'SQLOLEDB','SERVER=192.168.90.18;uid=sa;pwd=Mm-000000;Database=tms',
'SET FMTONLY OFF;set nocount on;exec Sys_Index_sp @ActionType=N''GetIndexSum'',@UserCode=N''HR1635''') as a

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-26
  • 2021-12-01
  • 2022-12-23
  • 2022-12-23
  • 2021-11-15
猜你喜欢
  • 2021-09-15
  • 2021-11-14
  • 2021-09-13
  • 2021-11-27
  • 2022-01-27
  • 2021-07-09
  • 2022-02-02
相关资源
相似解决方案