Forum Replies Created

Viewing 4 posts - 2,896 through 2,900 (of 2,900 total)

  • RE: EM and QA show different counts

    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...

  • RE: SQL Server and AS/400

    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...

  • RE: Trans Repl: Could not bulk copy error

    I'm not meaning to run the entire snapshot every night ..... just the transactions .... hmmmmm .....

  • RE: Coding for "Not Distinct"

    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) >...

Viewing 4 posts - 2,896 through 2,900 (of 2,900 total)