Forum Replies Created

Viewing 15 posts - 361 through 375 (of 3,738 total)

  • RE: Performance Risk\Impact of Partitioning

    I'm looking at another table that is much worse:

    /****** Object: Table [dbo].[tblCall] Script Date: 11/30/2015 12:27:50 PM ******/

    SET ANSI_NULLS ON

    GO

    SET QUOTED_IDENTIFIER ON

    GO

    SET ANSI_PADDING ON

    GO

    CREATE TABLE [dbo].[tblCall](

    [Call_ID]...

  • RE: Performance Risk\Impact of Partitioning

    ScottPletcher (11/30/2015)


    --Edit: removed, exact dup of next post, I got an error during posting and didn't realize it had actually posted anyway.--

    I'm sorry but what index are you referring to?

    Thanks...

  • RE: Performance Risk\Impact of Partitioning

    Welsh Corgi (11/30/2015)


    Welsh Corgi (11/30/2015)


    ScottPletcher (11/25/2015)


    Rushing this process more than normal right now, very busy on top of holiday fast approaching :-).

    Hopefully this helps a little more:

    Chg1) Add column contr_id...

  • RE: Performance Risk\Impact of Partitioning

    Welsh Corgi (11/30/2015)


    Welsh Corgi (11/30/2015)


    ScottPletcher (11/25/2015)


    Rushing this process more than normal right now, very busy on top of holiday fast approaching :-).

    Hopefully this helps a little more:

    Chg1) Add column contr_id...

  • RE: Performance Risk\Impact of Partitioning

    Welsh Corgi (11/30/2015)


    ScottPletcher (11/25/2015)


    Rushing this process more than normal right now, very busy on top of holiday fast approaching :-).

    Hopefully this helps a little more:

    Chg1) Add column contr_id as an...

  • RE: Performance Risk\Impact of Partitioning

    ScottPletcher (11/25/2015)


    Rushing this process more than normal right now, very busy on top of holiday fast approaching :-).

    Hopefully this helps a little more:

    Chg1) Add column contr_id as an INCLUDEd column...

  • RE: Performance Risk\Impact of Partitioning

    Scott,

    If I have to go with partitioning what changes to the indexes would you recommend?

    Thanks.

  • RE: Performance Risk\Impact of Partitioning

    ScottPletcher (11/25/2015)


    Rushing this process more than normal right now, very busy on top of holiday fast approaching :-).

    Hopefully this helps a little more:

    Chg1) Add column contr_id as an INCLUDEd column...

  • RE: Performance Risk\Impact of Partitioning

    Sergiy (11/28/2015)


    Welsh Corgi (11/27/2015)


    I am against partitioning in this situation.

    I have archive procedure that is very complex.

    How can I convince my VP that partitioning is not the way to go?

    First...

  • RE: Performance Risk\Impact of Partitioning

    SoHelpMeCodd (11/27/2015)


    Welsh Corgi (11/25/2015)


    The following example baffles me about Indexes Where it uses a date file in the indexes and it talks about aligned indexes.

    It does not work but it...

  • RE: Performance Risk\Impact of Partitioning

    I'm sorry, which query?

  • RE: Performance Risk\Impact of Partitioning

    Thank you very much for your help.

    I'm looking to partition by year.

    My current archive code looks up the year in a lookup table.

    I want to mimic that logic in a...

  • RE: Performance Risk\Impact of Partitioning

    The following example baffles me about Indexes Where it uses a date file in the indexes and it talks about aligned indexes.

    It does not work but it is similar to...

  • RE: Performance Risk\Impact of Partitioning

    The "partitioned aligned" part has me confused.:unsure:

    There are a couple of gotchas to be aware of. Switching in and switching out partitions can be very fast, but an exclusive lock—...

  • RE: Performance Risk\Impact of Partitioning

    I thought that since I was partition by BeginDate I had to include that in the Clustered Index?

Viewing 15 posts - 361 through 375 (of 3,738 total)