Puede ser un archivo físico o una tabla SQL.
Netsaint registra su actividad en una tabla SQL.
Una transmisión en la aplicación actúa a modo de tabla SQL, ya que puede crear, introducir y seleccionar datos.
An in-application stream acts like a SQL table because you can create, insert, and select from it.
Así, por ejemplo, puede crear un informe automático, enviar un correo, purgar una tabla SQL, etc.
For example, you can create an automatic report, send an email, clear a SQL table, etc.
Como le hemos visto, con las balizas podemos extraer contenidos desde el entorno o desde una tabla SQL.
We have already seen that we can use tags to extract data from the environment or from an SQL table.
A continuación, el servicio aplica el esquema a la transmisión de entrada y hace que tenga el aspecto de una tabla SQL que se actualiza constantemente, para que pueda escribir consultas SQL.
Then, the service applies the schema to the input stream and makes it look like a SQL table that is continually updated so that you can write standard SQL queries against it.
Primero estoy eliminando el contenido de la tabla SQL antes de llenarlo nuevamente con los datos de Excel.
I am first deleting the contents of the SQL table before filling it again with the data from excel.
De manera automática, SPIP, analizando el esqueleto, entenderá que debe recuperar los campos nombre, edad y raza en la tabla SQL gatos.
When automatically analysing the squelette template, SPIP will understand that it should retrieve the name, age and race fields from the SQL table called cats.
Si se tiene una columna en una tabla SQL y se necesita reemplazar los caracteres de retorno (Enter) con otro carácter como espacio o el...
If you have one column in a SQL table and you need to replace the carriage return with a blank or other character. You can do this
Todos los comandos SQL se generan para crear la tabla SQL principal y sus tablas de referencia.
All SQL commands are generated for creating the main SQL table and its reference tables.
Estas URLs se gestionan ahora en una tabla SQL separada de la de la clave principal, lo que acelera su utilización en sitios grandes.
These URLs are now managed by a separate SQL table of which they are the primary key, which accelerates their use.
Antes, SPIP se servía de una tabla SQL suplementaria para efectuar la indexación de elementos del sitio desde su creación.
Before this version, SPIP used an supplementary SQL table in order to index elements when they were created.
Para las aplicaciones SQL, la interacción con la secuencia en la aplicación es la misma que con una tabla SQL al utilizar enunciados SQL.
For SQL applications, you interact with an in-application stream in the same way you would a SQL table by using SQL statements.