Forum Replies Created

Viewing 8 posts - 1 through 9 (of 9 total)

  • RE: SQL Tuning where no PK exists

    Here is the sequence of things that have occurred and/or a summary of the information:

    1. I am working with a vendor's backend system, using that data to do analysis....

  • RE: SQL Tuning where no PK exists

    I will take a look at table partitioning as a read, but I don't think that is going to help me out. Since the vendor owns the schema, I...

  • RE: SQL Tuning where no PK exists

    Umm, sorry. I didn't realize this was the SQL 2k forum. I just joined when I posted this. Many apologies for that.

  • RE: SQL Tuning where no PK exists

    Just so you guys don't go too far off track, I am working in a SQL 2k5 environment, not 2k...

    Demetrius

  • RE: SQL Tuning where no PK exists

    Thanks for your help Gail!!

  • RE: SQL Tuning where no PK exists

    Gail - I wanted to clarify that I wasn't waiting on a second opinion, I was waiting on another round of feedback from your...

    Attached is the execution plan in...

  • RE: SQL Tuning where no PK exists

    I agree that's a wide index. Sorry, for not making this clear in the original request. My original index was on [Company_No],[Period],[Year_For_Period] and incredibly the performance between that...

  • RE: SQL Tuning where no PK exists

    The SQLPlan is attached and here is the index:

    USE [GLDemo]

    GO

    /****** Object: Index [BizTransIDX] Script Date: 11/12/2009 12:01:00 ******/

    CREATE NONCLUSTERED INDEX [BizTransIDX] ON [dbo].[GL]

    (

    [Company_No] ASC,

    [Year_For_Period] ASC,

    [Period]...

Viewing 8 posts - 1 through 9 (of 9 total)