Viewing 8 posts - 1 through 9 (of 9 total)
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....
November 14, 2009 at 3:03 pm
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...
November 13, 2009 at 4:23 pm
Umm, sorry. I didn't realize this was the SQL 2k forum. I just joined when I posted this. Many apologies for that.
November 13, 2009 at 2:24 pm
Just so you guys don't go too far off track, I am working in a SQL 2k5 environment, not 2k...
Demetrius
November 13, 2009 at 1:26 pm
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...
November 12, 2009 at 5:34 pm
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...
November 12, 2009 at 12:54 pm
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]...
November 12, 2009 at 12:04 pm
Viewing 8 posts - 1 through 9 (of 9 total)