I need to backup a database table to flat file. Generally this can be done with ETL tools. However, I can only use shell scripts and perl out here.
I am using Sybase Adaptive Server Enterprise/12.5.0.1
I need to backup a database table to flat file. Generally this can be done with ETL tools. However, I can only use shell scripts and perl out here.
I am using Sybase Adaptive Server Enterprise/12.5.0.1
Sounds like you want SQL::Translator, it has a recipe for dumping a database to a structured format