Hi all,
How can I change the default index name for Sybase field?
Any response would be highly appreciated.
Hi all,
How can I change the default index name for Sybase field?
Any response would be highly appreciated.
http://www.ianywhere.com/developer/prod … 000331.htm
eg
ALTER INDEX ix_prod_name ON product
RENAME TO ixProductName
Thanks Jan.