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)
 Threaded Discussion 1 & 2 combined

Author  Topic 

djchrome
Starting Member

19 Posts

Posted - 2002-05-01 : 15:43:59
I was wondering if anyone as taken the articles on Threaded Discussion (Part 1 & 2) and combined them.

http://www.sqlteam.com/Item.asp?ItemID=1353
http://www.sqlteam.com/item.asp?ItemID=1602

My goal is the be able to display parent/children version numbers. As described in part 2 of the article.

1
1.1
1.1.1
1.1.2
2
2.1

Maybe theres something I'm missing but couldn't everything be combined so that the version numbers are written back to the thread table and stored with the threads so that when displaying the thread list a temp table doesn't need to be created? Only on the insert.

Thanks for your guidance and wisdom!

   

- Advertisement -