Hi all, new to the forum and using SQL Server 2000. I have a table of employees, each employee has an employeeid and a supervisorid. What I want to do is select every employee that rolls up to a top manager, so if say an employees manager's manager's manager is the VP, that employee would be selected. Is there any way to do this easily? I know oracle has the connect by clause but havent found anything comparable in sqlserver. thanks