DictionaryForumContacts

   English
Terms for subject Microsoft containing table | all forms | exact matches only
EnglishSpanish
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)
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)
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)
table data regionsección de datos tabulados (A report item on a report layout that displays data in a columnar format)
table data regionregión de datos de tabla (A report item on a report layout that displays data in a columnar format)
Table DesignerDiseñador de tablas (A visual design surface that is used to create and edit TSQL tables and table related objects)
Table HierarchyJerarquía de tabla (A SmartArt graphic layout used to show groups of information built from top to bottom, and the hierarchies within each group. This layout does not contain connecting lines)
table layoutdiseño de tabla (The layout of a form in which all elements are positioned in cells within a table)
Table ListTabla con lista (A SmartArt graphic layout used to show grouped or related information of equal value. The first Level 1 line of text corresponds to the top shape and its Level 2 text is used for the subsequent lists)
table lockbloqueo de tabla (A lock on a table including all data and indexes)
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 contentstabla de contenido, TDC (The listing of contents at the beginning of a document or file)
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)
table referencereferencia de tabla (A name, expression or string that resolves to a table)
Table serviceservicio Tabla (The data management service in Windows Azure Storage that stores large amounts of structured, non-relational data. The Table service is a NoSQL datastore that accesses authenticated calls from inside and outside Windows Azure)
table-valued functionfunción con valores de tabla (A user-defined function that returns a table)