Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Celko - Directed Graphs

Author  Topic 

GenSQL
Starting Member

14 Posts

Posted - 2001-11-15 : 17:46:38
Has anybody worked with the ideas from this article?

http://www.intelligententerprise.com/001020/celko1_1.shtml

I have successfully applied this to some samples.
So I have the table def, populated it with data.
Using a modified insert sp I am inserting data.

What I am looking for is help with deletes and updates.
Updates would allow moving a node around in the tree, kind of a neccessity...

   

- Advertisement -