Subject | English | Polish |
comp., MS | Access database engine | Aparat bazy danych programu Access (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 | Add SourceSafe Database Wizard | Kreator dodawania bazy danych programu SourceSafe (A wizard that locates and configures a Visual SourceSafe database. If you cannot find an existing database to use, the wizard allows you to create a new one) |
comp., MS | back-end database server | serwer wewnętrznej bazy danych (A server that hosts data, configuration settings, and stored procedures that are associated with one or more applications) |
comp., MS | Business Contact Manager for Microsoft Outlook 2010 Database Tool | Narzędzie bazy danych dodatku Business Contact Manager dla programu Outlook 2010 (A downloadable tool that provides users with administration capabilities such as creating, sharing, backing up or restoring a database) |
comp., MS | complete database restore | pełne przywracanie bazy danych (A restore of a full database backup, the most recent differential database backup (if any), and the log backups (if any) taken since the full database backup) |
comp., MS | cross-database ownership chaining | międzybazowy łańcuch własności (An ownership chain that spans more than one database) |
comp., MS | database administrator | administrator bazy danych (The person who manages a database. The administrator determines the content, internal structure, and access strategy for a database, defines security and integrity, and monitors performance) |
comp., MS | database application | aplikacja bazy danych (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 | database availability group | grupa dostępności bazy danych (A group of up to 16 Mailbox servers that host a set of databases and provide automatic database-level recovery from failures that affect individual servers or databases) |
comp., MS | database catalog | wykaz bazy danych (The part of a database that contains the definition of all the objects in the database, as well as the definition of the database) |
comp., MS | database column value | wartość kolumny bazy danych (The placeholder for a database field displayed inside a database results region) |
comp., MS | Database Compare | Porównywanie baz danych (A Microsoft Office product that detects and categorizes changes between two databases to facilitate review and approval processes) |
comp., MS | database connection | połączenie z bazą danych (A connection that specifies the name, type, location, and, optionally, other information about a database file or server) |
comp., MS | database connection endpoint | punkt końcowy połączenia bazy danych (An endpoint representing the connection to a database) |
comp., MS | database development life cycle | cykl życia projektowania bazy danych (A structured process that is imposed upon the development of the database portion of an application. It is essentially a subset of the software development life cycle that is specific to one or more databases in an application) |
comp., MS | database diagram | diagram bazy danych (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 | Database Documenter | Dokumentator bazy danych (A tool that builds a report that contains detailed information about the objects in a database) |
comp., MS | database engine | aparat bazy danych (The program module or modules that provide access to a database management system (DBMS)) |
comp., MS | Database Engine Tuning Advisor | Doradca dostrajania aparatu bazy danych (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 | database file | plik bazy danych (One of the physical files that make up a database) |
comp., MS | database language | język bazy danych (The language used for accessing, querying, updating, and managing data in relational database systems) |
comp., MS | database maintenance tool | narzędzie konserwacji bazy danych (One of a number of utilities that allow users to back up, restore, and check for errors in the Business Contact Manager for Outlook database) |
econ. | database management system | system zarządzania bazą danych |
comp., MS | database manager | menedżer bazy danych (A layer of software between the physical database and the user. The DBMS manages all access to the database) |
comp., MS | database migration | migracja bazy danych (The movement of an existing database from one computer running SQL Server to another one within the same system) |
comp., MS | database mirroring | dublowanie bazy danych (Immediately reproducing every update to a read-write database (the principal database) onto a read-only mirror of that database (the mirror database) residing on a separate instance of the database engine (the mirror server). In production environments, the mirror server is on another machine. The mirror database is created by restoring a full backup of the principal database (without recovery)) |
comp., MS | Database Mirroring Monitor | Monitor dublowania bazy danych (A tool used to monitor any subset of the mirrored databases on a server instance) |
comp., MS | database mirroring partners | partnerzy dublowania bazy danych (A pair of server instances that act as role-switching partners for a mirrored database) |
comp., MS | database object | obiekt bazodanowy (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 | database owner | właściciel bazy danych: (The person who created the database, and has full control, including granting access permissions or deleting records. When a database has been restored, then the person who restored it becomes the owner) |
comp., MS | database project | projekt bazy danych (A collection of one or more data connections (a database and the information needed to access that database)) |
comp., MS | database refactoring | refaktoryzacja bazy danych (The process by which you can modify the names of database objects in such a way that all instances of those names within the database project are modified at the same time) |
comp., MS | database reference | odwołanie do bazy danych (A path, expression or filename that resolves to a database) |
comp., MS | database replication | replikacja bazy danych (The process of creating two or more special copies (replicas) of an Access database. Replicas can be synchronized, changes made to data in one replica, or design changes made in the Design Master, are sent to other replicas) |
comp., MS | Database restore | Przywracanie bazy danych (A dialog box that enables the user to select the data file to use when restoring a database) |
law, patents. | database right | prawo do bazy danych |
comp., MS | database role | rola bazy danych (A collection of users and groups with the same access to an Analysis Services database) |
comp., MS | database schema | schemat bazy danych (The names of tables, fields, data types, and primary and foreign keys of a database) |
comp., MS | database script | skrypt bazy danych (A collection of statements used to create database objects) |
comp., MS | database server | serwer baz danych (A computer that is running Microsoft SQL Server and is used by an SMS/Configuration Manager site to store the site data) |
comp., MS | database snapshot | migawka bazy danych (A read-only, static view of a database at the moment of snapshot creation) |
comp., MS | database structure | struktura bazy danych (The names of tables, fields, data types, and primary and foreign keys of a database) |
comp., MS | database unit test | jednostkowy test bazy danych (A unit test that validates whether a certain aspect of your database is working as you expect) |
comp., MS | Database view | widok bazy danych (A read-only, static snapshot of a source database at the moment of the view's creation) |
comp., MS | Distributed Relational Database Architecture | architektura rozproszonej relacyjnej bazy danych (A connection protocol for distributed relational database processing used by IBM relational database products that comprises protocols for communication between an application and a remote database, and communication between databases. DRDA also provides the connections for remote and distributed processing. The Distributed Data Management Architecture provides the base architecture for DRDA) |
med., pharma. | EU Database on Clinical Trials | baza danych UE dotycząca badań klinicznych |
commer., health., chem. | European Database on drug precursors | europejska baza danych o prekursorach narkotykowych |
law, health., polit. | European Legal Database on Drugs | europejska baza aktów prawnych na temat narkotyków |
comp., MS | federated database servers | federacyjne serwery bazy danych (A set of linked servers that shares the processing load of data by hosting partitions of a distributed partitioned view) |
comp., MS | fixed database role | stała rola bazy danych (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 | IIS Database Manager | Menedżer bazy danych usług IIS 7 (An extension to IIS for managing local and remote databases from within IIS Manager) |
IT | Java DataBase Connectivity | dołączalność baz danych w języku Java |
comp., MS | Microsoft CRM Database Profile Wizard | Kreator profili baz danych programu Microsoft CRM (An application which collects data about Microsoft Dynamics CRM deployments and sends it to Microsoft. Customers who volunteer to use this tool help Microsoft develop improvements for Microsoft CRM) |
commun., IT | open database connectivity | otwarte łącze baz danych |
comp., MS | Open Database Connectivity | ODBC, Open Database Connectivity (In the Microsoft WOSA (Windows Open System Architecture) structure, an interface providing a common language for Windows applications to gain access to a database on a network) |
comp., MS | partial database restore | częściowe przywracanie bazy danych (A restore of only a portion of a database consisting of its primary filegroup and one or more secondary filegroups. The other filegroups remain permanently offline, though they can be restored later) |
comp., MS | relational database management system | system zarządzania relacyjnymi bazami danych (A database system that organizes data into related rows and columns as specified by a relational model) |
comp., MS | site database server | serwer bazy danych witryny (An Configuration Manager site system role assigned to the computer that hosts the Configuration Manager site database (a SQL Server database). The computer might or might not be the site server) |