T-SQL: Recursive CTE. List Child to Parent (Create Breadcrumb)
I create a web application and I need to show the navigation to the current page as breadcrumb. The structure of the menu is stored in the database and I will use a recursive CTE to show the current page as breadcrumb.