Forum Replies Created

Viewing 15 posts - 46 through 60 (of 355 total)

  • RE: Old Dog, New Tricks

    Gary Varga (2/3/2012)


    cengland0 (2/3/2012)


    What? Not using stored procedures!!!

    Good question and one I'm glad you asked.

    I'm the DBA on several databases, others I'm not. For those that I'm not the...

  • RE: Old Dog, New Tricks

    jcb (2/3/2012)


    I dislike using dynamic SQL but for .net I sugest using @

    String sqlcode = @" /*this

    ill keep

    the break lines

    no need to fancy concatenations */

    select *

    from

    mytable

    where

    myfavoritesqlresource = 'SSC';

    ";

    😎

    How embarrassing....

  • RE: Old Dog, New Tricks

    tsceurman (2/3/2012)


    Until recently, I was using AS. I switched to using =, exactly because of the readability. Of course, I am also rather..... particular when it comes to...

  • RE: Old Dog, New Tricks

    IceDread (2/2/2012)


    Because I could not let it go, I did some digging. This is what I found http://www.fas.se/upload/dokument/ALI%20pdf-skrifter/isbn9170453950.pdf

    While one professor writes "software gets better with age but the...

  • RE: INSERT OUTPUT

    SQL Kiwi (2/2/2012)


    cengland0 (2/2/2012)


    I like using this function for audit tables. If you have an application that allows users to add, edit, and delete, you can use this method...

  • RE: Old Dog, New Tricks

    TravisDBA (2/2/2012)The point is here that they are trying to move us away from the different flavors of syntax to a point where you can move SQL between the different...

  • RE: INSERT OUTPUT

    mtassin (2/2/2012)


    It can if I store it in the table. 🙂

    Exactly. You don't need that information in the main table -- just the audit table.

    Also, what would...

  • RE: INSERT OUTPUT

    mtassin (2/2/2012)


    KWymore (2/2/2012)


    mtassin (2/2/2012)


    cengland0 (2/2/2012)


    I like using this function for audit tables. If you have an application that allows users to add, edit, and delete, you can use this...

  • RE: INSERT OUTPUT

    I like using this function for audit tables. If you have an application that allows users to add, edit, and delete, you can use this method to keep track...

  • RE: Old Dog, New Tricks

    You know what's funny is some of the code I wrote over 10 years ago have the *= syntax instead of the joins. I now look at that and...

  • RE: Old Dog, New Tricks

    IceDread (2/2/2012)


    About aging, it's been proven recently that people over 45 solves equations a bit more slowly than younger ones.

    Really? I'd like to see that documentation. I'm...

  • RE: Taking Notes – Paper or Keyboard?

    jay holovacs (1/31/2012)


    There has been research demonstrating that people tend to remember better when taking hand notes over keyboard notes. It appears that the kinesthetics of the motion helps...

  • RE: Computed Columns 1

    Hugo Kornelis (1/31/2012)


    Meh, I don't like questions where people who really understand the subject have a 50/50 chance of getting it right because they have to second-guess the author's intention.

    "Is...

  • RE: Taking Notes – Paper or Keyboard?

    Interesting question.

    If I'm at my computer and taking notes, I will use notepad so I can store it as a text file. I can organize those however I wish.

    If...

  • RE: Morale Data

    djackson 22568 (1/30/2012)


    I experienced something even worse than that! We do the same thing, almost exactly. When the results came back that showed unhappiness with the manager, it...

Viewing 15 posts - 46 through 60 (of 355 total)