Forum Replies Created

Viewing 15 posts - 31 through 45 (of 117 total)

  • RE: Stored Procedure 100% CPU During Data Insert, Manually Processing OK

    Thanks for that link. 🙂

    given a long-running query started by session ID of 42, you can get the handle to the cached execution plan for the query by running:

    We reviewed...

    Argue for your limitations, and sure enough they're yours (Richard Bach, Illusions)

  • RE: Stored Procedure 100% CPU During Data Insert, Manually Processing OK

    Unfortunately, since the the Stored Procedure pegs the CPU at 100% (and this is a Production system), the Execution plan cannot be viewed as it appears to stop running at...

    Argue for your limitations, and sure enough they're yours (Richard Bach, Illusions)

  • RE: DataFile Out of Disk Space Issue

    Gianluca Sartori (3/14/2012)


    If you have enough space in the tempdb drive, you could use SORT_IN_TEMPDB.

    Another option is adding temporarily a new data file in the same filegroup in a different...

    Argue for your limitations, and sure enough they're yours (Richard Bach, Illusions)

  • RE: Clustered Index Width, Choice of Columns

    Thanks for the updates/inputs! 🙂

    Everything we do (queries) is very "date-centric" so Date is almost always a part of the clustered indexes on our tables, FYI.... date of a...

    Argue for your limitations, and sure enough they're yours (Richard Bach, Illusions)

  • RE: Return Type from SYS.OBJECTS table

    Thanks Gail!

    I should have known that but I guess my mind was not fully in gear today! 😉

    Argue for your limitations, and sure enough they're yours (Richard Bach, Illusions)

  • RE: VARCHAR Sort Issue using MAX Function

    That is why I love this site... always other people with different perspectives and different ways to tackle a problem.

    Thanks Ken!

    Unfortunately, I cannot modify the dbo.PCList table but my...

    Argue for your limitations, and sure enough they're yours (Richard Bach, Illusions)

  • RE: Remote Connection Problems from Server, Management Studio 2008

    This definitely took long enough to figure out. Apparently, the cliconfg settings for a Windows 7 64-bit or Windows 2008 64-bit system is located in two places:

    C:\Windows\System32\ ---- 32-bit...

    Argue for your limitations, and sure enough they're yours (Richard Bach, Illusions)

  • RE: iPads for Christmas

    I read a number of the posts, and I guess I would approach the use of SQL Monitor and the iPad from a different standpoint?

    First, when I was hired...

    Argue for your limitations, and sure enough they're yours (Richard Bach, Illusions)

  • RE: BACKUPIO Wait on SQL Server backup

    Just as a follow-up, the backups on this server were taking approximately 89 hours/week to complete over the network. Last week we moved the storage array from one server (b)...

    Argue for your limitations, and sure enough they're yours (Richard Bach, Illusions)

  • RE: User administration best practice

    I personally try to avoid giving access to Master, including making that the default database. I have seen a few instances (just after I arrived here) where people would accidentally...

    Argue for your limitations, and sure enough they're yours (Richard Bach, Illusions)

  • RE: Update Indexes/Statistics on "Temp" (staging) table (not TempDB)

    Ok... guess this is what I get for being in a hurry and not doing my research/due diligence.

    Here are some posts that answer the questions (about indexes... no comments...

    Argue for your limitations, and sure enough they're yours (Richard Bach, Illusions)

  • RE: Query Performance Question

    Kevin,

    Thanks for the post. I found the same thing elsewhere on the web about 20% for 2005 and 2008.

    I found this website that needs more review:

  • RE: Query Performance Question

    Execution plans after updating the Statistics on InvSummary table only.

    Argue for your limitations, and sure enough they're yours (Richard Bach, Illusions)

  • RE: Query Performance Question

    Stefan_G (8/4/2010)


    2) Why is the plan generated for Query1 so slow ?

    The reason for this is probably bad statistics.

    Ok... I updated the statistics for the primary key on the dbo.InvSummary...

    Argue for your limitations, and sure enough they're yours (Richard Bach, Illusions)

  • RE: Query Performance Question

    Stefan_G (8/3/2010)


    Hmm exactly how did you produce the "scrubbed" plans ?

    Did you first execute the real query, capture the execution plan, and then perform a search & replace in the...

    Argue for your limitations, and sure enough they're yours (Richard Bach, Illusions)

Viewing 15 posts - 31 through 45 (of 117 total)