Forum Replies Created

Viewing 15 posts - 20,671 through 20,685 (of 21,968 total)

  • RE: Multiple LEFT JOINS to the same table

    You can run the query and capture the actual execution plan. There's a button on the default tool bar, look for the tool tip that says "Include Actual Execution Plan"...

  • RE: Index

    Right now I'm trying to uninstall 2008 from a virtual machine.

    For a good overview, read the book "Database Administration" by Craig Mullins. Best summary of the job I've ever seen.

    Do...

  • RE: ANYTHING about Performance and System Monitoring

    Well, back in the day... 6.5, 7.0, that was true, to a degree. But it hasn't been true at all for years & years now. Here's an introduction to performance...

  • RE: Problems with a NOT IN subquery

    Yeah, sorry about that.

    I sent an email to the group this morning. Did you get it?

  • RE: ANYTHING about Performance and System Monitoring

    Profiler and Perfmon are your bestest friends. There are also a number of dynamic management views available in 2005 that list missing indexes, etc.

  • RE: Index

    A seek is when a particular value (or values) is pulled out of an index. Think of it like looking up a particular index card (OK, people may not know...

  • RE: newbie help, calling SP from a SP

    That's called RBAR (reebar) processing and means Row-By-Agonizing-Row. It's definately not the way to go in most cases.

    Instead, you need to focus on the results that you want as a...

  • RE: I got burned today at a SQL Server Interview!

    ODAA caught by the coworkers, still not noticed by the boss or any one else in management.

  • RE: TimeZone Settings?

    Oh great, I'm not schizophrenic enough. Now I have to figure out the order in which to read posts.

    :w00t::w00t::w00t::crazy::sick:

  • RE: TimeZone Settings?

    It's behaving pretty strangely over all. I'm seeing multiple alerts for discussions that don't appear to have any new posts at all.

  • RE: Problems with a NOT IN subquery

    First, NOT IN usually doesn't perform as well as an OUTER JOIN, so I'd change that right away. Second, you can check to see that values are a number by...

  • RE: TSQL Locking and Updating

    Only because he wanted to return the values and lock them down from other users. So I did the SELECT with the update lock first, then udpate the table to...

  • RE: Temporary tables & execution time!!

    Also, on the SELECT...INTO vs. CREATE TABLE & SELECT question. That one depends too. It depends on whether or not you are going to create indexes or in any other...

  • RE: conditional operator

    Now you're being mean.

    😎

  • RE: I got burned today at a SQL Server Interview!

    Matt Miller (3/5/2008)


    Jack Corbett (3/5/2008)


    Matt Miller (3/5/2008)


    I used to throw something like that into my Email signature.

    It looked something like:

    Matthew Miller

    Senior Software Architect, O.D.A.A.

    myemail@mycompany.com

    After I had been using it...

Viewing 15 posts - 20,671 through 20,685 (of 21,968 total)