Viewing 15 posts - 16 through 30 (of 35 total)
Hello Jonathan. I tried it, unfortunately, for part no XXX708, it selects 3 warehouses with no activity but there are 2 more with recent sales.
I would want XXX708 to not...
September 10, 2019 at 2:20 pm
Oh!... I apologize for the duplicate, it didn't pass through the first time (gateway error). :o( Please delete if possible.
September 10, 2019 at 2:06 pm
The CTE version did the trick, thank you!
Also using "-PAST" instead of "PAST" did put it first
June 14, 2019 at 1:14 pm
I copied and pasted from your reply and again, same result.
More specifically
Msg 207, Level 16, State 1, Line 41
Invalid column name 'DueDate'.
Msg 207, Level 16, State 1, Line 41
Invalid column...
June 14, 2019 at 1:08 pm
I tried it and got
Invalid column name 'DueDate'.
June 14, 2019 at 12:51 pm
Well I just did that - I used a temporary SQL table. Maybe not the most sophisticated query but it works. I thought that I could handle a temporary recordset...
February 13, 2019 at 9:37 am
Unfortunately there would be hundreds of values.
I tried to reference to rstADO as a regular recordset (not a string), as it was defined earlier in the code. Didn't...
February 12, 2019 at 2:44 pm
January 3, 2018 at 12:16 pm
Ok *success*, I think that I figured out the use of table UDF...
SELECT I.StockCode, I.Description, I.AlternateKey1 AS Family,
I.LeadTime, I.Ebq, W.Warehouse, U.RET AS...
October 13, 2017 at 6:10 am
EDIT: Creation didn't work. On an hunch, removed WITH SCHEMABINDING and the creation of the function passed Is it essential?
EDIT...
October 12, 2017 at 2:46 pm
I guess that I did something that should be a no-no... lol! I remember having seen this RETURN TABLE instead of a variable in a SQLCENTRAL article a few...
October 12, 2017 at 1:07 pm
October 12, 2017 at 9:01 am
Awesome (and learning)
Now getting the best of both worlds, I tried to alter the last tvf function (that was working) with other examples I found. Basically a...
June 21, 2017 at 9:18 am
I read stuff about CROSS_APPLY that might be relevant (is it?)
June 20, 2017 at 1:19 pm
Thom A - Tuesday, June 20, 2017 10:06 AMYou're using your CASE expression incorrectly.
So I thought. Thank you!
Instead of doing this...
June 20, 2017 at 11:18 am
Viewing 15 posts - 16 through 30 (of 35 total)