Forum Replies Created

Viewing 15 posts - 106 through 120 (of 650 total)

  • RE: What's a Code Smell?

    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

  • RE: What's a Code Smell?

    @[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

  • RE: A Case for Database CI

    @dg81328

    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

  • RE: What are your five most common T-SQL commands

    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

  • RE: Nope to NoOps, No way to NoDBA

    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

  • RE: Nope to NoOps, No way to NoDBA

    @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

  • RE: Nope to NoOps, No way to NoDBA

    @david-2.andrew 41944

    I loved the story. It is so typical that I winced.

    Best wishes,
    Phil Factor

  • RE: Nope to NoOps, No way to NoDBA

    It sounds like you've worked at the same places I have.

    Best wishes,
    Phil Factor

  • RE: Are DacPacs ready for prime-time?

    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

  • RE: Are DacPacs ready for prime-time?

    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

  • RE: How to show the column wise data into row wise

    [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

  • RE: The Multi-skilled Developer

    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

  • RE: The Multi-skilled Developer

    @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

  • RE: The Multi-skilled Developer

    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

  • RE: Not Only a Meeting of Minds, but of Open Minds.

    @TomThomson

    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

Viewing 15 posts - 106 through 120 (of 650 total)