Subject | Czech | English |
comp., MS | back-end databázový server | back-end database server (A server that hosts data, configuration settings, and stored procedures that are associated with one or more applications) |
comp., MS | databázová aplikace | database application (A set of objects that can include tables, queries, forms, reports, macros, and code modules that are designed to work together to make a database easier to use) |
comp., MS | databázová knihovna | library database (A collection of procedures and database objects that you can call from any application. In order to use the items in the library, you must first establish a reference from the current database to the library database) |
comp., MS | databázová role | database role (A collection of users and groups with the same access to an Analysis Services database) |
comp., MS | databázové jádro | storage engine (A component of SQL Server that is responsible for managing the raw physical data in your database. For example, reading and writing the data to disk is a task handled by the storage engine) |
law, patents. | databázové právo | database right |
comp., MS | databázový diagram | database diagram (A graphical representation of any portion of a database schema. It can be either a whole or partial picture of the structure of the database. It includes tables, the columns they contain, and the relationships between the tables) |
comp., MS | databázový objekt | database object (A database component (for example, a table, index, trigger, view, key, constraint, default, rule, user-defined data type, or stored procedure in a database)) |
comp., MS | databázový ovladač | data source driver (A program file used to connect to a specific database. Each database program or management system requires a different driver) |
comp., MS | databázový projekt | database project (A collection of one or more data connections (a database and the information needed to access that database)) |
comp., MS | databázový server | database server (A computer that is running Microsoft SQL Server and is used by an SMS/Configuration Manager site to store the site data) |
comp., MS | databázový skript | database script (A collection of statements used to create database objects) |
comp., MS | databázový stroj | database engine (The program module or modules that provide access to a database management system (DBMS)) |
comp., MS | databázový stroj Access | Access database engine (Part of the Access database system that retrieves and stores data in user and system databases. The engine can be thought of as a data manager on which database systems are built) |
comp., MS | federované databázové servery | federated database servers (A set of linked servers that shares the processing load of data by hosting partitions of a distributed partitioned view) |
comp., MS | hodnota databázového sloupce | database column value (The placeholder for a database field displayed inside a database results region) |
comp., MS | Internetový databázový konektor | Internet Database Connector (A tool, included in IIS, that can send queries to a database, format the returned data in an HTML page, and return the page to a browser) |
comp., MS | Internetový databázový konektor | IDC (A tool, included in IIS, that can send queries to a database, format the returned data in an HTML page, and return the page to a browser) |
comp., MS | pevná databázová role | fixed database role (A predefined role that exists in each database. The scope of the role is limited to the database in which it is defined) |
comp., MS | Poradce pro optimalizaci databázového stroje | Database Engine Tuning Advisor (A tool for tuning the physical database design that helps users to select and create an optimal set of indexes, indexed views, and partitioning) |
comp., MS | relační databázový systém | RDBMS (A database system that organizes data into related rows and columns as specified by a relational model) |