How to create Recursive function in SQL Function
Loading
How to create Recursive function in SQL Function
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Sep 23, 2013, 1:28 AM
hi,
program or code block called itself is called as Recursion.
Please refer
http://stevestedman.com/2013/04/recursive-scalar-function-in-t-sql/
http://technet.microsoft.com/en-us/library/aa175801(v=sql.80).aspx
http://www.codeproject.com/Questions/151443/Recursive-SQL-Function
hope this will help you.
Sanjeeb LenkaPosted Sep 23, 2013, 1:19 AM
refer to this link
http://www.shubho.net/2011/02/recursive-function-example-sql-server.html