I have tried to create recursive fuctions with MS SQL 2000 and 2005, and have not been sucessfull. I have tried numerous ways and examples from online, none of which have worked.
Below are two ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_24005039.html
I submitted a question last month regarding, as I originally stated it, a recursive JOIN. The solution was a function that returned the values I needed. It appeared to work properly, and as this is...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21847183.html
Zones:
MS SQL ServerDate Answered: 05/15/2006 Rating: 9.4 Views: 0
How can I create a function that returns me the following result?
This is the table I have:
Id ParentId Code Todate
1 2 DR Null
2 3 DR Null
2...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_23531645.html
Zones:
MS SQL ServerDate Answered: 07/11/2008 Rating: 10.0 Views: 0
I have a table I have attached a small part of that has demand ID's and supply ids, what I need is to give a demand ID and have the function look for all of the rows that have that demand ID and gi...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2387...