Forum Replies Created

Viewing 15 posts - 16 through 30 (of 542 total)

  • Reply To: blocking issue

    is there way or using DMV we can tell an explicit transaction has been started by the session? we see so much blocking because of such sessions?

    I am trying to...

  • Reply To: CXPACKET and SOS_Scheduler_yeild waits

    Jeff Moden wrote:

    vsamantha35 wrote:

    maxdop is set to 1 at instance level and at database level it is set to 4.  looks like  each operator within plan is taking 4 threads

  • Reply To: CXPACKET and SOS_Scheduler_yeild waits

    maxdop is set to 1 at instance level and at database level it is set to 4.  looks like  each operator within plan is taking 4 threads

     

    Capture

  • Reply To: recovery model for model database

    Thank you.

  • Reply To: How to make this query Sargable

    Thanks for your valuable inputs.

  • Reply To: IMPLICIT TRANSACTIONS

    Thank you Ken and Jeff

     

  • Reply To: How to make this query Sargable

    Stored proc code.

    create procedure [dbo].[usp_domain_matching_idl]
    as
    begin

    SET NOCOUNT ON
    drop table if exists #domainextract
    drop table if exists #party
    drop table if exists #customers
    drop table if exists #Prospects
    drop table if exists #hyphenandsuspects
    drop...
  • Reply To: How to make this query Sargable

    Thanks a lot frederico and Jeffrey. It means a lot !!

    Felt that I have uploaded the stored procedure code.  Uploading it now. I see lot of anti-patterns in this stored...

  • Viewing 15 posts - 16 through 30 (of 542 total)