Forum Replies Created

Viewing 15 posts - 19,936 through 19,950 (of 22,213 total)

  • RE: Parallel Processing Query in Sql Server 2008

    This is something normally handled on the client, as was already said. But, you could use a CLR query to do it. I wouldn't recommend it, but it is possible....

  • RE: Soft Skills

    Steve Jones - Editor (7/18/2008)


    I think Grant and Jeff must be related to Dwight Shroot. Sorry you guys lost your privileges to bring nunchakus and stars into the office.

    That's actually...

  • RE: Soft Skills

    mhaskins (7/18/2008)


    Joshua Jones (7/18/2008)


    For me the soft skills came from being a customer service professional ...

    Mine too - I don't know if my minimum wage customer service jobs were really...

  • RE: Soft Skills

    This reminds me of when i started at my current company. I started the same day as another guy in my group. He was considered the people person/manager in the...

  • RE: Bookmark Lookups

    This is a good article. I can see why it was reprinted. I'd like to see an update. Things are just a little different in 2005/2008. Those differences, some of...

  • RE: Bookmark Lookups

    David Tiss (7/27/2007)


    Great article, I learned a lot.

    I'm wondering if the included column feature in SQL Server 2005 will also help with bookmark lookups?

    INCLUDE columns absolutely help with lookup...

  • RE: Soft Skills

    Soft skills... Soft skills....

    OH! I know. That's when you use wrist locks and grapple into submission holds rather than smash their face flat and kick their naughty bits up between...

  • RE: Activity Monitor in SQL Server 2008

    And the functionality has improved a ton. I love being able to pull execution plans right off the screen.

  • RE: many stored procedures vs 1

    I'm happy to see someone else come out with the old data saw, only move the data you need and only when you need it. I would have added that.

    As...

  • RE: many stored procedures vs 1

    Actually, if I were doing it, first, I'd try to avoid dynamic sql unless you use sp_executesql and pass it parameters (this creates execution plans that are reusable). For what...

  • RE: ISQL/W

    Between the query window in Management Studio and the command line options available through sqlcmd.exe, anything you can do with isql.exe is very old hat indeed. They're either just using...

  • RE: Insert Statement & Column Order

    There probably is a vanishingly small performance hit for that, yes. However, all the other issues around writing are so intensive, that little tiny blip where the query engine rearranges...

  • RE: Currency based on regional settings in stored procedure

    That's not against what I said at all. That's what I've been trying to suggest. Thanks for stating it in a different way.

  • RE: Create versions of records - possibly using Shadow Tables

    When data changed, a given row would be versioned, but not all rows or all tables. Also, the "version" was not a moment-by-moment creation. They would work on a given...

  • RE: Pulling Together

    Maybe I'm old fashioned (or just old), but I've always felt that one of the principal duties you have is supporting those around you to the best of your ability....

Viewing 15 posts - 19,936 through 19,950 (of 22,213 total)