Viewing 15 posts - 91 through 105 (of 319 total)
Thanks for all the advice
This looks like it will handle the ssn at the beginning and end
and if I wanted to "X" out numbers with 11 characters...
July 7, 2017 at 2:29 pm
I wanted to remove only ssn , numbers formatted as 999999999 or 999-99-999
I did notice the erics function worked on some but not other
July 7, 2017 at 2:04 pm
Thanks so much..
got to do a little googling on PATINDEX, it will drive me crazy if I dont understand how its all working!!
Thanks again and...
July 7, 2017 at 1:28 pm
Thanks Eric..
Sorry I suck at this so bad!! lol
/****** Object: UserDefinedFunction [dbo].[RemoveNumericCharacters] Script Date: 7/7/2017 2:44:41 PM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER...
July 7, 2017 at 12:45 pm
Hi Eric
Thanks that's exactly what I need to do
Now I can't figure out how to add to my sp
here is a snippet
July 7, 2017 at 11:51 am
Hi
This seems to work...
data.value('sum(/Data/Income_x0020_Source_x0020_Amount/ST2/Monthly_x0020_Income_x0020_Amount)', 'float') as OtherIncome
Thanks
December 22, 2016 at 2:30 pm
Hi
So with a little thought, I decided to try to get data a level up using
, Data.value('(./Data/Monthly_x0020_Income/Monthly_x0020_Income_x0020_ST)[1]','varchar(50)') As [Earned_Income]
My output shows EarnedIncome301, GA, abc101, etc....
wondering if I...
December 22, 2016 at 11:00 am
Hi Drew,
Gave it a try getting "The XML data type cannot be compared or sorted, except when using the IS NULL operator."
Read something about having to convert the XML field?
Tried...
December 13, 2016 at 3:24 pm
Hi Drew,
Thanks so much for the info..
I need to go over it for me to get a better understanding (Having a hard time grasping XML fields...lol)
So I may...
December 13, 2016 at 3:11 pm
Great Idea, never even thought of that will get back with results...
Thank you!!
December 8, 2016 at 11:56 am
Thanks for the quick response and sorry for the lack of explanation on my part!!
I am using a Bulk insert via a txt file and was...
December 8, 2016 at 10:39 am
Shouldn't I have "If_x0020_Other" somewhere in the cross apply?
September 26, 2016 at 3:24 pm
Thanks Gail...
Any it's always a good thing when you learn something new !!!!
Thanks Again
September 13, 2016 at 10:39 am
Viewing 15 posts - 91 through 105 (of 319 total)