Viewing 15 posts - 1,741 through 1,755 (of 2,469 total)
Brendan - it sounds like you already know what to do:
select userID, (sum(timeKept) + sum(workQuality) + sum(Attitude)) as sumTotal
group by userID
noel - is your typing speed faster than Remi's...
July 18, 2005 at 12:38 pm
noel - if at all your wife is French, then wine may go down much better (no pun intended!
July 18, 2005 at 12:27 pm
That must be the same God who said "nothing succeeds like excess..."
July 18, 2005 at 12:08 pm
Have long been a Bacchus worshipper....did you go down the same memory lane that is littered with chewed up crayons ?!?!
July 18, 2005 at 11:21 am
GRASS?!?! How strong is that ?! No wonder people are able to break the tie and separate on whim!
Now if they were handcuffed together (& the key was thrown away)...
July 18, 2005 at 10:43 am
Binu - I can't test this right now but it should be something like:
select Column, count(Column) as Number
from table group by Column
having count(Column) > 1
July 18, 2005 at 10:00 am
sswords -
You "tie the knot".... & then you're bound, united, whatever....
note - I did not say "tied down" etc.. before some gender divisive person in the name of Mike...
July 18, 2005 at 9:36 am
The meaning of "passed into procedure that builds table" is not clear but as for output of fields with entered values I think you may be looking for something like:
"select...
July 18, 2005 at 7:47 am
Maybe you should then use a windows api call:
Private Declare Function GetUserName Lib "advapi32.dll" Alias "GetUserNameA" _
(ByVal lpBuffer As String, nSize As Long) As Long
and insert the user name...
July 18, 2005 at 7:18 am
Chiranjib - I know that you can pass the results of the main SP as parameters to the second one as you're looping through.....is this what you mean ?!
ps: We've...
July 18, 2005 at 5:22 am
oh good - thx for getting back on this one 'cos I still haven't been able to test it!
July 18, 2005 at 5:10 am
Erik - could you please post the DDLs of your Company & Product table ?!
Reg. "is it possible to have another link" - sounds like you're talking about a composite...
July 17, 2005 at 10:13 pm
Try using "select suser_sname()" or "select user_name()"
July 17, 2005 at 10:35 am
Glad it got sorted out!
July 17, 2005 at 10:21 am
Viewing 15 posts - 1,741 through 1,755 (of 2,469 total)