Examples with "SQL Optimizer" and their translation in Spaans
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.
The standard SQL query optimizer can determine which table should be on which side of the join, but it is still recommended to order your joined tables appropriately.
El optimizador de consultas SQL estándar puede determinar qué tabla debe estar en qué lado de la unión, pero todavía se recomienda ordenar las tablas unidas de manera adecuada.
Because the SQL Server query optimizer typically selects the best execution plan for a query, we recommend that hints be used only as a last resort by experienced developers and database administrators.
Como el optimizador de consultas de SQL Server suele seleccionar el mejor plan de ejecución de una consulta, se recomienda que únicamente los administradores de bases de datos y desarrolladores experimentados utilicen las sugerencias como último recurso.
In this article, we will see how we could design an effective clustered index that the SQL Server Query Optimizer will always take benefits from, in speeding up the data retrieval process, which is the main goal of building an index.
En este artículo, veremos cómo podríamos diseñar un índice agrupado efectivo del cual podrá siempre sacar beneficios, al hacer más rápido el proceso de recuperación de datos, la cual es la principal meta de construir un índice.
When the member tables and partitioned view definition are in place, the SQL Server query optimizer builds intelligent plans that use queries efficiently to access data from member tables.
Cuando las tablas miembro y la definición de la vista con particiones están preparadas, el optimizador de consultas de SQL Server crea planes inteligentes que utilizan las consultas de forma eficaz para tener acceso a los datos de las tablas miembro.
If we do not use bind parameters but write the actual values in the SQL statement, the optimizer selects the proper index for the active filter
Si no se usan variables Bind pero se escribe con los valores actuales dentro de la sentencia SQL, el optimizador seleccionará el índice correcto para el filtro activo
If you do not explicitly build parameters into the design of your applications, you can also rely on the SQL ServerSQL Server Query Optimizer to automatically parameterize certain queries by using the default behavior of simple parameterization.
Si no incorpora explícitamente parámetros en el diseño de las aplicaciones, puede utilizar el optimizador de consultas de SQL Server para parametrizar automáticamente determinadas consultas mediante el uso del comportamiento predeterminado de Parametrización simple.
In addition to that, SQL Server column level statistics are generated automatically against SQL temp tables, helping the SQL Server Query Optimizer to generate the best execution plan, gaining the best performance when querying that SQL Server temp table.
En adición a eso, las estadísticas a nivel de columna de SQL Server son generadas automáticamente contra las tablas temporales, ayudando al Optimizador de Consultas de SQL Server a generar el mejor plan de ejecución, obteniendo el mejor desempeño cuando se consulta a una tabla temporal.
Execution plans graphically display the data retrieval methods chosen by the SQL Server SQL Server Query Optimizer. nested loop, merge join, hash join, aggregates) y speeling.
En esta sesión conoceremos los operadores básicos de los planes de ejecución: nested loop, merge join, hash join, aggregates) y speeling.
Defining PRIMARY KEY and UNIQUE KEY constraints during SQL temp table creation will enable SQL Server Query Optimizer to always be able to use these indexes.
Definir restricciones de CLAVE PRIMARIA Y CLAVE ÚNICA durante la creación de tablas temporales permitirá al Optimizador de Consultas de SQL Server a estar siempre dispuesto para usar estos índices.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.