Subject | English | Norwegian Bokmål |
comp., MS | ANSI SQL query mode | ANSI 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., MS | interactive structured query language | 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 | keyword query syntax | nøkkelordsyntaks (A query syntax for enterprise search that supports free-text expressions, property restrictions, and specified operators) |
comp., MS | query-based report | spørringsbasert rapport (A type of report generated from an Application Object Tree (AOT) query) |
comp., MS | Query Builder | Spørreverktøy (The user interface for defining work item queries) |
comp., MS | query channel | spø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., MS | query clause | spø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., MS | query design | spø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., MS | query expression | spørreuttrykk (An expression that uses a language-integrated syntax for queries) |
comp., MS | query keyword | spø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., MS | query optimizer | spørringsoptimalisering (A database engine component responsible for generating efficient execution plans for statements) |
comp., MS | query pattern | spø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., MS | query plan | spørringsplan (An internal strategy by which a database server tries to create result sets quickly) |
comp., MS | query role | spørringsrolle (The role name of a server that services queries in the farm topology) |
comp., MS | query rule | spørringsregel (A rule that an administrator can configure and apply to query processing to help optimize results and create an enhanced user experience) |
comp., MS | query server | spørringsserver (A server that is running the search service and servicing queries) |
comp., MS | Query Service | spørringstjeneste (The web service exposed by the web front-end that allows a client program to execute queries) |
comp., MS | query-size threshold | terskel 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., MS | query variable | spørringsvariabel (A variable that stores a query, as opposed to the results of a query) |
comp., MS | Query window | spørringsvindu (A window in which you work with queries in Design view, Datasheet view, SQL view, or Print Preview) |
comp., MS | query window | spørringsvindu (A reserved time for performing large, resource-intensive queries for a computer, server farm, or server cluster) |
comp., MS | standard query operator | standard 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) |