Forum Replies Created

Viewing 15 posts - 13,531 through 13,545 (of 22,213 total)

  • RE: Rebuild Index

    You should be testing anything new before you do it on your production database. No development environment or anything. You're developing straight onto production? That's very dangerous. I sure hope...

  • RE: User Defined Table Type Performance Issue

    Both files when I try to open them are giving me an error:

    The XML page cannot be displayed

    Cannot view XML input using style sheet. Please correct the error and...

  • RE: AUDIT MEMORY ISSUES

    Out of the box, no additional installs or purchases, you can use Performance Monitor to gather metrics on stuff like Memory usage. It can also be used to monitor I/O,...

  • RE: Execution Plans - How long will they stay?

    No, it was a stupid design.

  • RE: User Defined Table Type Performance Issue

    Getting the exact same plan with that much data between a table variable & a temp table indicates something else is going on. Is auto-create stats or auto-update of stats...

  • RE: Are the posted questions getting worse?

    Steve Jones - SSC Editor (1/20/2011)


    New forum for speakers. Critique abstracts and titles. I would love the feedback from people that actually go to sessions and try to decide what's...

  • RE: Execution Plans - How long will they stay?

    We had a similar situation. A procedure (with a 76 table join) that was called hundreds of times in an hour. It hit so many tables and the data was...

  • RE: User Defined Table Type Performance Issue

    Table variables like you're using show as having a single row because they don't have statistics. This can lead to seriously problematic execution plans, like you're seeing. If you have...

  • RE: script to copy and del

    Personally, I wouldn't run it as a script. I'd use SQL Agent and a SQL Agent job with steps. It'll be much more functional, better error trapping, etc. If not...

  • RE: SQL 2008 Analysis services on Virtual Machine

    It's going to be difficult to put 2tb into 100gb, virtual or not.

  • RE: Get statements in waiter list

    I actually just, just found another way you can do it. You can use extended events to capture all wait states on procedures as they occur. I don't have the...

  • RE: SQL 2008 Analysis services on Virtual Machine

    That could work, but what other processes will be on the server? How much data do you have? I'm asking because i assume you're going virtual because you're going to...

  • RE: Architectural based question

    sql_butterfly (1/20/2011)


    Understood. It means as per thumb rule, the funtionality of a sproc should be as specific as possible and we should try to normalize the sproc as well.

    Just so...

  • RE: Picking topics to blog about

    GilaMonster (1/20/2011)


    Grant Fritchey (1/20/2011)


    My most recent post was about why do log files fill up. Believe me, other people have posted about it.

    A topic I'm in the middle of writing...

  • RE: Perf Mon for a beginner

    This is a somewhat big topic. There are probably 15-20 measures, minimum, that you ought to capture and interpret. You should also start capturing wait states to see what things...

Viewing 15 posts - 13,531 through 13,545 (of 22,213 total)