1)database server数据库服务器
1.The Security Policies Research of Database Servers Based on SQL Server 2000;SQL Server 2000数据库服务器的安全策略探析
2.A database server has been built for the convenience of depositing material's data and maintance.应用数据库服务器储存各种原材料的数据信息,方便数据的维护。
3.By the combination of WEB and database server, Information can be communicated and shared correctly and rapidly,So the quick react ability can be improved.介绍了WEB服务在某企业工艺快速反应系统中的应用,将WE B服务与数据库服务器联系起来协同工作,能够实时、动态、准确地进行信息交流、共享,从而提高工艺快速反应能力。
英文短句/例句
1.Validating database server and database name....正在验证数据库服务器和数据库名称....
2.Database Server: {0}, DatabaseName: {1}数据库服务器: {0},数据库名称: {1}
3.Connect to Database Server: Enter the information required to connect to the database server.连接数据库服务器: 请输入连接数据库服务器所需的信息。
4.The NT Server acting as a database server is the central data repository for the production line.作为数据库服务器,nt服务器是生产线的数据仓库
5.Configuration database server name on central server farm:中央服务器场上配置数据库服务器的名称:
6.Error: Cannot get the name of the database server.错误:不能获取数据库服务器的名称。
7.ConfigurationDatabase="{0}" (server="{1}" database="{2}")配置数据库=“{0}”(服务器=“{1}”数据库=“{2}”)
8.Used to extend database transactions across multiple servers.用于将数据库事务扩展到多个服务器。
9.Cannot find Server Explorer database connection.找不到服务器资源管理器数据库连接。
10.The process could not access database '%1' on server '%2'.进程未能访问数据库“%1”(在服务器“%2”中)。
11."The database on the restore server must be mounted."必须装上恢复服务器中的数据库。
12."The database does not exist on the server selected for restore."在为恢复所选的服务器上没有数据库。
13."Install license server database at this location:"安装许可证服务器数据库的位置:
14.Remove server="{0}" database="{1}" name="{2}" version="{3}"删除服务器=“{0}”数据库=“{1}”名称=“{2}”版本=“{3}”
15.Table '%s' does not exist in the Subscriber database.在订阅服务器数据库中不存在表 ''%1!''。
16.Backed up publisher database for publication '%1'.已备份发布“%1”的发布服务器数据库。
17.Cannot create databases on the named server.无法在命名服务器上创建数据库。
18.Could not remove the discussion item from the server's database.无法从服务器的数据库中删除讨论。
相关短句/例句
SQL Server database serverSQLServer数据库服务器
3)Oracle7 database serverOracle7数据库服务器
4)MySQL database serverMySQL数据库服务器
5)Back-end data service tier数据库服务器层
6)Oracle ServerOracle数据库服务器
延伸阅读
ACCESS数据库 什么是Access数据库 数据库是有结构的数据集合,它与一般的数据文件不同,(其中的数据是无结构的)是一串文字或数字流。数据库中的数据可以是文字、图象、声音等。 MicrosoftAccess是一种关系式数据库,关系式数据库由一系列表组成,表又由一系列行和列组成,每一行是一个记录,每一列是一个字段,每个字段有一个字段名,字段名在一个表中不能重复。图1是一个“产品”表的例子。“产品”表由10个记录组成,一个记录占一行,每一个记录由产品ID、产品名称、库存量、订货量、单价和折扣率6个字段组成。“产品ID”是字段名,其下面的1,2等是字段的值。 表与表之间可以建立关系(或称关联,连接),以便查询相关联的信息。Access数据库以文件形式保存,文件的扩展名是DB。 Access97的6种对象 Access97数据库由六种对象组成,它们是表、查询、窗体、报表、宏和模块。 表(Table)——表是数据库的基本对象,是创建其他5种对象的基础。表由记录组成,记录由字段组成,表用来存贮数据库的数据,故又称数据表。 查询(Query)——查询可以按索引快速查找到需要的记录,按要求筛选记录并能连接若干个表的字段组成新表。 窗体(Form)——窗体提供了一种方便的浏览、输入及更改数据的窗口。还可以创建子窗体显示相关联的表的内容。窗体也称表单。 报表(Report)——报表的功能是将数据库中的数据分类汇总,然后打印出来,以便分析。 宏(Macro)——宏相当于DOS中的批处理,用来自动执行一系列操作。Access列出了一些常用的操作供用户选择,使用起来十分方便。 模块(Module)——模块的功能与宏类似,但它定义的操作比宏更精细和复杂,用户可以根据自己的需要编写程序。模块使用VisualBasic编程。
