How can I create a function that returns hierarchical data from a table with this structure:
- CategoryID
- CategoryName
- CategoryFather
I want to bring the result set like this...
CategoryID | CategoryName | CategoryFather | HierarchicalLevel
1 | Video | 0 | 0...
I want to create a scenario that will work at this way.
I have a server running Windows 2003 and IIS that will have the original copies and will receive the files checked-in.
And I have multiple developer's machines that are running Windows XP and IIS too, so I want to get the latest version...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.