DictionaryForumContacts

Terms containing Query | all forms | exact matches only
SubjectItalianEnglish
crim.law., fin., polit.Border Query ToolBorder Query Tool
comp., MSfinestra Progettazione query con interfaccia graficagraphical query designer (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., MSInteractive Structured Query Languageinteractive structured query language (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., MSlinguaggio di query per grafiGraph Query Language (A query language used to query the graph index)
comp., MSMicrosoft Power Query per ExcelMicrosoft Power Query for Excel (The Excel business intelligence add-in focused on data discovery and access)
comp., MSmodalità query SQL ANSIANSI SQL query mode (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., MSoperatore query standardstandard query operator (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., MSquery a campi incrociaticrosstab query (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., MSquery basata su metodomethod-based query (A query expressed as a direct method call to one or more Standard Query Operators)
ITquery by examplequery by example
ITQuery by ExampleQuery-By-Example system
ITquery by examplequery-by-example
comp., MSquery compilatacompiled query (A query that has been pre-compiled and cached for the future reuse)
comp., MSquery con eccessivo tempo di esecuzionerunaway query (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)
comp., MSquery con join a stellastar query (A query that joins a fact table and a number of dimension tables)
comp., MSquery con parametriparameter query (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., MSquery con parametriparameterized query (A query that accepts input values through parameters)
comp., MSquery con richiestaprompted query (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)
comp., MSQuery contenutoContent Query (A Web Part that queries data from multiple sources within a site collection and presents that data in a custom view)
comp., MSQuery contenutoContent by Query (A Web Part that queries data from multiple sources within a site collection and presents that data in a custom view)
comp., MSquery del progettoproject query (A query that is saved for all users of a project)
comp., MSquery di accodamentoappend query (An action query that adds the records in a query's result set to the end of an existing table)
comp., MSquery di aggiornamentoupdate query (An action query that changes a set of records according to criteria you specify. An update query does not return any records)
comp., MSquery di aggregazioneaggregate query (A query (SQL statement) that summarizes information from multiple rows by including an aggregate function such as Sum or Avg)
comp., MSquery di comandoaction query (A query that copies or changes data)
comp., MSquery di creazione tabellaMake Table query (A query (SQL statement) that creates a new table and then creates records (rows) in it by copying records from an existing table)
comp., MSquery di creazione tabellamake-table query (A query (SQL statement) that creates a new table and then creates records (rows) in it by copying records from an existing table)
comp., MSquery di definizione dei datidata-definition query (An SQL-specific query that contains data definition language (DDL) statements. These statements allow you to create or alter objects in the database)
comp., MSquery di eliminazionedelete query (A query (SQL statement) that removes rows matching the criteria you specify from one or more tables)
comp., MSquery di inserimentoInsert Into query (A query that copies specific columns and rows from one table to another or to the same table)
comp., MSquery di inserimento valoriInsert Values query (A query (SQL statement) that creates a new row and inserts values into specified columns)
comp., MSquery di intervallorange query (A query that specifies a range of values as part of the search criteria, such as all rows from 10 through 100)
comp., MSquery di oggettoobject query (A query executed against an EDM within an object context that returns data as objects)
comp., MSquery di pollingpolling query (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., MSquery di selezioneselect query (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)
comp., MSquery di testotext query (One or more phrases that can contain operators, quotation marks, wildcards such as or ?, and parentheses)
comp., MSquery di totalizzazionetotals query (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., MSquery di unioneunion query (A query that uses the UNION operator to combine the results of two or more select queries)
comp., MSquery distribuitadistributed query (A single query that accesses data from multiple data sources)
comp., MSquery elemento di lavorowork item query (A specialized SELECT statement containing a WHERE clause, and COLUMN and SORT BY elements. Work Item Query is modeled after SQL queries)
comp., MSquery eventievent query (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)
comp., MSquery full-textfull-text query (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., MSQuery Governorquery governor (A configuration option that can be used to prevent system resources from being consumed by long-running queries)
comp., MSquery immediataimmediate query (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)
comp., MSquery in esecuzionestanding query (An instantiation of a query template that runs within the StreamInsight server performing continuous computation over the incoming events)
comp., MSquery limitata a raccoltecollection-limited query (A query that is scoped to include only resources that are in a specified collection)
comp., MSquery nidificatanested query (A SELECT statement that contains one or more subqueries)
comp., MSQuery Optimizerquery optimizer (A database engine component responsible for generating efficient execution plans for statements)
comp., MSquery pass-throughpass-through query (An SQL-specific query you use to send commands directly to an ODBC database server)
comp., MSquery posticipatadeferred query (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., MSquery ricorsivarecursive query (A query made to a DNS server in which the requester asks the server to assume the full workload and responsibility for providing a complete answer to the query. The DNS server will then use separate iterative queries to other DNS servers on behalf of the requester to assist in completing an answer for the recursive query)
comp., MSquery specifica di SQLSQL-specific query (A query that consists of an SQL statement. Subqueries and pass-through, union, and data-definition queries are SQL-specific queries)
comp., MSquery SQLsql query (An SQL statement, such as SELECT, INSERT, UPDATE, DELETE, or CREATE TABLE)
comp., MSquery tabularetabular query (A standard operation such as search, sort, filter or transform on data in a table)
comp., MSquery WebWeb query (A query that retrieves data stored on your intranet or the Internet)
comp., MSreport query frequentiPopular Queries report (A Web analytics report that provides information on the most popular searches)
comp., MSsintassi di query con parole chiavekeyword query syntax (A query syntax for enterprise search that supports free-text expressions, property restrictions, and specified operators)

Get short URL