Viewing 11 posts - 16 through 26 (of 26 total)
your code...
Create View vwRecursiveAW AS
WITH DirectReports(ManagerID, EmployeeID, EmployeeLevel) AS
(
SELECT ManagerID, EmployeeID, 0 AS EmployeeLevel
FROM AdventureWorks.HumanResources.Employee
WHERE ManagerID IS...
August 11, 2008 at 10:53 am
A recursive CTE has to follow a format that has a few restrictions (see Books OnLine).
Please give a example..............
(see Books OnLine). ..........I am unable to know the concept by reading.....can...
August 11, 2008 at 10:46 am
rbarryyoung, Not Clear to me, Give a Example....Please....
luv's
Milu.:)
August 11, 2008 at 10:43 am
hi Gail
==========
I got your point but I need one example of this{VIEW and CTE both i need to compare as per you, so i need both script.....}, I will be...
August 11, 2008 at 10:24 am
Thanks steve & sandy...
Nice explanation sandy..I am impressed..
as per you, I will go through this and prepare for the XML..
luv's
Milu..:)
July 24, 2008 at 10:50 am
Thanks to steve & all.:)
I just applied the what Sandy and Hari specified here....
Sandy thanks...so sweet of you..nice explanation....
luv's,
Milu..:)
July 24, 2008 at 10:44 am
Viewing 11 posts - 16 through 26 (of 26 total)