Forum Replies Created

Viewing 6 posts - 1 through 7 (of 7 total)

  • RE: Stored Procedure Organization

    I completely agree!

    Wouldn't it be GREAT if you could have a folder structure within SQL Server Management Studio such as:

    + Programmability

    + Stored Procedures

    ...

    [font="Verdana"]If technology is supposed to give us more freedom and empower us to pursue the more important things in life, why do so many people allow themselves to become enslaved by it? Always remember, the truly important people cannot be reached... except when they want to reach you.[/font]

  • RE: Enhancing the readability of your code: Table aliasing in sql

    The topic was use of aliases, and for me, I just make it a habit of using 3 meaningful chars in ALL cases, 4-5 when necessary. Make it a...

    [font="Verdana"]If technology is supposed to give us more freedom and empower us to pursue the more important things in life, why do so many people allow themselves to become enslaved by it? Always remember, the truly important people cannot be reached... except when they want to reach you.[/font]

  • RE: Count of Distinct Records

    The key is to use the DISTINCT qualifier on the fields that you want distinct values for.

    For example, I have a list of Customer orders and want to know how...

    [font="Verdana"]If technology is supposed to give us more freedom and empower us to pursue the more important things in life, why do so many people allow themselves to become enslaved by it? Always remember, the truly important people cannot be reached... except when they want to reach you.[/font]

  • RE: Lesson Learned from Contracting, Revisited

    It's good to explain how to make the most of consultants, from the client's perspective, since I think a lot of companies just don't get it. But "they just...

    [font="Verdana"]If technology is supposed to give us more freedom and empower us to pursue the more important things in life, why do so many people allow themselves to become enslaved by it? Always remember, the truly important people cannot be reached... except when they want to reach you.[/font]

  • RE: Is it a lie?

    In my recent experience, resumes, certifications, and college degrees mean ABSOLUTELY NOTHING today.

    I make a note of them when interviewing someone, but really I couldn't care less.  What impresses me...

    [font="Verdana"]If technology is supposed to give us more freedom and empower us to pursue the more important things in life, why do so many people allow themselves to become enslaved by it? Always remember, the truly important people cannot be reached... except when they want to reach you.[/font]

  • RE: Am I Old-Fashioned?

    No Herb you are not old-fashioned.  You are right. 

    I've done it all the different ways, and by far the easiest to manage and...

    [font="Verdana"]If technology is supposed to give us more freedom and empower us to pursue the more important things in life, why do so many people allow themselves to become enslaved by it? Always remember, the truly important people cannot be reached... except when they want to reach you.[/font]

Viewing 6 posts - 1 through 7 (of 7 total)