As you may know, if you have products that share a url key, the url key will have a digit appended to it:
i.e
http://www.site.com/main-category/sub-category/product-name-6260.html
How do I find the source of that 6260 (which is one of the #'s appended to my urls)? I tried product id, sku, I cannot find the source of it. The reason I ask is because if I can find it. how to remove this product id from the url???. can i truncate all core_url_rewrite table???....and then reindex ???
Thanks.