Viewing 15 posts - 106 through 120 (of 650 total)
Yeah. the term 'Code Smell' was certainly around in the early eighties, more the general impression of how 'off' it was.
@david-2.Poole
You must have forgotten the Ironical Data model
Best wishes,
Phil Factor
October 6, 2015 at 3:06 am
@[Yet another DBA]
That's true, we all use whatever we think will make the clearest column heading when we are generating reports. These aren't rules, just indications, but I think...
Best wishes,
Phil Factor
October 5, 2015 at 2:23 am
Absolutely right. The problem is inevitably in the design. If developers designed their databases properly, we'd be out of a living. Developers give their problems fancy names but it all...
Best wishes,
Phil Factor
September 27, 2015 at 10:52 am
I have to confess I'm forever doing this....
SET Statistics time on
Set statistics io on
$SELECTEDTEXT$ -- sql to execute and time
SET Statistics time off
Set statistics io off
--and I'm always wanting...
Best wishes,
Phil Factor
August 21, 2015 at 8:14 am
For a development Wiki as a 'group memory' , I use DocuWiki on a Synology box. It is no effort to maintain and things don't get lost. I think a...
Best wishes,
Phil Factor
August 20, 2015 at 4:02 am
@Beatrix Kiddo
So often for DevOps, read 'Let the Lunatics take over the Asylum'
@jeff Moden
I think that once you've worked out how an RDBMS does stuff...
Best wishes,
Phil Factor
August 17, 2015 at 8:35 am
August 17, 2015 at 7:09 am
It sounds like you've worked at the same places I have.
Best wishes,
Phil Factor
August 15, 2015 at 3:41 pm
Ed,
I was also going to say that in the editorial you mention that it missed some differences - you should definitely raise connect items or post them in the SSDT...
Best wishes,
Phil Factor
July 21, 2015 at 3:43 am
I don't really understand the point of this shiny new tool.
I suspect that the most important feature was to be able to update an existing database so that it...
Best wishes,
Phil Factor
July 20, 2015 at 7:46 am
[p]I hope this helps[/p]
[font="Courier New"]
-- we prepare the sample data and put it in a temp table
SELECT * INTO #sampleData
FROM
(SELECT 'AAA' AS name, 0 AS 'Jun-08' , 0 AS 'Feb-08',...
Best wishes,
Phil Factor
June 18, 2015 at 9:43 am
I should probably point out that I am a dev.
I'm basically a Dev too.
I am looking forward to the time when the devs take over application support
I'm told that some...
Best wishes,
Phil Factor
June 8, 2015 at 2:56 am
@jurgen.lottermoser
Yeah. ALM was supposed to fix exactly this issue but the tool providers couldn't resist the temptation to lock their customers in to the one solution. Also, they concentrated...
Best wishes,
Phil Factor
June 7, 2015 at 7:05 am
you too have it wrong - not hopelessly wrong, but somewhat wrong.
@TomThomson
Oh dear, perhaps I've got it wrong. Let me explain a bit. DBAs, along with a...
Best wishes,
Phil Factor
June 6, 2015 at 12:01 pm
Yes, you're right. We must operate from a broad base of knowledge rather than expect to survive on 'training' in specialized techniques. Although OO is now quite rightly embedded in...
Best wishes,
Phil Factor
May 15, 2015 at 4:55 am
Viewing 15 posts - 106 through 120 (of 650 total)