Question

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?

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top