![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
HI, I would like to make a readable log file of all transactions that have been done by my DTS .. Thanks |
#3
| |||
| |||
|
|
What do you mean by a readable log? You can use a Post Process step to write out what happened in your package SQL Server will do a lot of this for you if you choose to log to SQL Server in the sysDTS*log table -- -- Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) www.SQLDTS.com - The site for all your DTS needs. www.konesans.com - Consultancy from the people who know "mtl_jf" <jf_lanouette (AT) hotmail (DOT) com> wrote in message news:ca36fb3.0408090548.3ac4f311 (AT) posting (DOT) google.com... HI, I would like to make a readable log file of all transactions that have been done by my DTS .. Thanks |
#4
| |||
| |||
|
#5
| |||
| |||
|
#6
| |||
| |||
|
| Thanks Allan, I saw in those table that you can see the steps that the package did but i didn't see anything about... INSERT INTO TABLE (FIELDS, FIELDS, FIELDS) VALUES (VALUES_1, VALUES_1,VALUES_1 ) INSERT INTO TABLE (FIELDS, FIELDS, FIELDS) VALUES (VALUES_2, VALUES_2,VALUES_2 ) INSERT INTO TABLE (FIELDS, FIELDS, FIELDS) VALUES (VALUES_3, VALUES_3,VALUES_3 ) INSERT INTO TABLE (FIELDS, FIELDS, FIELDS) VALUES (VALUES_4, VALUES_4,VALUES_4 ) INSERT INTO TABLE (FIELDS, FIELDS, FIELDS) VALUES (VALUES_5, VALUES_5,VALUES_5 ) UPDATE TABLE SET FIELDS = VALUES_6 |
![]() |
| Thread Tools | |
| Display Modes | |
| |