Subject | English | Russian |
comp., MS | contained database | автономная база данных (A SQL Server database that includes all of the user authentication, database settings, and metadata required to define and access the database, and has no configuration dependencies on the instance of the SQL Server Database Engine where the database is installed) |
comp., MS | non-contained database | неавтономная база данных (A SQL Server database that stores database settings and metadata with the instance of SQL Server Database Engine where the database is installed, and requires logins in the master database for authentication) |
tech. | self-contained database system | замкнутая система базы данных |
comp., MS | the distribution database name cannot contain the following characters | Имя базы данных распространителя не может содержать следующие символы: (SQL Server 2012) |
Makarov. | the distribution database name cannot contain the following characters: | имя базы данных распространителя не может содержать следующие символы: |
progr. | the Framework Class Library provides many predefined classes that contain methods for performing common mathematical calculations, string manipulations, input/output operations, database operations, networking operations, file processing, error checking and more | Framework Class Library предоставляет много готовых классов с методами для выполнения стандартных математических вычислений, манипуляций со строками, операций ввода-вывода, операций с базами данных, сетевых операций, обработки файлов, проверки ошибок и т.д. (см. Deitel P., Deitel. H. – Visual C# 2012 How to Program, 5Ed. – 2013) |