Forum Replies Created

Viewing 15 posts - 1,411 through 1,425 (of 2,647 total)

  • RE: TempDB in RAM

    TheSQLGuru (3/14/2012)


    Gianluca Sartori (3/14/2012)


    TheSQLGuru (3/14/2012)


    I would really question putting TEMPDB on a RAM disk in this scenario. FusionIO cards take up a LOT of system memory - which is...

  • RE: Start/End of day routine

    I would create a stored procedure and then create a job to run it on a schedule with SQL Server Agent.

  • RE: Fast execution of query

    HowardW (3/13/2012)


    Absolutely. A data grid can return as soon as it has enough results to populate the first page.

    A data reader just receives results in a pipe and can...

  • RE: Fast execution of query

    Hmm... So not being an app developer I have a question. Can the developer use the returned results in say the first 10 rows of what will effectively be 1000...

  • RE: Process is still "cancelling"

    The solution is to wait. It is rolling back everything that was done and may take some time.

  • RE: Fast execution of query

    I have yet to find a good post on a practical application of using the fast option. Trust me, I have dug hard. I have demonstrated a clear change...

  • RE: Need ideas on query performance

    Lynn Pettis (3/13/2012)


    SQLKnowItAll (3/13/2012)


    mayur birari (3/13/2012)


    @SQLKnowItall

    Yes. it does have a foreign key in table B. I agree it may not be needed since it is also a clustered PK on...

  • RE: Fast execution of query

    Lynn Pettis (3/13/2012)


    And it could potentially confuse others that may come to this thread.

    I'm sorry, but I disagree. I think anyone coming to this thread will be wondering in what...

  • RE: Need ideas on query performance

    mayur birari (3/13/2012)


    @SQLKnowItall

    Yes. it does have a foreign key in table B. I agree it may not be needed since it is also a clustered PK on the same table.

    @Lynn...

  • RE: Fast execution of query

    Lynn Pettis (3/13/2012)


    SQLKnowItAll (3/13/2012)


    Well, I'd like to turn the topic to why this would be used. Would I do a top 100 with a FAST 100? It seems...

  • RE: Fast execution of query

    Well, I'd like to turn the topic to why this would be used. Would I do a top 100 with a FAST 100? It seems needless to want...

  • RE: Fast execution of query

    Eugene Elutin (3/13/2012)


    SQLKnowItAll (3/13/2012)


    Ok, let's settle this. Its not about returning found rows faster or immediately. Its about FINDING the n rows faster (possibly), which as a direct...

  • RE: Fast execution of query

    Ok, let's settle this. Its not about returning found rows faster or immediately. Its about FINDING the n rows faster (possibly), which as a direct result will return...

  • RE: Need ideas on query performance

    Eugene Elutin (3/13/2012)


    SQLKnowItAll (3/13/2012)


    Is there a non-clustered index on Table B for personid?

    It's defined as PRIMARY KEY CLUSTERED in the OP posted DDL...

    I see that the OP did that,...

  • RE: Need ideas on query performance

    Is there a non-clustered index on Table B for personid?

Viewing 15 posts - 1,411 through 1,425 (of 2,647 total)