Viewing 3 posts - 16 through 18 (of 18 total)
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...
October 22, 2012 at 9:15 am
#1551431
I figured out my problem! :w00t:
October 17, 2012 at 2:53 pm
#1550235
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,
...
October 17, 2012 at 11:57 am
#1550167