Viewing 7 posts - 1 through 7 (of 7 total)
ok now one more question - the data i am importign into my table froim the text file does not have a single column that is unique. so i am...
May 17, 2006 at 8:26 am
ok you must have posted as i was writign this post - so it looks liek i am on the right track. thank you so much for your help!
May 17, 2006 at 8:19 am
ok i'm sorry if i am being dumb but i dont get what your doing there:
SELECT @min_lvl = min_lvl,
@max_lvl = max_lvl,
@emp_lvl = i.job_lvl,
@job_id = i.job_id
FROM...
May 17, 2006 at 7:53 am
"Essentially, you'd do a select on inserted and the table in question, joining on the PK / unique data. "
thanks for the reply but thats the part i am really having...
May 16, 2006 at 10:41 am
interesting idea for the trigger - but what woudl the code look liek to check for dupes and reject?
May 11, 2006 at 7:49 am
Viewing 7 posts - 1 through 7 (of 7 total)