Viewing 15 posts - 1 through 15 (of 28 total)
You guys are Awesome!! Thanks for the suggestions, I will re work my stored procedure this way and use this technique going forward.
I really appreciate the help!!:cool:
November 15, 2011 at 11:52 am
18 records (One entry form each month going back 18 months).
November 15, 2011 at 11:03 am
Ok, I have seen some samples of this method. But do you know a better way for me to approach this other than using Dynamic SQL?
November 15, 2011 at 10:59 am
Here's how some of the output looks...
Query1
ATTUID ...
August 18, 2011 at 1:56 pm
Some of them do, I'm ok with the ones that come out null. But the ones that are supposed to have values are coming out with zeros. That's...
August 18, 2011 at 1:52 pm
You are awesome!!!
Thanks for your help:cool:
August 3, 2011 at 12:05 pm
This is great, and I have long considered normalizing this table. I inherit this data from another system that isn't normalized, actually it's coming in from a spreadsheet.
But I...
August 3, 2011 at 11:00 am
Ok, table structure looks like this.
CREATE TABLE [tbl_CDE_Hierarchy_Export] (
[Load Date] [smalldatetime] NULL ,
[Percent_Elapsed_Days] [float] NULL ,
[Level] [nvarchar] (10) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
[Title] [nvarchar] (5) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
[ATTUID] [nvarchar] (10)...
August 3, 2011 at 10:29 am
Thank you so much!!!!
That's exactly what I needed.
š
July 11, 2011 at 9:33 am
Thank you for your advice regarding this Data Modeling Exercise that Iām having to do. After considering your post, I have further re-designed my table structure to look like...
August 25, 2010 at 9:32 am
I wanted to take the time to thank you all for you extensive help in reconstructing my mess of a Stored Procedure. I have done the first phase of...
August 19, 2010 at 1:17 pm
Once I restructure the Hierarchy table and take all of the redundant Crap out I think it will be a lot less than 60k records. Because not all of...
August 18, 2010 at 2:37 pm
There are 60k available reps in the database. There's going to be 60k times 8 records in the database.
August 18, 2010 at 2:19 pm
I had originally planned on Creating a base query that would pull all 60k potential reps from the Hierarchy table (Once I get it Re-built), this query would be based...
August 18, 2010 at 2:08 pm
Not exactly. With this problem, I have to give the user access to choose an employee that belongs to the data record from a pool of 60k available employees...
August 18, 2010 at 7:35 am
Viewing 15 posts - 1 through 15 (of 28 total)