Can anybody suggest programming examples that illustrate recursive functions? For example fibonacci series or factorial..
For CTE query recursion see this link. http://www.4guysfromrolla.com/webtech/071906-1.shtml
For TSQL procedure/function recursion see this link http://msdn.microsoft.com/en-us/library/aa175801%28SQL.80%29.aspx