Viewing 8 posts - 1 through 8 (of 8 total)
Hi Jeff, I was able to update the working table, data smear and NULLing with the fields necessary to populate the information of the original record, on the repeats. ...
January 30, 2015 at 5:38 pm
Hi Jeff,
You are correct, The channel, org, date, agent and LOB are all supposed to be that of the FirstIR. Outside of that, this is perfect. I'm...
January 28, 2015 at 9:31 am
Requested format below. I'm new to this, thanks for the lesson!
IF OBJECT_ID('TempDB..#CRMIRTest','U') IS NOT NULL
DROP TABLE #CRMIRTest
CREATE TABLE [#CRMIRTest] (
[IRNumber] [varchar] (10) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL Primary Key,
[IRDate] [datetime]...
January 26, 2015 at 3:38 pm
Thanks for the lesson, I'm new here.
IF OBJECT_ID('TempDB..#CRMIRTest','U') IS NOT NULL
DROP TABLE #CRMIRTest
CREATE TABLE [#CRMIRTest] (
[IRNumber] [varchar] (10) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL Primary Key,
[IRDate] [datetime] NULL ,
[Email] [varchar]...
January 23, 2015 at 12:32 pm
Sorry about that, I provided the results instead of everything. Iv'e added the four missing fields on the attached.
January 22, 2015 at 8:30 pm
Glad you insisted!
Attached is the structure and sample data. I have indexes on IRnumber(primary key), irdate, email, Statusprofile, RC, First IR and Invalid.
I have a process that...
January 22, 2015 at 2:48 pm
Lucky me, the job just completed after 41:22:03. Running it on the daily updates from this point on will be painless. Hopefully I will never have to do...
January 22, 2015 at 12:55 pm
Viewing 8 posts - 1 through 8 (of 8 total)