Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: Memory Grants Pending

    Thanks 😉 but CXPACKET is not a problem here - we have already decreased this wait time and we are fine with it. My main concern is output from sys.dm_os_memory_clerks...

  • RE: Memory Grants Pending

    Yes, already done it. The two main are: CXPACKET and RESOURCE_SEMAPHORE on tempdb (both are apx. 60% of total wait time).

  • RE: Storing temporary data within a select statement

    Hi Steve,

    I think that you can move the definition of TMP_Charges into join (in your main query), like this:

    SELECT Customers.Surname,

    Customers.Forenames,

    Plans.PolicyNumber AS [Policy Number],

    Plans.CurrentValue AS [Fund Value £],

    Products.ProductName...

Viewing 3 posts - 1 through 4 (of 4 total)