DTS Probs

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Arijit Chatterjee

    DTS Probs

    Hi Everybody,
    I am facing another probs. I have created a trigger for table Tab1 for
    perticular column col1 for checking value ranges.But at time for using
    insert statement it is working fine but when I am importing data from
    flat file through DTS the trigger is not working.How to solve this.
    Regards
    Arijit Chatterjee
  • Dan Guzman

    #2
    Re: DTS Probs

    You can uncheck the 'use fast load' option in DTS so that triggers fire.

    --
    Hope this helps.

    Dan Guzman
    SQL Server MVP

    -----------------------
    SQL FAQ links (courtesy Neil Pike):




    -----------------------

    "Arijit Chatterjee" <arijitchatterj ee123@yahoo.co. in> wrote in message
    news:ea01504d.0 311072112.52c56 ea3@posting.goo gle.com...[color=blue]
    > Hi Everybody,
    > I am facing another probs. I have created a trigger for table Tab1 for
    > perticular column col1 for checking value ranges.But at time for using
    > insert statement it is working fine but when I am importing data from
    > flat file through DTS the trigger is not working.How to solve this.
    > Regards
    > Arijit Chatterjee[/color]


    Comment

    Working...