Ejecutar el script SQL generado utilizando una herramienta tercera.
Execute the generated SQL script using a third-party tool.
El script SQL necesario para realizar esta combinación se genera y se ejecuta en segundo plano.
The required SQL script is generated and executed in the background.
Usé el siguiente script SQL para generar las dos tablas tal como están
I used the following SQL script to generate the two table as-is
Crear un script SQL nuevo y guardarlo en el proyecto
Create a new SQL script and save it in the project
Esto crea un script SQL que se puede ejecutar para completar el proceso de importación.
This creates an SQL script which can be executed to complete the import process.
Además, puede crear un programa para ejecutar un determinado script SQL en la fecha/ hora especificada.
Moreover, you can create a schedule for executing a certain SQL script at the specified date/time.
En el ejemplo se incluye un script SQL que se puede usar para crear y rellenar la base de datos.
A SQL script is included in the sample that can be used to create and populate the database.
Si está ejecutando mysql, puede ejecutar un script SQL en un fichero usando el comando source o \.
If you are already running mysql, you can execute an SQL script file using the source command or \.
Si faltan puntos y comas en el script SQL, puede que aparezca un cuadro de diálogo pidiendo que los añada automáticamente.
If semicolons are missing from your SQL script, a dialog box may prompt you to add them automatically.
Para guardar el script SQL y añadirlo al proyecto
To save the SQL script and add it to the project
Esto parece agradable y directo, pero genera un script SQL feo y su rendimiento es correcto.
This looks nice and straightforward, but this generates ugly SQL script and its performance is ok.
Hay varias maneras de ejecutar el script SQL en la base de datos
To run the SQL script against the database, do one of the following
Cuando ya hayamos creado la base de datos y establecido por defecto, podemos cargar el script SQL con nuestras sentencias de creación de tablas.
Now that we have created the database and set it as the default, we can load the SQL script with our table creation statements.