exec master..xp_cmdshell 'dtsrun ...' --如果成功,调用xp_cmdshell来调用dtsrun工具执行包
在命令行窗口中 执行 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数据'
完毕。