PROVIDING LOGGING INFORMATION AT COMMAND LINE
For providing logging information at command line utility use the option /l
for example
dtexe /f "some path" /l "logging type; connection string"
refer to this useful link : -
http://technet.microsoft.com/en-us/library/ms162810(v=sql.105).aspx
Note : - connection string actually refers to the connection manager name or file path whatever you are using in your package.
for example
dtexe /f "some path" /l "logging type; connection string"
refer to this useful link : -
http://technet.microsoft.com/en-us/library/ms162810(v=sql.105).aspx
Note : - connection string actually refers to the connection manager name or file path whatever you are using in your package.
Comments
Post a Comment