Top "Dtexec" questions

calling SSIS package with input parameters on stored procedure

I have SSIS packages that is expecting an input parameter ID(integer). I need to execute this SSIS package using …

ssis dtexec
dtexec error - setting multiple variables

Am trying to execute SSIS package with dtexec command line utility. my syntax for dtexec is as follows: dtexec /FILE "…

ssis dtexec
LoadFromSQLServer method has encountered OLE DB

I have this error: LoadFromSQLServer method has encountered OLE DB error code 0x80004005 (Login timeout expired). The SQL statement that …

sql-server dtexec
Is it possible to pass parameters to a .dtsx package on the command line?

I am currently executing an SSIS package (package.dtsx) from the command line using Dtexec. This is as simple as: …

sql-server ssis etl dtexec
DTexec /ISSERVER path for package

When I try to execute a SSIS package created in sql server data tools (vs 2010) using dtexec, I receive an …

ssis dtexec
Run a SSIS Package Using Batch File

need some help in executing my SSIS package from command prompt. below is the path of my DTExec file and …

ssis dtexec