Viewing 15 posts - 16 through 30 (of 76 total)
Would like to post the data but I have a solution now. This will run once a quarter at night so it is not a huge hit on processing. I...
August 29, 2022 at 11:37 am
I finally got it. Here is the select statement.
Select cust.fcustno, fcompany, fcreated, cust.fsalespn, Sum(fnamount) as Sales from slcdpmx cust
inner join (select fcustno, fnamount, finvdate
from armast where...
August 26, 2022 at 5:29 pm
OK, but I still can not figure this out. OR does not work. What I need to find out is to gather data for customers who had invoices before a...
August 26, 2022 at 4:26 pm
OR Crap, sorry, thanks.
August 26, 2022 at 3:38 pm
Ah, never thought of a trigger. That would work.
August 15, 2022 at 6:37 pm
To all, was out sick for a few days. thank you for all your insights, Truly was an education.
May 11, 2022 at 11:06 am
A little confused on the schema but will look up more reference on that. Understand on the creation of data. Everyone have a nice weekend. Nocking off for the day...
May 6, 2022 at 4:18 pm
Jeff, you are correct. I had the cursor distinction mixed up. it is a dynamic cursor and I have used forward only in the past. The left outer joins are...
May 6, 2022 at 3:29 pm
I guess you may be correct, an application programmer. That is what I have done for a very long time. For data manipulation, I guess, I would not know how...
May 6, 2022 at 1:52 pm
OK, I love to learn new things. Thought I posted code yesterday but possibly
declare @partno char(35)
declare @rev char(3)
declare @id numeric(15)
declare @id2 numeric(15)
declare @std numeric(1)
declare @prc numeric(1)
--Get list...
May 6, 2022 at 12:07 pm
@Mr. Gale - No only when debugging in VS does it take long. When I would debug in SSMS it would not do that. I like to step though my...
May 6, 2022 at 11:40 am
How do you union the blank rows on fquantity? I have search and searched and have not found anything.
Thanks
April 27, 2022 at 4:43 pm
I renamed them for now and will see what happens over the coarse of a few months.
February 23, 2022 at 4:39 pm
I found some articles using msiexec /x GUID and that seemed to work. Thanks for the reply.
February 23, 2022 at 1:00 pm
I got around it by selecting a 0 as the field name then doing an update to the table setting the field to a select statement value. Runs lickidy split...
October 22, 2018 at 6:35 am
Viewing 15 posts - 16 through 30 (of 76 total)