Forum Replies Created

Viewing 15 posts - 19,921 through 19,935 (of 22,202 total)

  • RE: Suggestion on Updating Statistics

    You can also need to update statistics on smaller tables where large percentages of the data changes regularly.

  • RE: Parallel Processing Query in Sql Server 2008

    No doubt. I wouldn't do it. Ever. I was just pretty sure that it was possible. It's also possible to stick my fork into my thigh... I'm not doing that...

  • RE: Joining Tables without PK's

    You've got two different issues you're going to be working with. First, the lack of PK & FK in the database could lead to serious integrity issues. That means the...

  • RE: performance impact of "Try...Catch"?

    TRY/CATCH itself has no performance implications. What you do in the CATCH statement could have serious performance implications.

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

Viewing 15 posts - 19,921 through 19,935 (of 22,202 total)