Viewing 15 posts - 31 through 45 (of 144 total)
Jeffrey,
You aren't missing anything. I just didn't explain the whole picture well enough. The reason it won't work to do filtering on the adjustments table is because that...
March 1, 2009 at 11:02 pm
Jeff,
The real table has more than three columns to it, but the only one that I'm interested in is the AdjustmentName column (Where they begin with pp_). We want...
March 1, 2009 at 9:25 pm
I understand what you are doing but I already have the items I need in a table. I put them into the variable as a comma separated list so...
March 1, 2009 at 9:16 pm
Thanks. I've got it exporting to a file now.
I need to make this more dynamic because in practice, the records equivilant to my level_id field in my example could...
February 12, 2009 at 10:36 pm
I've used SSIS quite a bit and yes, that would do what we need but because of the application it would be much quicker to use this since our analysts...
February 12, 2009 at 3:25 pm
Thanks Jeff to you for all of your help and follow up to all of us on the forum! Your input and help is greatly appreciated!
November 24, 2008 at 11:48 pm
If it is reopened more than once it still works because we start with the first seq and then calcualte all the way through the open and close dates based...
November 24, 2008 at 9:07 am
Thanks for your help. This isn't complete yet, but after some initial checks this appears to be returning what I need.
SELECT op_m1.mileid,
op_m1.opid,
op_m1.mile_code,
op_m1.mile_status,
op_m1.seq,
CASE WHEN op_m1.seq = 1 THEN op_m1.first_open_date ELSE...
November 23, 2008 at 9:53 pm
Understand. I've seen them as well.
I am going to review your suggestions (probably tonight) and see what kind of a difference it makes. Thanks for your input.
November 12, 2008 at 3:44 pm
Tomm,
Thanks for your input and I understand your points. One thing that I did not mention is that this is all being pulled from a data warehouse. Thus...
November 12, 2008 at 9:11 am
Thanks for all your help John! Would have probably taken a lot longer and been less efficient if not for your input. Here is what I ended up...
November 10, 2008 at 3:08 pm
Sorry John, but when I looked earlier there was a message that just said to change the FROM and WHERE clauses to something other than what you have listed here....
November 10, 2008 at 11:42 am
Thanks, but for the months that have already happened it returns two rows. One with the data and one wtih all null values. For future months it just...
November 10, 2008 at 11:35 am
I tried what you suggested with the WHERE clause but no luck.
Here is a script that builds the tables and loads them with sample data. What I want is...
November 9, 2008 at 12:58 pm
Yes, I can. I'll prepare some and post them tomorrow.
November 8, 2008 at 5:02 pm
Viewing 15 posts - 31 through 45 (of 144 total)