Viewing 15 posts - 16 through 30 (of 42 total)
Thanks Jeff. i'll work on it and let you know. Thanks again for all your help.
January 16, 2015 at 1:41 pm
Hi,
Here's the issue I'm having.
1. the bcp output doesn't include headers
2. the sql is too long to be included in one line. How could I call a .sql file...
January 16, 2015 at 1:25 pm
It did cross my mind.I'll give this a try.But I would still like to explore the option highlighted.
Any more ideas .
April 25, 2014 at 8:32 am
I think this is a good solution. I can address the single character matches manually if i have to . Thanks.
April 22, 2014 at 8:37 am
Hi ,
No master table exists. The temporary master table has been posted below. I'll probably create one. So stripping off the FY** values and create a master list and do...
April 21, 2014 at 3:28 pm
Thank you Sean for your help though. Gotta love this forum and the people here.
November 13, 2013 at 6:34 pm
I think I have figured this out with an update statement. Wonder if a Merge statement would be a slicker operation on millions of rows.
update b
set b.Dec = b.Dec +...
November 13, 2013 at 6:31 pm
Hi Sean,
Here I agree it's tough to figure out without background knowledge.
Please see below :
Intersections are a combination of the following below
fund fiscal project account function dept planning special ...
November 13, 2013 at 12:22 pm
Hi Sean,
I tried give a snapshot of the data. Sorry if it wasn't helpful. here you go. Posting everything again.
yes like running total but I want to move only Nov...
November 13, 2013 at 10:27 am
Thanks Chris, your solution is slick and works well.
I have a silly question , just for my understanding
How does you subtraction work when your case has only Value in...
August 9, 2013 at 8:35 am
Thanks this works Changed the join to left outer to exclude the null values.
August 8, 2013 at 5:42 pm
hi erland,
I'm sorry if the requirement was not clear.
I'll rephrase it :
The data is divided by Scenario : Jun (0+12) forecast and Actual.
And every Scenario will have a Fund,...
August 7, 2013 at 7:59 pm
ck9663 (8/7/2013)
1. Will it always have, at most, 2 pair of record?
2. Will the resulting record have the period + 1 of the paired records? Will there...
August 7, 2013 at 11:18 am
Thanks makes total sense. Didn't realize my right table had duplicates.
June 20, 2013 at 2:55 pm
Viewing 15 posts - 16 through 30 (of 42 total)