Viewing 4 posts - 2,896 through 2,900 (of 2,900 total)
I've come across the same thing .... now I only use the count from EM properties as an approximation. I use select count(*) from either QM or EM if...
September 10, 2003 at 9:37 am
#473468
We did something like that ..... Used IBM's MQSeries product to transmit data from the web to AS/400 ........ Maybe IBM's WebSphere would help too...
September 10, 2003 at 9:26 am
#473458
I'm not meaning to run the entire snapshot every night ..... just the transactions .... hmmmmm .....
September 8, 2003 at 1:27 pm
#473102
Thanks for the help !
If there is a main field you would want to know this on the something like this
SELECT fldIwannaC
FROM myTbl
GROUP BY fldIwannaC
HAVING COUNT(fldIwannaC) >...
February 22, 2002 at 1:02 pm
#424346