Forum Replies Created

Viewing 12 posts - 106 through 117 (of 117 total)

  • RE: Parallel insert in a table

    sqlenthu 89358 (8/23/2016)


    Hi,

    I was going through the concept of service broker but little confused. Can I make insert into table using following code:

    DECLARE @SBDialog uniqueidentifier

    DECLARE @Message NVARCHAR(128)

    BEGIN DIALOG CONVERSATION @SBDialog

    FROM...

  • RE: Parallel insert in a table

    Sergiy (8/23/2016)


    sqlenthu 89358 (8/21/2016)


    sp_executesql works in sequential order only.

    I wonder - where does it come from?

    Does it work parallel as well ? I mean if I write it as...

  • RE: Parallel insert in a table

    Sergiy (8/23/2016)


    sqlenthu 89358 (8/21/2016)


    sp_executesql works in sequential order only.

    I wonder - where does it come from?

    Does it work parallel as well ? I mean if I write it as...

  • RE: Parallel insert in a table

    Hi,

    I was going through the concept of service broker but little confused. Can I make insert into table using following code:

    DECLARE @SBDialog uniqueidentifier

    DECLARE @Message NVARCHAR(128)

    BEGIN DIALOG CONVERSATION @SBDialog

    FROM SERVICE SBSendService

    TO...

  • RE: Parallel insert in a table

    Can we achieve it using service broker ? sp_executesql works in sequential order only.

  • RE: Parallel insert in a table

    Hi Jeff, is there any article or link which gives insight of the parallel inserts in a table ? I am curious to test and implement it.

  • RE: Parallel insert in a table

    Part of table into different spindles means partitioned tables ?

  • RE: Query Improvement

    HI Sergiey, These tables get populated every few mins. Though there are no updates and deletes. Will that be impacted if clustered indexes are built on them ?

  • RE: Query Improvement

    That is typo from my end. Everything is fine syntax wise.

    Actually this query shows RID lookup with a seek predicate on table table2. This RID lookup takes 98 % of...

  • RE: Query Improvement

    Mainly I see the substring condition in the where clause and the aggregate function in select condition using case statement. The query takes little more time than what I am...

  • RE: Very generic question

    Yes. There is a DBA team.

    Jeff, I would be thankful if you can tell me any links proving performance tuning and optimization in OLTP environment.

  • RE: Very generic question

    Thank you guys. i'll certainly take help of his proc. Also I've till now worked on OLAP environment and this will be first time i'll be working on OLTP. Is...

Viewing 12 posts - 106 through 117 (of 117 total)