Forum Replies Created

Viewing 15 posts - 17,071 through 17,085 (of 22,214 total)

  • RE: Questions about index choice in Execution Plan

    It's using the index on SiteMap2 that has both columns because that makes it a covering index.

    Don't use the cost estimates as a measure of query performance. They really...

  • RE: dba activities

    charipg (6/29/2009)


    As a DBA,

    1.How to CHECK JOB FAILURES?

    SQL Agent in Books Online

    2.How to CHECK DISKSPACE?

    Performance Monitor counters

    3.HOW TO CHECK THE FILEGORWTH ?

    Performance Monitor Counters

    4.HOW TO TRUNCATE TRANSACTIONAL...

  • RE: TempDB too large?

    It is very possible to over-use temp tables and table variables. A lot of developers will load data into a temp table and then go through various joins to other...

  • RE: sql 2008 stored procedure slow compile (>4mins!)

    Yeah, that's a huge query and it's going to take a long time to compile. What's more, the size of it, the number of tables it hits, it's going to...

  • RE: Are the posted questions getting worse?

    Paul White (6/29/2009)


    Grant Fritchey (6/29/2009)


    I'm not sure I'd call it proper since I occupy it, but, oh yeah, it's completely a Dilbert style cube. I work for an insurance company.

    Well...

  • RE: comparisons vs exchanges

    You'll have to define the context in which you're using these terms. For example, you say comparison and I think that you're referring to the WHERE clause or the JOIN...

  • RE: TempDB too large?

    If this is a reporting system, it might need a larger tempdb. It's not just virtual tables (by these I assume you mean temp tables and table variables) that use...

  • RE: Good SQL Server article

    They should be good articles. They're taking the RSS feeds from all the best blogs and posting them up without attribution and frequently without links. It looks like this place...

  • RE: Indexes with Include

    GilaMonster (6/29/2009)


    Grant Fritchey (6/29/2009)


    You're right about the DROPCLEANBUFFERS and FREEPROCCACHE.

    Personally I prefer to run all test queries twice and ignore the times of the first result. That way, what I'm...

  • RE: Indexes with Include

    Peso (6/29/2009)


    One would think that using the index with most columns would minimize the risk of having to bookmark and use key lookup later in the execution plan.

    But on the...

  • RE: Are the posted questions getting worse?

    Paul White (6/28/2009)


    Grant Fritchey (6/28/2009)


    I've got that posted on my cube at work.

    You have a proper Dilbert-style cube? :w00t:

    I'm not sure I'd call it proper since I occupy it, but,...

  • RE: Are the posted questions getting worse?

    RBarryYoung (6/28/2009)


    Jack Corbett (6/28/2009)


    GilaMonster (6/28/2009)


    Lynn Pettis (6/27/2009)


    Okay, you were between 6 and 10 when I learned that in University. Not exactly when or which school I was in when...

  • RE: Number of Reads in Profiler and Actual Execution Plan

    mike_walsh (6/28/2009)


    Hey Grant - I understand what you are saying but I am not 100% sure if I follow with this situation. Follow along and smack me around and tell...

  • RE: Indexes with Include

    Paul White (6/28/2009)


    Grant Fritchey (6/28/2009)


    Every time I ran the query, it picked the widest set of includes, regardless of the order in which the indexes were created. I didn't check...

  • RE: Number of Reads in Profiler and Actual Execution Plan

    GilaMonster (6/28/2009)


    Plus it's one plan per execution of the UDF. Also, you cannot trust statistics IO when you have a udf that does any form of data access.

    I'm not sure...

Viewing 15 posts - 17,071 through 17,085 (of 22,214 total)