DictionaryForumContacts

Terms containing Query | all forms | exact matches only
SubjectEnglishNorwegian Bokmål
comp., MSaction queryredigeringsspørring (A query that copies or changes data)
comp., MSANSI SQL query modeANSI SQL-spørremodus (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., MSappend querytilføyingsspørring (An action query that adds the records in a query's result set to the end of an existing table)
comp., MScollection-limited querysamlingsbegrenset spørring (A query that is scoped to include only resources that are in a specified collection)
comp., MSContent by QueryInnhold fra spørring (A Web Part that queries data from multiple sources within a site collection and presents that data in a custom view)
comp., MSContent QueryInnholdsspørring (A Web Part that queries data from multiple sources within a site collection and presents that data in a custom view)
comp., MScrosstab querykrysstabellspørring (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., MSdata-definition querydatadefinisjonsspørring (An SQL-specific query that contains data definition language (DDL) statements. These statements allow you to create or alter objects in the database)
comp., MSdeferred queryutsatt spørring (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., MSdelete queryslettespørring (A query (SQL statement) that removes rows matching the criteria you specify from one or more tables)
comp., MSevent queryhendelsesspørring (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., MSimmediate queryumiddelbar spørring (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., MSinteractive structured query languageISQL (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., MSkeyword query syntaxnøkkelordsyntaks (A query syntax for enterprise search that supports free-text expressions, property restrictions, and specified operators)
comp., MSlanguage-integrated queryLanguage 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)
comp., MSMake Table queryLag tabell-spørring (A query (SQL statement) that creates a new table and then creates records (rows) in it by copying records from an existing table)
comp., MSmake-table querylag-tabell-spørring (A query (SQL statement) that creates a new table and then creates records (rows) in it by copying records from an existing table)
comp., MSmethod-based querymetodebasert spørring (A query expressed as a direct method call to one or more Standard Query Operators)
comp., MSNumber of Queries reportrapport for antall spørringer (A Web analytics report that provides information on the number searches performed)
comp., MSparameter queryparameterspørring (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., MSpass-through querydirektespørring (An SQL-specific query you use to send commands directly to an ODBC database server)
comp., MSPopular Queries reportrapport for populære spørringer (A Web analytics report that provides information on the most popular searches)
comp., MSquery-based reportspørringsbasert rapport (A type of report generated from an Application Object Tree (AOT) query)
comp., MSQuery BuilderSpørreverktøy (The user interface for defining work item queries)
comp., MSquery channelspørringskanal (A DDE channel used in a conversation between the destination application and a specific query (for example, Query1) in Query. To use a query channel, you must have already opened the query window using a system channel)
comp., MSquery clausespørresetning (" A single clause of a query expression. There are several different query clauses, each identified by its initiating query keyword. For instance, the "from/From clause" refers to clauses like "From c In customers" in Visual Basic, or "from c in customers" in C.")
comp., MSquery designspørringsutforming (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)
comp., MSquery expressionspørreuttrykk (An expression that uses a language-integrated syntax for queries)
comp., MSquery keywordspørringsnøkkelord (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)
comp., MSquery optimizerspørringsoptimalisering (A database engine component responsible for generating efficient execution plans for statements)
comp., MSquery patternspørremønster (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., MSquery planspørringsplan (An internal strategy by which a database server tries to create result sets quickly)
comp., MSquery rolespørringsrolle (The role name of a server that services queries in the farm topology)
comp., MSquery rulespørringsregel (A rule that an administrator can configure and apply to query processing to help optimize results and create an enhanced user experience)
comp., MSquery serverspørringsserver (A server that is running the search service and servicing queries)
comp., MSQuery Servicespørringstjeneste (The web service exposed by the web front-end that allows a client program to execute queries)
comp., MSquery-size thresholdterskel for spørringsresultater (An administrative setting that limits the number of query results for SharePoint lists, sites, and site collections that contain a large number of items)
comp., MSquery variablespørringsvariabel (A variable that stores a query, as opposed to the results of a query)
comp., MSQuery windowspørringsvindu (A window in which you work with queries in Design view, Datasheet view, SQL view, or Print Preview)
comp., MSquery windowspørringsvindu (A reserved time for performing large, resource-intensive queries for a computer, server farm, or server cluster)
comp., MSrecursive queryrekursiv spørring (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., MSselect queryutvalgsspørring (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., MSsql querySQL-spørring (An SQL statement, such as SELECT, INSERT, UPDATE, DELETE, or CREATE TABLE)
comp., MSSQL-specific querySQL-spesifikk spørring (A query that consists of an SQL statement. Subqueries and pass-through, union, and data-definition queries are SQL-specific queries)
comp., MSstandard query operatorstandard spørringsoperator (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., MStext querytekstspørring (One or more phrases that can contain operators, quotation marks, wildcards such as or ?, and parentheses)
comp., MStotals querytotalverdispørring (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., MSunion queryunionsspørring (A query that uses the UNION operator to combine the results of two or more select queries)
comp., MSupdate queryoppdateringsspørring (An action query that changes a set of records according to criteria you specify. An update query does not return any records)
comp., MSWeb querywebspørring (A query that retrieves data stored on your intranet or the Internet)

Get short URL