Viewing 15 posts - 16 through 30 (of 35 total)
Hi Remi,
I just tried using like and it doesn't work. Can you take a quick look?
SELECT @bag_nums= COALESCE(@bag_nums + ', ','') + CAST(bag_num AS VARCHAR(10))
FROM tblBag_data
WHERE work_ord_num LIKE...
April 12, 2005 at 8:22 am
Hmmm but I'll duplicating the same data. I'll look into how often will I need to extract the work_ord_num. I do appreciate your suggestions.
Have a great day!
April 12, 2005 at 7:52 am
Hi Remi,
Are you saying I should have a column for ID OR that work_ord_num should be in a separate column?
I don't have have ID column in the table. The primary keys are consisted of...
April 12, 2005 at 6:56 am
Thanks AJ & Remi for your replies.
I need to explain what the @bag_nums should return. I need bag # for ea record that meets the criteria and the bag #'s...
April 11, 2005 at 12:36 pm
Yep, That's the problem. Thanks PW!
April 5, 2005 at 11:34 am
Thanks for your response. after removing "exec" it took care the error message but it stilll won't allow me to pass in parameter. I did figured out how I can...
April 5, 2005 at 7:14 am
Hi PW,
Thanks for your reply.
I have some 20 columns in the tblFinal_inspection. Is that the only way to insert a duplicate record w/o inserting the identity column?
Thanks!
March 17, 2005 at 11:14 am
Hi Bill,
No, I ended up creating a stored procedure and UDF to encrypt and decrypt the password from a post I found. This is what I'm using:
March 16, 2005 at 12:25 pm
PBirch, Thanks for your replied.
I was able to get the previous post working but I am having trouble comparing the encrypted values. The stored procedure I have makes sense but I can't ...
February 22, 2005 at 10:31 am
Viewing 15 posts - 16 through 30 (of 35 total)