Forum Replies Created

Viewing 15 posts - 571 through 585 (of 631 total)

  • RE: The T-SQL Paradigm

    Jeff Moden (4/13/2009)


    Aaron N. Cutshall (4/13/2009)


    Jeff Moden (4/13/2009)


    Heh... I'm just glad I'm not the only old fart on this site. My first "program" was on unit record equipment that...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: The T-SQL Paradigm

    Jeff Moden (4/13/2009)

    Let alone writing a wordprocessor in BASIC for a 16k commodore ....... oops:doze:

    Heh... I'm just glad I'm not the only old fart on this site. My...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: The T-SQL Paradigm

    Gift Peddie (4/11/2009)


    andrew gothard (4/11/2009)


    but I don't foresee the day when "one language to rule them all" will ever come into being. quote]

    Isn't that what ADA was supposed to...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: SSIS very slowly

    Hi eudes - there are a number of 'issues' with SSIS performance, but the commonest one I've come across which may be an issue with your migration from DTS to...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: The T-SQL Paradigm

    but I don't foresee the day when "one language to rule them all" will ever come into being. quote]

    Isn't that what ADA was supposed to be? :w00t:

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: The T-SQL Paradigm

    Jeff Moden (4/9/2009)

    Ummm... I'd be real careful about making that recommendation... First, despite the fact that the INT function is a bit faster, I actually agree with the others about...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: The T-SQL Paradigm

    Jeff Moden (4/4/2009)


    And, you're absolutely correct... some simple additions such as TRUNC(Date) would make life a bit easier. On the other hand, I hope to never see DECODE in...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: Falling Over our Assumptions

    Bruce W Cassidy (4/8/2009)


    [font="Verdana"]

    A good article.

    I've been using that trick of breaking large operations down into smaller ones since, oh, SQL Server 6.5 days?

    Compared with re-assembling the small steps into...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: Falling Over our Assumptions

    GSquared The old "table variables are faster because they're in RAM" is a very, very common false datum.

    Or "Bollocks" as we like to call it in th eUK. ...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: Falling Over our Assumptions

    GSquared (4/8/2009)


    andrew gothard (4/8/2009)


    Manie Verster (4/8/2009)


    DBA's have the assumption that all developers are bad for a database or bad SQL programmers. Well, I am a develepor cum DBA but before...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: Falling Over our Assumptions

    GSquared (4/8/2009)


    Robert Frasca (4/8/2009)


    GSquared (4/8/2009)


    On the "temp tables are bad" thing, the coding requirements for the place I work state that table variables should be used instead of temp tables,...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: Falling Over our Assumptions

    Manie Verster (4/8/2009)


    DBA's have the assumption that all developers are bad for a database or bad SQL programmers. Well, I am a develepor cum DBA but before I had to...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: The T-SQL Paradigm

    bob.willsie (4/3/2009)


    I think its important to have a good foundational understanding of programming and when/why to use an SQL query instead of writing code.

    I learned SQL by looking at the...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: Stored Procedure Management

    Even with DataDude (VS Database Pro) there's no real integration with VSS as with .NET languages. What you could do is use VS with the db powertools to generate...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

  • RE: How to validate a multi-value parameter for number of selected values?

    Ah - repotying errvices or BI would have been better forums.

    When you transfer the data into a recordset object - do a rowcount on that and if it exceeds your...

    I'm a DBA.
    I'm not paid to solve problems. I'm paid to prevent them.

Viewing 15 posts - 571 through 585 (of 631 total)