using SQL SERVER 2K,
dev machine: WINXP PRO
prod machine: WIN SERVER 2003
I have a DTS package which transforms a text file into a table :
1.CONNECTION OBJECT TO TEXT FILE
2.TRANSFORM DATA TASK OBJECT MAPPING FIELDS
3.CONNECTION OBJECT TO DB
This works.
The trigger on that table, though is not running. I added INSERTS within the trigger to write progress to another table and this only happens when I insert records via an INSERT statement within Query Analyzer.
Is this by design? Do I need to modify the DTS package? I can right SQL/TSQL to make yo' mamma scream but I am a bit fuzzy on SQL SERVER ADMIN/RIGHTS issues.
Thanks in advance
dev machine: WINXP PRO
prod machine: WIN SERVER 2003
I have a DTS package which transforms a text file into a table :
1.CONNECTION OBJECT TO TEXT FILE
2.TRANSFORM DATA TASK OBJECT MAPPING FIELDS
3.CONNECTION OBJECT TO DB
This works.
The trigger on that table, though is not running. I added INSERTS within the trigger to write progress to another table and this only happens when I insert records via an INSERT statement within Query Analyzer.
Is this by design? Do I need to modify the DTS package? I can right SQL/TSQL to make yo' mamma scream but I am a bit fuzzy on SQL SERVER ADMIN/RIGHTS issues.
Thanks in advance