exec master..xp_cmdshell 'dtsrun ...' --如果成功,调用xp_cmdshell来调用dtsrun工具执行包
在命令行窗口中 执行 DTSRUN 命令
C:\Documents and Settings\Administrator>dtsrun /s localhost /u sa /p pass /n导入OracleERP数据

在查询分析中执行..
exec master..xp_cmdshell 'dtsrun /s localhost /u sa /p pass /n 导入OracleERP数据'

完毕。

相关文章:

  • 2021-05-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
  • 2021-09-17
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-03-07
  • 2022-12-23
  • 2021-10-23
  • 2021-07-17
  • 2022-01-07
相关资源
相似解决方案