I need to alter the locking scheme from allpages to datarows in a Sybase ASE 15.7 database. The docs says I need to drop and then re-create dependent compiled objects (SPs, triggers, views).
This table has lots of dependent SPs and triggers. My question is, why is this needed, and why an sp_recompile tablename would not be sufficient.
thanks,