show/hide this revision's text 4 deleted 1 characters in body

How can I get a list of the indices on a table in my sybase database using Perl? The goal is to "copy" all the indices from a table to a nearly identical table.

Is '$dbh->selectarray_ref('sp_helpindex $table') the best I can do?

show/hide this revision's text 3 added 16 characters in body

How can I get a list of the indices on a table in my sybase database using Perl? The goal is to "copy" all the indices from a table to a nearly identical table.

Is '$dbh->selectarray_ref('sp_helpindex $dbh->selectarray_ref('sp_helpindex $table') the best I can do?

show/hide this revision's text 2 edited body; edited title

How can I get a list of indices on a sql SQL table using perlPerl?

How can I get a list of the indices on a table in my sybase database using perlPerl? The goal is to "copy" all the indices from a table to a nearly identical table.

Is '$dbh->selectarray_ref('sp_helpindex $table') the best I can do?

show/hide this revision's text 1