Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Windows 2000 服务器中的 DTSEXEC 命令执行 DTS 包。
我最终收到错误“DTEXEC 未被识别为内部或外部命令”
有没有办法完成这个任务?
DTEXEC.EXE适用于 SSIS (SQL Server > 2000)。相反,请尝试DTSRUN.exe使用 DTS (SQL Server 2000)。
DTEXEC.EXE
DTSRUN.exe