Got a question regarding 2 sprocs I need to make (once I get the first one done the other will be easy cause its just the opposite). Here's the deal: I have a database with table called Categories.
The values in the table are basically a tree, where each node has a parent node (or NULL it it's at the root). The values are not inserted in any particular order, but the children point to valid ...