Subject | English | Spanish |
comp., MS | Advanced Query Syntax | Sintaxis de consulta avanzada (A search query syntax that helps produce more precise search results by using targeted queries that search specific properties in a message type. AQS defines certain keywords which can be used to refine the search query, such as specifying boolean operations on searched terms (AND, OR, NOT) as well as to specify further filters based on file metadata or file type. It can also be used to limit results from specific information stores like regular files, offline files cache, or e-mail stores) |
comp., MS | aggregate query | consulta de funciones agregadas (A query (SQL statement) that summarizes information from multiple rows by including an aggregate function such as Sum or Avg) |
comp., MS | ANSI SQL query mode | modo de consulta SQL ANSI (One of two types of SQL syntax: ANSI-89 SQL (also called Microsoft Jet SQL and ANSI SQL), which is the traditional Jet SQL syntax; and ANSI-92 SQL, which has new and different reserved words, syntax rules, and wildcard characters) |
comp., MS | append query | consulta de datos anexados (An action query that adds the records in a query's result set to the end of an existing table) |
work.fl., IT | Boolean query | expresión de la pregunta por la lógica de Boole |
work.fl., IT | Boolean query | expresión booleana |
commun. | circuit group query message | mensaje de indagación sobre grupo de circuitos |
commun. | circuit group query response message | mensaje de respuesta a indagación sobre grupo de circuitos |
work.fl., IT | coded query | pregunta indizada |
work.fl., IT | coded query | pregunta codificada |
comp., MS | compiled query | consulta compilada (A query that has been pre-compiled and cached for the future reuse) |
comp., MS | Content by Query | Contenido por consulta (A Web Part that queries data from multiple sources within a site collection and presents that data in a custom view) |
comp., MS | Content Query | Consulta de contenido (A Web Part that queries data from multiple sources within a site collection and presents that data in a custom view) |
comp., MS | crosstab query | consulta de tabla de referencias cruzadas (A query that calculates a sum, average, count, or other type of total on records, and then groups the result by two types of information: one down the left side of the datasheet and the other across the top) |
comp., MS | data-definition query | consulta de definición de datos (An SQL-specific query that contains data definition language (DDL) statements. These statements allow you to create or alter objects in the database) |
comp., MS | deferred query | consulta en diferido (A LINQ query that is not evaluated until it is iterated over, either with a foreach statement (C) or a For Each statement (Visual Basic), or by manually using the underlying GetEnumerator and MoveNext methods) |
comp., MS | delete query | consulta de eliminación (A query (SQL statement) that removes rows matching the criteria you specify from one or more tables) |
comp., MS | distributed query | consulta distribuida (A single query that accesses data from multiple data sources) |
IT | European Parliament On-line Query System | Sistema de consulta en línea del Parlamento Europeo |
comp., MS | event query | consulta de evento (A WMI Query Language statement that event consumers use to register to receive notification of specific events. An event provider uses an event query to register to generate notifications of specific events) |
IT, dat.proc. | field query | recuperación de campos |
comp., MS | full-text query | consulta de texto (As a SELECT statement, a query that searches for words, phrases, or multiple forms of a word or phrase in the character-based columns (of char, varchar, text, ntext, nchar, or nvarchar data types). The SELECT statement returns those rows meeting the search criteria) |
comp., MS | Graph Query Language | Lenguaje de consulta de gráfico (A query language used to query the graph index) |
comp., MS | graphical query designer | diseñador gráfico de consultas (A query designer provided by the Reporting Services that allows the user to interactively build a query and view the results for data source types SQL Server, Oracle, OLE DB, and ODBC) |
comp., MS | immediate query | consulta inmediata (A LINQ query that is evaluated immediately. Any query that returns a single value, as opposed to a sequence of values, or that is terminated by a call to ToList, ToArray, ToDictionary, or ToLookup) |
IT | interactive query language | lenguaje de consulta interactivo |
work.fl. | interactive query language | lenguaje interactivo de interrogación |
comp., MS | interactive structured query language | lenguaje ISQL (An interactive command prompt utility provided with SQL Server that lets users run Transact-SQL statements or batches from a server or workstation and view the results that are returned) |
comp., MS | interactive structured query language | lenguaje de consulta estructurado interactivo (An interactive command prompt utility provided with SQL Server that lets users run Transact-SQL statements or batches from a server or workstation and view the results that are returned) |
comp., MS | keyword query syntax | sintaxis de consulta de palabras clave (A query syntax for enterprise search that supports free-text expressions, property restrictions, and specified operators) |
comp., MS | language-integrated query | Language Integrated Query (A query syntax that defines a set of query operators that allow traversal, filter, and projection operations to be expressed in a direct, declarative way in any .NET-based programming language) |
stat. | logical map query | consulta lógica de mapa |
comp., MS | Make Table query | consulta de creación de tabla (A query (SQL statement) that creates a new table and then creates records (rows) in it by copying records from an existing table) |
comp., MS | make-table query | consulta de creación de tabla (A query (SQL statement) that creates a new table and then creates records (rows) in it by copying records from an existing table) |
comp., MS | method-based query | consulta basada en métodos (A query expressed as a direct method call to one or more Standard Query Operators) |
comp., MS | My Queries | Mis consultas (A folder under the work items node of every Team Foundation project that contains queries defined by, and seen only by the current user) |
comp., MS | natural query syntax | sintaxis de consulta en lenguaje natural (A search method that lets you direct your search using conversational language) |
comp., MS | nested query | consulta anidada (A SELECT statement that contains one or more subqueries) |
comp., MS | Number of Queries report | informe Número de consultas (A Web analytics report that provides information on the number searches performed) |
comp., MS | object query | consulta de objeto (A query executed against an EDM within an object context that returns data as objects) |
comp., MS | parameter query | consulta de parámetros (A type of query that, when you run it, prompts for values (criteria) to use to select the records for the result set so that the same query can be used to retrieve different result sets) |
comp., MS | parameterized query | consulta con parámetros (A query that accepts input values through parameters) |
comp., MS | pass-through query | consulta de paso a través (An SQL-specific query you use to send commands directly to an ODBC database server) |
IT | polling query | consulta |
comp., MS | polling query | consulta de sondeo (A singleton query that returns a value Analysis Services can use to determine if changes have been made to a table or other relational object) |
comp., MS | Popular Queries report | informe Consultas populares (A Web analytics report that provides information on the most popular searches) |
comp., MS | project query | consulta del proyecto (A query that is saved for all users of a project) |
comp., MS | prompted query | petición de consulta (A query in which a dialog box prompts a user to supply more information. Prompted queries are constructed with a general expression, not a specific value. The SMS/Configuration Manager Administrator console prompts the user to supply the actual value when the query is run) |
IT, dat.proc. | protected query | consulta protegida |
comp., MS | query-based report | informe basado en consultas (A type of report generated from an Application Object Tree (AOT) query) |
comp., MS | query-based test suite | conjunto de pruebas basado en consulta (The set of test cases that are returned when a specific query is run. If new test cases that meet the criteria in this query are added to the test suite, the new test cases will automatically appear in the query-based test suite) |
comp., MS | query binder | enlazador de consultas (An object that binds an existing StreamInsight query template to specific input and output adapters) |
comp., MS | query binding | enlace de consultas (The process of binding instances of input adapters and instances of output adapters to an instance of a query template) |
comp., MS | Query Builder | Generador de consultas (The user interface for defining work item queries) |
ed., IT | query by content | consulta por contenido |
IT | query by example | query-by-example |
IT | query by example | consulta por ejemplos |
comp., MS | query by example | consulta mediante ejemplos (" A simple-to-use query language implemented on several relational database management systems. Using query by example, the user specifies fields to be displayed, intertable linkages, and retrieval criteria directly onto forms displayed on the screen. These forms are a direct pictorial representation of the table and row structures that make up the database. Thus, the construction of a query becomes a simple "checkoff" procedure from the viewpoint of the user. ") |
IT | query-by-example | consulta por ejemplos |
IT | query-by-example | query-by-example |
IT | Query-By-Example system | sistema de Query-By-Example |
comp., MS | query clause | cláusula de consulta (The combination of an expression (or query subclause) and its adjacent logical operator. It is modeled on the WHERE clause of a SQL statement and contains Field Name, operator, and value) |
IT, dat.proc. | query condition | condición de consulta |
comp., MS | query design | diseño de consulta (All elements included in the Query window, such as tables, criteria, the order in which fields are arranged, and so on. The design also specifies whether Auto Query is turned on, and whether you can edit the source data) |
IT, dat.proc. | query design screen | pantalla de diseño de consultas |
comp., MS | query expression | expresión de consulta (An expression that uses a language-integrated syntax for queries) |
health. | query fever | fiebre Q |
health., anim.husb. | query fever | fiebre de Queensland (nosogenum:Coxiella burnetii) |
comp., MS | query field | campo de consulta (A field that can contain a value that is used in a query) |
IT, dat.proc. | query format | formato de consulta |
work.fl. | query formulation | enunciado de la consulta |
work.fl. | query formulation | formulación de la pregunta |
work.fl. | query formulation | ecuación de búsqueda |
IT, dat.proc. | query generator | pantalla de diseño de consultas |
comp., MS | query governor | regulador de consultas (A configuration option that can be used to prevent system resources from being consumed by long-running queries) |
comp., MS | query hint | sugerencia de consulta (A hint that specifies that the indicated hints should be used throughout the query. Query hints affect all operators in the statement) |
comp., MS | query keyword | palabra clave de consulta (A contextual keyword in C and Visual Basic that designates the query clause of a query expression. For example, from, join, and select are query keywords in C, and From, Join, and Select are query keywords in Visual basic) |
IT, R&D. | query language | lenguaje de consulta |
work.fl. | query language | lenguaje de interrogación |
ed., IT | query language approximating to normal phraseology | lenguaje de consulta próximo a la fraseología normal |
IT, dat.proc. | query mask | máscara de consulta |
comp., MS | query optimizer | optimizador de consultas (A database engine component responsible for generating efficient execution plans for statements) |
comp. | query options | opciones de consulta |
comp., MS | query path | ruta de la consulta (A string representation of a path that specifies which related objects to return when a typed object query is executed) |
comp., MS | query pattern | modelo de consulta (The set of standard query operators that is available in all LINQ queries, and the rules that define the structure of a LINQ query) |
comp., MS | query plan | plan de consulta (An internal strategy by which a database server tries to create result sets quickly) |
comp., MS | Query Remote Desktop Server Utility | Utilidad de identificación de servidores de Escritorio remoto (A utility that identifies remote desktop servers on the network) |
comp., MS | query server | servidor de consultas (A server that is running the search service and servicing queries) |
comp., MS | Query Service | Servicio de consultas (The web service exposed by the web front-end that allows a client program to execute queries) |
comp., MS | query-size threshold | umbral de tamaño de consulta (An administrative setting that limits the number of query results for SharePoint lists, sites, and site collections that contain a large number of items) |
work.fl. | query statement | formulación de la pregunta |
work.fl. | query statement | enunciado de la consulta |
work.fl. | query statement | ecuación de búsqueda |
comp., MS | query variable | variable de consulta (A variable that stores a query, as opposed to the results of a query) |
comp., MS | Query View | Vista de consultas (The Visual Studio document window that contains both the query builder and the results list. Query View is designed to help you quickly define and run your own queries) |
IT, dat.proc. | query view file | fichero de vista de consulta |
IT, dat.proc. | query view file | archivo de vista de consulta |
comp., MS | Query Web Service | Servicio web de consulta (A Provisioning Server Web service that responds to customer service related queries from solution providers) |
comp., MS | Query window | ventana Consulta (A window in which you work with queries in Design view, Datasheet view, SQL view, or Print Preview) |
comp., MS | query window | período de consulta (A reserved time for performing large, resource-intensive queries for a computer, server farm, or server cluster) |
work.fl., IT | ran query | clasificación de las referencias citadas en respuesta en un orden decreciente de pertinencia |
comp., MS | range query | consulta por rango (A query that specifies a range of values as part of the search criteria, such as all rows from 10 through 100) |
IT | Relational Query By Example | Consulta relacional mediante ejemplos |
comp., MS | Run Query | Ejecutar consulta (A command to run a work item query) |
comp., MS | runaway query | consulta descontrolada (A query with an excessive running time, that can lead to a blocking problem. Runaway queries usually do not use use a query or lock time out) |
work.fl., IT | search query | pregunta formulada |
comp., MS | select query | consulta de selección (A query that asks a question about the data stored in your tables and returns a result set in the form of a datasheet, without changing the data) |
stat. | spatial map query | consulta espacial de mapa |
comp., MS | sql query | consulta SQL (An SQL statement, such as SELECT, INSERT, UPDATE, DELETE, or CREATE TABLE) |
comp., MS | SQL-specific query | consulta específica de SQL (A query that consists of an SQL statement. Subqueries and pass-through, union, and data-definition queries are SQL-specific queries) |
IT | standard query language | lenguaje normalizado de consulta |
comp., MS | standard query operator | operador de consulta estándar (A method that constitutes a query pattern and that is implemented by a LINQ provider for a specific domain. Standard query operators are defined in the System.Linq.Enumerable class) |
comp., MS | star query | consulta de combinación en estrella (A query that joins a fact table and a number of dimension tables) |
IT | structured query language | lenguaje de interrogación estructurado |
comp., MS | Structured Query Language | Lenguaje de consulta estructurado (A database query and programming language widely used for accessing, querying, updating, and managing data in relational database systems) |
IT | structured query language | lenguaje de consulta estructurado |
work.fl. | structured query language | SQL |
comp., MS | tabular query | consulta tabular (A standard operation such as search, sort, filter or transform on data in a table) |
gen. | temporal databases:representation and querying | bases de datos temporales: representación y consulta |
comp., MS | totals query | consulta de totales (A query that displays a summary calculation, such as an average or sum, for values in various fields from a table or tables. A totals query is not a separate kind of query; rather, it extends the flexibility of select queries) |
comp., MS | union query | consulta de unión (A query that uses the UNION operator to combine the results of two or more select queries) |
IT, dat.proc. | unprotected query | consulta no protegida |
comp., MS | update query | consulta de actualización (An action query that changes a set of records according to criteria you specify. An update query does not return any records) |
comp., MS | Web query | consulta web (A query that retrieves data stored on your intranet or the Internet) |
work.fl., IT | weighted query | pregunta ponderada |
comp., MS | WMI Query Language | lenguaje de consulta de WMI (A subset of ANSI SQL with semantic changes adapted to Windows Management Instrumentation (WMI)) |