Jeyaganesh
Jeyaganesh

Reputation: 1354

How to execute a DTSX package from windows 2000 server

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?

Upvotes: 0

Views: 245

Answers (1)

swasheck
swasheck

Reputation: 4703

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

Upvotes: 3

Related Questions