Examples with "SQL Merge" and their translation in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Las transformaciones de datos de MapForce Server alcanzan un nivel superior gracias a funciones de procesamiento en paralelo y subprocesos, operaciones SQL Merge masivas, compatibilidad con múltiples plataformas y mucho más.
MapForce Server takes data transformation to the next level with server capabilities including parallel processing and multi-threading, bulk SQL merge, cross-platform support, and more.
Andere resultaten
Para cada acción de inserción, actualización o eliminación especificada en la instrucción MERGE, SQL Server activa los desencadenadores AFTER correspondientes definidos en la tabla de destino, pero no garantiza qué acción activará los desencadenadores primero o último.
For every insert, update, or delete action specified in the MERGE statement, SQL Server fires any corresponding AFTER triggers defined on the target table, but does not guarantee on which action to fire triggers first or last.
REVISIÓN: Recibe mensaje de error 8672 cuando ejecuta una instrucción MERGE en SQL Server 2008403941976410
FIX: You receive error message 8672 when you run a MERGE statement in SQL Server 2008403941976410
El manejador basado en el procedimiento se utiliza mejor para el conjunto de resultados de consumo o sentencias SQL tipo "uno y listo" tales como MERGE.
The procedure-based handler is best used for result set consumption or "one and done" type SQL statements such as MERGE.
Si la base de datos admite instrucciones MERGE, el script SQL que genera MapForce incluirá instrucciones MERGE.
If MERGE is not supported by the database type, the generated SQL script includes UPDATE statements only.
Las sentencias SQL permitidas para analizar son: SELECT, INSERT, UPDATE, DELETE y MERGE.
The SQL statements that can be analyzed are: SELECT, INSERT, UPDATE, DELETE and MERGE.