Viewing 15 posts - 31 through 45 (of 63 total)
Sergiy (2/24/2016)
LEFT join ADW.DIM.Modality M
ON SO.ModalityCode = M.ModalityCode
JOIN ADW.dim.Department D
ON D.DepartmentID = CASE WHEN M.departmentID is null...
February 25, 2016 at 1:38 am
Well Here's the solution I came up with.
I created a new data connection to the existing source directory and use that in the move file task along with the variable...
December 15, 2015 at 1:15 pm
Yep. I added a break point and checked the variables and the filename, source, archive etc... all looked as I would expect.
December 14, 2015 at 1:18 pm
Jason A. Long (9/1/2015)
craig.bobchin (9/1/2015)
That works great. I've been fooling around with the thresholds to try and get the best match before I present it to the business. I also...
September 1, 2015 at 9:36 pm
Jason,
That works great. I've been fooling around with the thresholds to try and get the best match before I present it to the business. I also made a couple of...
September 1, 2015 at 2:40 pm
Jason A. Long (8/31/2015)
craig.bobchin (8/31/2015)
I'll check the...
August 31, 2015 at 10:00 pm
Jason A. Long (8/31/2015)
-- Add the two new columns to dimMember...
--ALTER TABLE dbo.dimMember ADD GroupID INT;
--ALTER TABLE dbo.dimMember ADD MatchQuality INT;
IF OBJECT_ID('tempdb..#MatchScores') IS NOT NULL...
August 31, 2015 at 7:51 pm
Jason A. Long (8/31/2015)
Please format your test data in the form an insert statement. I can't do anything with in the form it's in now.
Sorry, Here it is:
INSERT INTO [dbo].[dimMember]
...
August 31, 2015 at 3:23 pm
Jason A. Long (8/28/2015)
craig.bobchin (8/28/2015)
I modified your code for our table/fields and it doesn't quite work. I set the threshold to >=4 and of the 30k records in the table...
August 31, 2015 at 12:18 pm
Jayanth & Jason, I am out of town this weekend, and will give your suggestions a try when I get back to the office on Monday. Thanks
August 29, 2015 at 7:18 pm
Jason A. Long (8/27/2015)
The idea is...
August 28, 2015 at 4:39 pm
Jayanth_Kurup (8/27/2015)
August 28, 2015 at 11:01 am
Jayanth_Kurup (8/27/2015)
August 27, 2015 at 11:50 pm
Jeff Moden (8/27/2015)
craig.bobchin (8/27/2015)
ScottPletcher (8/27/2015)
August 27, 2015 at 9:36 pm
ScottPletcher (8/27/2015)
August 27, 2015 at 3:05 pm
Viewing 15 posts - 31 through 45 (of 63 total)