Forum Replies Created

Viewing 15 posts - 91 through 105 (of 122 total)

  • RE: Help Others, Help Yourself

    Just to put another spin on the subject that was raised about how people should not be providing free advice on a forum during work hours. My boss expects...

  • RE: Women in Technology

    Wow….I have to chime in as well as a “lady programmer”. I was a Business Administration major in college with emphasis in Marketing. I was so bored at...

  • RE: FOR XML EXPLICIT - One to many relationship at level 3 (3 = parent, 4 = child)

    Thank you VERY much! I had tried adding a fourth union and had definitely been doing it wrong. And I year you on the CDATA portion. Here...

  • RE: Are We Wasting Too Much Time Social Networking?

    I have avoided SN sites like Facebook and MySpace like the plague. I've received several invites to Facebook and simply can't bring myself to join. I'm a private...

  • RE: Cursors for T-SQL Beginners

    In response to sudhanvag, who stated:

    But i want a result like this

    ---------------------------------

    codName (no column name)

    abc 1 281 444 5555 , 55 11...

  • RE: Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs

    I have been getting my daily SQLServerCentral.com emails and ashamedly skipping by them lately. I just had other stuff going on and hadn't lurked here in a while. ...

  • RE: Congratulations to Our New MVPs

    SO well deserved!! Jeff is simply amazing. I am often looking for Jeff's replies in many of the posts I read. I often copy and paste his...

  • RE: Passwords in connection strings

    I have a C# web application and ran into the same predicament. Should I encrypt? I know nothing about encrypting/decrypting. And through some Google search, found some...

  • RE: Do You Want to Be Right?

    If you can believe it, I once had a boss who (although I was his top developer) told me I was "too thorough". This was from a CIO who...

  • RE: Naming Convention

    A naming convention I was taught a long time ago (and still use today) is:

    GetCustomer - select

    InsCustomer - insert

    UpdCustomer - update

    DelCustomer - delete

  • RE: Inserting Comma Seperated Values in Sql Server 2005

    I'm not sure if I'm understanding you problem correctly, but just iterate throught the items in the ListBox, building a string as you go and then pass that to a...

  • RE: Create procedure and filter the result

    Let me give this a shot. If I understand your post correctly, you are saying you want to use a stored procedure. You're practically there with what you...

  • RE: Writing

    I enjoy writing and my managers have always complimented my ability to write to a technical and non-technical audience. However, like Lian indicated (comments on page 1), I don't...

  • RE: Using PIVOT syntax

    I wanted to provide an update to this in the event someone researches PIVOT. I tried having the front end perform the pivot, however each employee's data contained 20...

  • RE: Using PIVOT syntax

    That is a good suggestion. This data is being consumed by a .NET web application. I will look into that.

    Thanks -

    Lisa

Viewing 15 posts - 91 through 105 (of 122 total)