El Script SQL generado por esta característica refleja el parámetro seleccionado desde la función/procedimiento, y actualiza todos los objetos dependientes de la base de datos.
The SQL script generated by this feature reflects the selected parameter from the function/procedure, and updates all dependent database objects.
Ejecutar el script SQL generado utilizando una herramienta tercera.
Execute the generated SQL script using a third-party tool.
Scripts PL/SQL no están soportados en el paso "Ejecutar Script SQL", pero pueden ser llamados como se describe en la siguiente sección.
PL/SQL scripts are not supported in the task Execute SQL Script step. But they can be called as described in the next section.
Haga clic en el botón Agregar región de la barra de herramientas Script SQL o seleccione el comando de menú Editor SQL | Insertar región.
Click the Add Region button in the SQL Script toolbar or select the menu option SQL Editor | Insert Region.
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