Hi Folks,
I have a folder where I have .SQL files that contain DDL (Data Definition Language) statements for creating Views in T-SQL. My goal is to take those DDL scripts and create the views on the Sybase ASE database. However there are some keywords on SQL server side that I need to search and replace with equivalent keywords that Sybase expects. The mapping of the keywords is currently stored in a database table on the sybase side.
My question is How do I use use PERL to perform the above described scenario ? I'm new to PERL and I would really appreciate any ideas and/or code snipptes that could help me get started.
Thanks in advance.
Start Free Trial