Viewing 15 posts - 91 through 105 (of 138 total)
FYI...here is what the code looks like when I try to incorporate it.
select vw.whse_code, vw.item_code, vw.qty_onhand, rh.date_rcvd
from incinvw vw, incinv1 v1, podinrh rh
where v1.lot_control_ind = 0
and rh.date_rcvd = (select...
April 30, 2007 at 2:48 pm
Hi Steve,
When I add your suggestion into my code, it only selects 1 line for the item 402T and nothing for the 402 item. I had tried something very similar...
April 30, 2007 at 2:45 pm
Thank you. I have been reading alot of Books online and getting ideas from the examples but it is difficult to try and put it all together and make it...
April 26, 2007 at 9:42 am
Hi Cyrille,
Thanks for the info. After I read your post I realized that I was using the wrong column at the end. It should have been a numeric column so...
February 22, 2007 at 12:13 pm
Sorry SQLBill. I didn't see your last post before I replied. I think I do need to rethink this a bit.
Thanks for all the replies and at least get me...
February 13, 2007 at 2:54 pm
Maybe I'm thinking about this wrong. I need the query to return the number of rows that are older than two days. So I would expect any rows that have...
February 13, 2007 at 2:53 pm
The interesting thing is that it is not returning the correct amount. I used:
COUNT(*)
FFERPSQL.MVXTST.MVXJDTA.CJBCMD
February 13, 2007 at 10:31 am
Hi SQLBill,
The column is numeric(6,0) and the values are like this: 20070114 for Jan 14, 2007.
If I just use *, it will return all the rows. I just...
February 12, 2007 at 2:23 pm
Has no one run into this problem? The install error said to rename the .manifest files and rerun the installer again. I did a search of all the .manifest files...
October 11, 2006 at 3:05 pm
Wow. I used your suggestion and it did work great. But I'm trying to do this using SSIS and I have an area in the Derived Column area but not...
August 29, 2006 at 3:01 pm
I'm new to SSIS. Where do I check that? The max length of the column on the old legacy side or the new ERP table side? I know that some...
August 29, 2006 at 12:42 pm
Good Morning.
Thanks for the info. I will look into it and get sp1 applied.
Isabelle
August 29, 2006 at 9:04 am
Hi,
Yes I am using 2005, service pack 1:
August 28, 2006 at 2:58 pm
I couldn't either. When I did a comparison for the values in sysobjects and sysindexes for my database, I saw that for the table owned by dbo there was a...
August 25, 2006 at 12:46 pm
Thank you. That worked. What does the object_id(so.name) do that it causes other schemas not to show up?
Isabelle
August 25, 2006 at 12:10 pm
Viewing 15 posts - 91 through 105 (of 138 total)