0

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

benrifkah
  • 1,526
  • 14
  • 31
Lordlebu
  • 411
  • 1
  • 6
  • 15
  • 1
    You haven't mentioned what database you're using. Also, see the [instructions for asking a good question](http://stackoverflow.com/questions/how-to-ask). Tell us what you've tried that doesn't work. – benrifkah May 02 '12 at 15:25
  • Sybase Adaptive Server Enterprise/12.5.0.1 – Lordlebu May 04 '12 at 14:48

1 Answers1

4

Sounds like you want SQL::Translator, it has a recipe for dumping a database to a structured format

Quentin
  • 914,110
  • 126
  • 1,211
  • 1,335