Viewing 15 posts - 16 through 30 (of 36 total)
Thanks, Stephen. I will try that as soon as I can. I appreciate the time you spent thinking about this!
October 9, 2009 at 9:38 am
sgleeson,
How do I ensure that the rows retrieved with the 2nd sproc match up with the rows retrieved from the first sproc? Even if I assume the user won't add...
October 9, 2009 at 9:24 am
Stephen,
Mostly no - that is, except for the initially blank column, all the other columns are populated by the first sproc, and are not changed by the user. The exception...
October 9, 2009 at 8:58 am
Gosta,
Thank you for your offer. Any method is acceptable, as long as it works. We are not talking about a huge amount of data, 1 date to be returned for...
October 9, 2009 at 8:30 am
I have a spreadsheet, created via .Net automation, and populated from a sproc, with one column left blank (the sproc supplies the column header). Now I need to continuously update...
October 9, 2009 at 8:15 am
Lowell, thanks for your reply! I think that will help and I will pass along the suggestion to our Progress people.
One note: I was unable to get into the...
May 2, 2007 at 8:10 am
I believe you about only aggregating once, but is that something demonstrable or do I have to take it as given?
November 22, 2006 at 11:55 am
I see, thanks. I did have to cast one of the operands to Real in order to prevent truncation, but yes, it did work. Simple enough, huh?
Thank you.
November 22, 2006 at 10:03 am
Ahh, another one of "those"!
I am assuming you meant to say "abnormally". It sure looks like the DTS is connecting to the right...
July 26, 2006 at 10:01 am
Don - one more thing: now that I know where to look, can you tell me why these references are wrong when I have changed them in the body of...
July 26, 2006 at 9:19 am
Hi Don - re: Disconnected Edit - that's it! Thank you so much. I never noticed that option before.
Thank you again for your help and for taking the time to...
July 26, 2006 at 9:10 am
Kevin - the solution you proposed with "Having" does not return rows from table1 that map to zero rows on table2. Is this the result of using the Having clause: HAVING S2.StartDate...
February 28, 2006 at 8:38 am
Table1 has 18 rows. Table2 (actually a view) has about 15k rows. I had a field in table1 set as identity but had not set it as PK. I set...
February 28, 2006 at 8:16 am
Kevin - thanks again for suggesting a solution!...
I added S.StartDate to the Group BY clause. While the result set returned looks accurate, it took 1.5 minutes to return, which is...
February 27, 2006 at 3:18 pm
Viewing 15 posts - 16 through 30 (of 36 total)