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.
| Author |
Topic |
|
maifs
Yak Posting Veteran
57 Posts |
Posted - 2010-04-22 : 10:50:29
|
| hi...can i use Binary Search Algorithm using SQL?how can i use recursive procedure? |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2010-04-22 : 11:05:07
|
| recursive procedure can be implemented using CTEs in SQL------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
 |
|
|
Lamprey
Master Smack Fu Yak Hacker
4614 Posts |
|
|
maifs
Yak Posting Veteran
57 Posts |
Posted - 2010-04-22 : 12:57:52
|
| i have large amount of data in my db almost 999 tables and overall total size of db is 40GB.i want to delete almost 30GB records on the base of date criteria.some tables having relation with primary key and foreign key. so itsimpact can't be neglected. procedure mechanism should be as such thatits performance should be maximum. it can be done within minimum time.so thats why i want to use BST . |
 |
|
|
maifs
Yak Posting Veteran
57 Posts |
Posted - 2010-04-22 : 13:01:40
|
| and i am using ms server2005 |
 |
|
|
|
|
|