if i run "exec sp_helpindex test"
on 12.5 it returns back 1 result:
index_name index_description index_keys index_max_rows_per_page index_fillfactor index_reservepagegap index_created
...........
on 15 it reutnrs back 3 results:
1)
Object has the following indexes
2)
index_name index_keys index_description index_max_rows_per_page index_fillfactor index_reservepagegap index_created index_local
........
3)
index_ptn_name index_ptn_seg
........
i need 15 to return back 1 resultset similar to 12.5, thanks.
Main Topics
Browse All Topics





by: Joe_WoodhousePosted on 2009-08-29 at 01:26:14ID: 25213340
Hmm! I've done a few ASE 15 upgrades recently and haven't run into this. I'm not sure I quite understand the issue. Can you give us an example of how the output format differs between 12.5 and 15?
Do you mean the format of specific built-in procedures? If so, you could always rewrite the built-ins, or call them through a wrapper, or take the 12.5 versions of the procs you need from a 12.5 instmstr script and (in some cases) tweak for 15...