Forum Replies Created

Viewing 3 posts - 16 through 18 (of 18 total)

  • RE: SSIS failure constraints

    i was having 'one of those days'! in testing i was executing the sequence container only, but the email function was outside of that container. it was a...

    Dana

    "Drats! Foiled again!"
  • RE: SSIS failure constraints

    I figured out my problem! :w00t:

    Dana

    "Drats! Foiled again!"
  • RE: Multiple Rows of Data To Single Row With One ID

    Edgar, i had a similar situation and here in the code i used. obviously you'll sub in your details 😀

    DECLARE @tColors TABLE

    (rownum INT IDENTITY (1,1) primary key,

    ...

    Dana

    "Drats! Foiled again!"

Viewing 3 posts - 16 through 18 (of 18 total)