Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Can I set path as parameters in SSIS packages?

    This is what I run from DOS prompt:

    "C:\Program Files\Microsoft SQL Server\90\DTS\Binn\dtexec.exe" /f {dtsx_file_name} /CONNECTION DestinationConnectionOLEDB;"trusted_connection=yes;Database={db_name};Server={server_name};Provider=SQLNCLI;" /CONNECTION SourceConnectionFlatFile;"{path\flat_file}"

    Replace {} with proper names.

    The name of connections matches connections in SSIS...

Viewing post 1 (of 1 total)