Вопрос

I am trying to execute a DTS package using DTSEXEC command from windows 2000 server.

I end up getting the error " DTSEXEC is not recognized as internal or external command"

Is there any way to achieve this task?

Это было полезно?

Решение

DTEXEC.EXE is for SSIS (SQL Server > 2000). Instead, try DTSRUN.exe for DTS (SQL Server 2000).

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top