| Author: Sonu Fernandes 30 May 2008 | Member Level: Gold Points : 2 |
Thank you,
|
| Author: RajaSekaran R 03 Jun 2008 | Member Level: Gold Points : 2 |
Some more points, 1.Avoid cursors in sp 2.Design table with primary key and indexes 3.use Nolock for tables 4.Do not use mulitiple inheritence at the same time. 5.if u are using loops check whther it is ending rpoperly. 6.Drop table temp table once its use is over.
|
| Author: Jessie 04 Jun 2008 | Member Level: Gold Points : 0 |
Thanks for the update
|
| Author: Jessie 04 Jun 2008 | Member Level: Gold Points : 0 |
Thanks for the update
|