Viewing 5 posts - 16 through 21 (of 21 total)
something is still off. None of the result show a followup with a NULL completed date.
I'm running all this from a sub query, not sure how that would matter, but...
June 17, 2016 at 11:59 am
THANK YOU!
I've bookmarked that site, thank you
David92595
June 15, 2016 at 12:59 pm
Sorry, my spacing\formatting got removed...hope this is a little better.
CREATE TABLE [dbo].[tblOrderBillingSteps](
[OrderBillingStepID] [int] IDENTITY(1,1) NOT NULL,
[lngOrderID] [int] NULL,
[lngBillingStepID] [int] NULL,
[lngSubBillingStepID] [int] NULL,
CONSTRAINT [PK_OrderBillingSteps] PRIMARY KEY CLUSTERED
INSERT INTO tblOrderBillingStepsVALUES...
June 15, 2016 at 12:47 pm
Thank your for that clarification. You may have just made my case to upgrade to 2016 🙂
David92595
June 8, 2016 at 6:00 pm
I just took a job for a small company that holds NPI (non public information), but due to client requirements I have to treat it as SSN's. I'll write...
June 7, 2016 at 5:37 pm
Viewing 5 posts - 16 through 21 (of 21 total)