DictionaryForumContacts

   English
Terms for subject Microsoft containing tables | all forms
EnglishSpanish
action tabletabla de acciones (A set of rules, stored as an ADO Recordset, that define how workflow items can change state. Each row in an action table represents a possible state transition in the workflow)
base tabletabla básica (A table that assumes a parent role when it participates in an inheritance relationship with another table)
base tabletabla base (A table stored permanently in a database. Base tables are referenced by views, cursors, SQL statements, and stored procedures)
child tabletabla secundaria (A table that assumes a child role when it participates in an integrity relationship with another table and whose foreign key attribute values are migrated from the table assuming the parent role in the relationship)
color look-up tabletabla CLUT (When a graphic is created or edited, the user may specify a CLUT that corresponds with the needs of print, Web, or other destination media. In Web design, a specific CLUT of browser-safe colors is used to be certain graphics and designs will display consistently across different platforms and with different browsers)
color tabletabla de colores (When a graphic is created or edited, the user may specify a CLUT that corresponds with the needs of print, Web, or other destination media. In Web design, a specific CLUT of browser-safe colors is used to be certain graphics and designs will display consistently across different platforms and with different browsers)
cost rate tabletabla de tasa de costo (A collection of information about a resource's rates, including the standard rate, overtime rate, any per-use cost, and the date when the pay rate takes effect. You can establish up to five different cost rate tables for each resource)
custom tabletabla personalizada (A type of filter that enables users to choose from a list and then drive dashboard content from multiple data sources)
distributed routing tabletabla de enrutamiento distribuida (A routing table with entries that are distributed across a group of machines that can be used to map numeric keys to application endpoints and find routes through the network of peers)
Excel tabletabla de Excel (A range of cells in a worksheet that has been formatted as a table and can be managed independently from the data in other rows and columns on the worksheet)
fact tabletabla de hechos (A central table in a data warehouse schema that contains numerical measures and keys relating facts to dimension tables)
global descriptor tabletabla de descriptor global (A memory segment that contains descriptors for code, data, and descriptor table segments. All processor tasks have access to a common GDT)
GUID partition tabletabla de particiones GUID (A disk-partitioning scheme that is used by the Extensible Firmware Interface (EFI). GPT offers more advantages than master boot record (MBR) partitioning because it allows up to 128 partitions per disk, provides support for volumes up to 18 exabytes in size, allows primary and backup partition tables for redundancy, and supports unique disk and partition IDs (GUIDs))
hash tabletabla hash (A data structure that carries out a mathematical calculation on a field identifier to determine where a data element in a large table or index is located)
IM service providers tabletabla del proveedor de mensajería instantánea (A table configured on an Access Edge Server or Access Proxy containing the names and FQDNs (fully qualified domain names) of IM service providers, including public IM service providers, allowed to connect to that Access Edge Server or Access Proxy. These providers typically are responsible for routing to multiple domains)
jump tabletabla de saltos (A table of identifiers and addresses for a certain class of routines such as interrupt handlers (routines carried out in response to certain signals or conditions))
layout tabletabla de diseño (A predefined layout that defines the structure of a Web page as a table. A layout table can also include formatting such as rounded corners, borders, and visual effects)
layout tablediseño de tabla (A framework that includes rows and columns for organizing and arranging content on a form, including controls, control labels, sections of a form, logos, and other types of graphics)
linked tabletabla vinculada (An OLE DB rowset exposed by an OLE DB data source that has been defined as a linked server for use in SQL Server distributed queries)
linking tabletabla de vinculación (A table that has associations with two other tables, and is used indirectly as an association between those two tables)
lookup tabletabla de búsqueda (A lookup table consists of rows and columns of data. A lookup function examines the table either horizontally or vertically and then retrieves the data that corresponds to the argument specified as part of the lookup function)
make-table queryconsulta 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)
master file tabletabla maestra de archivos (An NTFS system file on NTFS-formatted volumes that contains information about each file and folder on the volume. The MFT is the first file on an NTFS volume)
nested tabletabla anidada (A table inserted within a table cell. If you use a table to lay out a page, and you want to use another table to arrange the information, you can insert a nested table)
parent tabletabla principal (A table that assumes a parent role when it participates in an integrity relationship with another table and whose attribute values migrate to foreign key attributes in the table assuming the child role in the relationship)
partition tabletabla de particiones (On a hard disk, the data structure that stores the offset (location) and size of each primary partition on the disk. On MBR disks, the partition table is located in the master boot record. On GPT disks, the partition table is located in the GUID partition entry array)
partitioned tabletabla con particiones (A table built on a partition scheme, and whose data is horizontally divided into units which may be spread across more than one filegroup in a database)
partitioned table parallelismparalelismo de tabla con particiones (The parallel execution strategy for queries that select from partitioned objects. As part of the execution strategy, the query processor determines the table partitions that are required for the query and the proportion of threads to allocate to each partition. In most cases, the query processor allocates an equal or almost equal number of threads to each partition, and then executes the query in parallel across the partitions)
primary dimension tabletabla de dimensiones principal (In a snowflake schema in a data warehouse, a dimension table that is directly related to, and usually joined to, the fact table)
primary tabletabla principal (" The "one" side of two related tables in a one-to-many relationship. A primary table should have a primary key and each record should be unique.")
repeating tabletabla de repetición (A control on a form that contains other controls in a table format and that repeats as needed. Users can insert multiple rows when filling out the form)
routing tabletabla de enrutamiento (A data structure used by the routing client to track the connectivity information of all cache hosts in the cache cluster. It is maintained by lead hosts in the cluster. It allows a routing client to obtain cached data directly from the cache host on which the data resides)
sparing tabletabla de recuperación (A remapping table in the UDF file format that allows defect management with disk/drive systems that do not typically perform defect management (e.g. CD-RW) by reallocating the data at the file system layer when a defective block is encountered)
switch in tabletabla de activación (The staging table the user wants to use to switch in their data. The staging table needs to be created before switching partitions with the Manage PartitionsWizard.)
system tablestablas del sistema (Built-in tables that form the system catalog for SQL Server)
table namenombre de tabla (A name for an Excel table, which is a collection of data about a particular subject that is stored in records (rows) and fields (columns))
table of figurestabla de ilustraciones (A list of the captions for pictures, charts, graphs, slides, or other illustrations in a document, along with the numbers of the pages the captions appear on)
table-per hierarchytabla por jerarquía (A method of modeling a type hierarchy in a database that includes the attributes of all the types in the hierarchy in one table)
table-per-concrete typetabla por tipo concreto (A method of mapping the inheritance where each non-abstract type in the hierarchy is mapped to separate table in the database. Often used when there are unrelated tables that store the same kinds of data in the database. For example, the Product and DiscontinuedProduct tables)
table-per-typetabla por tipo (A method of modeling a type hierarchy in a database that uses multiple tables with one-to-one relationships to model the various types)
transaction commit sequence tabletabla de secuencia de confirmación de transacciones (A data structure that tracks out-of-sequence commit transactions. Transactions can commit in a different order than that in which they were begun (out-of-sequence commit). A row is inserted into the transaction commit sequence table at the time a transaction commits if that transaction is doing an out-of-sequence commit)
valid time state tabletabla de estado durante tiempo válido (A table that tracks the state of an entity over time using a valid-from and a valid-to column)
video look-up tabletabla CLUT (When a graphic is created or edited, the user may specify a CLUT that corresponds with the needs of print, Web, or other destination media. In Web design, a specific CLUT of browser-safe colors is used to be certain graphics and designs will display consistently across different platforms and with different browsers)