Viewing 2 posts - 1 through 2 (of 2 total)
The query I used to check the duplicate key is >> select count(*)
from tbl1
group by col1, col2, col3
...
March 26, 2002 at 4:15 pm
#426135
Thanks for all these solutions. The problem in my system is a little different, because there's NO duplicate key even in the publication side. I suspect it's a sql70 replication...
March 26, 2002 at 2:43 pm
#426123