I was able to solve the many-to-many situation typically found in a product tree by using a recursive cursor in a stored procedure continuously adding to a...
Thanks for this article. I have one question here -how can I sort the result from CTE in hierarchical order as well as siblings on some orther order...