Forum Replies Created

Viewing 15 posts - 91 through 105 (of 107 total)

  • RE: Partition switch giving error

    GilaMonster (8/30/2016)


    Number of filegroups and number of partitions are entirely separate things. If your partition scheme says all to primary, then all partitions are going into the primary filegroup.

    Hi Gail,...

  • RE: Partition switch giving error

    Hi Gail,

    One more question. Can I have more no of partitions then the no of filegroups ? Though my partition scheme says all partition should be in primary filegroup.

  • RE: Partition switch giving error

    Perfect. Changing partition function to just date worked perfect. Thanks a lot Gail.

  • RE: Parallel insert in a table

    Hi Jeff, thanks for the explanation. In my table there will be truncate load operation on monthly basis plus only few read operations. I have currently put all the partitions...

  • RE: Parallel insert in a table

    I wanted to do the same Matt and as you clarified, I get it that it's not possible. Rather I am taking a new approach now. The whole purpose was...

  • 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...

Viewing 15 posts - 91 through 105 (of 107 total)