Forum Replies Created

Viewing 15 posts - 5,056 through 5,070 (of 5,841 total)

  • RE: option (LOOP JOIN) slow

    It takes 3 minutes to run BUT if I remove the ‘option (LOOP JOIN)’ is completes in 20 seconds, what is happening what is ‘option (LOOP JOIN)’? Is obsolete if...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Database Engine Tunning Advisor (2K5) v/s Index Tunning Wizard (2k)

    I recommend you be VERY careful about using either. They both will do HORRIBLE things to your database performance, size and concurrency by creating too many indexes and...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: optimize heavly transacted table

    abhishek.khanna (7/26/2008)


    how should you optimize heavly transacted table? Ex: in OLTP scenario

    Can you please suggest indexing & other factors that can help optimize a table that frequently changes.

    Here's my standard...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Handling Tempdb space full situtation?

    http://www.sqlservercentral.com/About/WriteForUs/

    Or you can send a PM to Jeff Moden or Steve Jones.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Handling Tempdb space full situtation?

    Marios, could I trouble you for the table definitions for your system as well as the rdl for the report(s) you have? Looks like some very useful stuff I...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Handling Tempdb space full situtation?

    john j serna (7/25/2008)


    Hi, I don't know if you understand what i tried to say, but if your tempdb database is too big, you want to reduce it's size, so,...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Handling Tempdb space full situtation?

    dbcc shrinkdatabase when the server is in low use

    This is bad advice.

    , try it a lot of times.

    That is worse advice. :w00t:

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Sudden performance issues

    When I put the clustered indexes back on the primary keys, that's when performance DEFINITELY decreased, which I found rather shocking.

    1) What was the fill factor used for the PK?

    2)...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: will anyone help me how to design the database

    hari255 (7/22/2008)


    i want to design the database with a requirement of 20gb of data per hour like that the data will grow upto terabytes, so how do i design...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Sudden performance issues

    After tinkering with indexes in our test system, I wasn't seeing a huge performance increase whether I used standard rule-of-thumb indexing or even created indexes I thought would be appropriate,...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: this query takes 1 hr for execution!!

    Still looks to be rife with problems, but I will let them pass. 🙂 If this type of system has worked reliably for you in the past good...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Handling Tempdb space full situtation?

    smunson (7/23/2008)


    Sounds to me like an exam question or homework. Otherwise why ask for 2 different answers. I would suggest that the OP read their...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: this query takes 1 hr for execution!!

    1) If users don't need to join this output to other tables, then make it a stored procedure that they call.

    2) WHERE DATEDIFF(day, RL.TS_ID, @@dt1 ) <0

    ...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Prod Server ... High CPU with Lastwaitype "SOS_SCHEDULER_YIELD"

    IMHO, last wait type is not nearly so useful as trending all waittypes over time. Search microsoft.com for a word document on SQL Server 2005 Waits and Queues.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: SQL Server 2005 SP3

    That would be nice, but a significant departure from what I got just a few months ago which was late 4th quarter. They weren't going to really start working...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

Viewing 15 posts - 5,056 through 5,070 (of 5,841 total)