Viewing 15 posts - 31 through 45 (of 110 total)
July 15, 2018 at 5:44 am
Been rooting for France as a committed Francophile my whole adult life.
AAAaaaaalez les Bleues !!!
July 12, 2018 at 2:01 pm
It's all good I cracked the joins, just had to repeat the joins twice as such...
WITH Base AS (
SELECT
CSM.[First name]
,PP.[Fname]
,CSM.[Last name]...
July 11, 2018 at 5:24 pm
Thanks bud, that code works stand-alone, now I'm trying to do a couple of joins to filter;
Inner Join personalprofiles PP
ON
L.ProfileId = PP.ID
Inner...
July 11, 2018 at 5:03 pm
Been recently doing something similar for my own client but without the 'Impact Mapping'.
Seems, from your description, your customer needs to put on their 'ideas' hat, as...
June 27, 2018 at 1:38 pm
I got it...
Begin tran
Update ranks
Set name =
replace(replace(name, ' /', '/'), '/ ', '/')
from ranks
Where name like '%...
June 4, 2018 at 5:10 pm
As a result set, yes, but I want to actually commit the change.
June 4, 2018 at 4:30 pm
May 31, 2018 at 5:36 pm
May 31, 2018 at 1:08 pm
That hit the spot, though I was surprised that:
A) You concocted that advanced code in what...15 mins flat??!?!?
B) The code affected 86,808 rows of data, which was...
May 25, 2018 at 1:56 pm
May 25, 2018 at 3:32 am
May 24, 2018 at 2:19 pm
May 24, 2018 at 2:11 pm
Viewing 15 posts - 31 through 45 (of 110 total)