i'm trying to put together some kind of script
which will basically capture all the constraints/indexes from
an existing table.
how can i achieve this? i'm not sure if information_schema has it
available, and I know that sysindexes has some information, but no
table names.
thoughts?
_________________________