Forum Replies Created

Viewing 15 posts - 15,886 through 15,900 (of 22,211 total)

  • RE: Server Migration

    I agree. If you're just moving the box, there's little you need to sweat on the server. But, you will need to validate that the clients aren't using IP &...

  • RE: We'll go no more a' tibbling

    GilaMonster (1/26/2010)


    Grant Fritchey (1/26/2010)


    Only the unique constraint on the index would be of use when looking at the execution plan.

    And whether or not it's filtered

    Oh, true, didn't think about...

  • RE: threshold values for performance counters

    There isn't one hard & fast number for most of these values. Almost all of them are dependent on your particular hardware and it's configuration. But, most performance monitoring or...

  • RE: Management Studio for Monitoring?

    One thing you can use to look at "hung" processes is to go after the dynamic management view sys.dm_exec_requests. This will show you the active processes in the server including...

  • RE: We'll go no more a' tibbling

    WayneS (1/25/2010)


    GSquared (1/25/2010)


    Grant Fritchey (1/25/2010)


    I think a lot of this, for me anyway, is just habit. Is there a good reason any more to put idx or ix at the...

  • RE: Policy-based management output

    That's good. Buck Woody also did a fantastic presentation about it at the last PASS Summit.

  • RE: Temporary tables in Management Studio treeview

    They can be any number of things. Lots of resources use tempdb within SQL Server, sort operations, table spools, hash joins, cursors, lots of stuff. You'll see that encrypted name,...

  • RE: We'll go no more a' tibbling

    Phil Factor (1/25/2010)


    OK, but even if one accepts that constraints or index need some sort of indication of their type from their name, why not just put, for example,...

  • RE: Policy-based management output

    I would strongly suggest you take a look at the Enterprise Policy Management Framework. It's from a Microsoft developer and it's free. It extends PBM for use with 2000 and...

  • RE: Are the posted questions getting worse?

    GilaMonster (1/25/2010)


    Gianluca Sartori (1/25/2010)


    Did you use your crystal ball, Gail? 🙂

    Sorry for the broken link, I'll fix it.

    Didn't need to (and I think Grant has the crystal ball this week)....

  • RE: We'll go no more a' tibbling

    I think a lot of this, for me anyway, is just habit. Is there a good reason any more to put idx or ix at the beginning of index names?...

  • RE: Design Tables For Business Rules

    I think you could store this in tables, but I'm not sure that you should resolve these in TSQL. However, if you did, then probably you'll need to apply a...

  • RE: Where are you?

    homebrew01 (1/21/2010)


    Grant Fritchey (1/21/2010)


    homebrew01 (1/21/2010)


    Grant Fritchey (1/21/2010)


    homebrew01 (1/12/2010)


    Near Danbury Connecticut

    So you're going to drive up for the next SNESSUG[/url] meeting, right?

    I just looked it up ... Not exactly "down the...

  • RE: Where are you?

    homebrew01 (1/21/2010)


    Grant Fritchey (1/21/2010)


    homebrew01 (1/12/2010)


    Near Danbury Connecticut

    So you're going to drive up for the next SNESSUG[/url] meeting, right?

    I just looked it up ... Not exactly "down the street" from me.

    Oh,...

  • RE: Design Tables For Business Rules

    Unfortunately no. That's just too vague a question to be able to answer it with any meaning or depth.

    The first question I'd ask, when you say that you're storing business...

Viewing 15 posts - 15,886 through 15,900 (of 22,211 total)