Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 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

    ...

  • 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...

  • 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...

  • 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...

  • 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...

  • 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...

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