Menu
  • HOME
  • TAGS

How to execute SQL queries from text files

sql,database,sybase,aquafold

I'm also not sure of how to do this in Aqua, but it's very simple to create a batch/powershell script to execute .sql files You can use the SAP/Sybase isql utility to execute files, and just create a loop to cover all the files you wish to execute. Check my...

Convert ER-Win model to Aqua Data Studio

entity-relationship,erwin,aquafold

In Aqua Data Studio, it is possible to export an ER Model in ERX Format (with file extension .erx) for use in ERWin - you would need to navigate to Tools -> Export to ERX Format. However, there is no direct import feature. Aqua Data Studio's ER Modeler only supports...

Can Aqua Data Studio automatically connect to a database on startup?

database,aquafold

Navigate to Server Properties -> Scripts tab and in case of RDBMS that lets you change the database using the use database, enter your database as in attached screenshot. Now open up a new Query Window and the database of your choice is available as default. Let me know if...