Forum Replies Created

Viewing 15 posts - 20,386 through 20,400 (of 22,202 total)

  • RE: Performance Tuning meeting

    It only captures events as they occur. Nothing in the past.

  • RE: High CPU utilization and query is slow

    Have you looked at the execution plan for the query? It may not be using indexes appropriately, doing scans, etc. If you have a particular query that's killing performance, check...

  • RE: The SQLServerCentral.com Party - 2008

    Do the gambling laws apply if no one is actually, you know, gambling? Although I guess the prizes at the end for the three highest sets of chips could count,...

  • RE: INSERT QUESTION

    I guess I meant, is this statement just one of a batch of TSQL statements? You may have received the 0 rows affected from another part of the query.

  • RE: Analysing a Profiler Trace

    Is the statement in question a SELECT or an INSERT/UPDATE/DELETE. If the latter, the engine ignores the NOLOCK hint.

    The Mode column will show you what kind of lock you're...

  • RE: Performance Tuning meeting

    I'd suggest running Profiler and either capturing or generating execution plans for the longest running queries. You might also take a look at the dynamic management view dm_db_missing_index_details, *_Group_stats, *_Groups....

  • RE: INSERT QUESTION

    Is this part of a bigger batch?

  • RE: IT and Musicians?

    I fiddle around with a bamboo flute, but honestly, I can't carry a tune in a bucket.

    On my team, of 14, we have one musician (not counting my screetches). So...

  • RE: Recommend Design Approach (Normal Form vs Performance)

    Last question, the columns are dependently or independently overriden? Meaning, if you override one, you may override another at another time, but those overrides are not related? By putting them...

  • RE: Check Constraint allow identity column to grow the value

    The attempt to insert a row incremented the value. It then rolled back because of the constraint violation, but the increment remained. Identity fields will increment, but they don't guarantee...

  • RE: Using data persistance with SQL Server

    We're going through similar circumstances. Look around the site here at some of the discussions on Object Relational Modeling, Hibernate, nHibernate and LINQ. I also posted some of my research...

  • RE: Transaction Log filling up

    Notice the topic heading: "Anything that is NOT about SQL"

    You should repost this in the 2000 or 2005 General discussions.

    It sounds like the database is still a publisher and is...

  • RE: The SQLServerCentral.com Party - 2008

    I'll bet attendence goes down slightly if you charge. I'm good with it. I think it's a fine idea even, but I do think a few less people will show....

  • RE: The SQLServerCentral.com Party - 2008

    Best of luck on speaking Gail. I've submitted two abstracts this year as well.

  • RE: The Lighter Side - Life is like an analogy

    Outstanding.

    Not only does it remind me of WAY too many of the projects I've worked on, it also reminds me of WAY too many trips with the kids.

Viewing 15 posts - 20,386 through 20,400 (of 22,202 total)