You get a warning, however, because the test database already exists.
但是获得一个警告,因为测试数据库已经存在。
One of his responsibilities is to create and maintain test database instances for GSDB developers.
他的职责之一是为GSDB开发人员创建和维护测试数据库实例。
The example in Listing 2 connects to the test database and creates two tables.
清单2中的例子连接到测试数据库并创建了两个表。
You now have a new test database with two new tables ready to hold data.
您现在已经有了一个带有两个可以保存数据的新表的新测试数据库了。
With all the tables defined in the test database, you can now load test data.
在测试数据库中定义了所有表之后,现在可以装载测试数据。
The test database will contain one table with one column.
测试数据库包含一个只有一列的表。
As shown, you receive a warning message that the test database wasn't created because it already existed.
如上所示,您收到一条警告消息,指明测试数据库未创建,因为它已经存在。
Test performance: Be sure to test the index performance with a test database.
测试性能:确保利用一个测试数据库来测试索引性能。
For a test database with no special requirements, this can be accomplished using a CREATE DATABASE command without further options.
对于没有特殊需求的测试数据库,可以使用CREATE DATABASE命令创建此数据库,不需要其他选项。
This may seem unusual because nothing like this happened when you first created the test database.
这看起来不太正常,因为在第一次创建测试数据库时没有发生这种情况。
For testing purposes, we want to ensure the test database has the same table structures as the development database.
为了进行测试,我们希望确保测试数据库具有与开发数据库相同的表结构。
To run the tests, you also need to configure the test database with the stock prices the tests expect.
为了运行测试,您还需要使用测试期望的股票价格对数据库进行配置。
My production user database will be OK; it only impacts my test database, right?
我的生产用户数据库没有问题,它仅仅影响我的测试数据库,不是么?
The database administrator USES TDM to copy the appropriate data from the production database to the test database that the developer created.
数据库管理员使用TDM从生产数据库将适当的数据复制到开发人员创建的测试数据库。
The test database will be used for running your tests to avoid affecting your development environment.
测试数据库将用于运行您的测试,以避免影响开发环境。
Scenario: you've created a test database system that you want to move into production on a separate system.
场景:您已经创建了一个测试数据库系统,现在希望将其移动到位于不同机器上的产品系统中。
To create the test database, open a DB2 command window and populate the database.
要创建测试数据库,则需要打开DB 2命令窗口并填充数据库。
This result demonstrates that, despite the warning, your first attempt to create a connection to the test database succeeded.
该结果说明,尽管有警告,但创建数据库连接的第一次尝试成功了。
This example first tries to connect to the test database using the original JDBC URL.
本例首先尝试使用原始的JDBCURL连接测试数据库。
It is a password used only in the test database you created for this article.
这个密码只用在为本文创建的测试数据库中。
Approximately 64mb of disk space for the code, documentation, and the test database.
大约64MB磁盘空间,用于保存代码、文档和测试数据库。
Create a schema in the test database.
在测试数据库中创建一个模式。
Create a copy of CUST table in the test database.
在测试数据库中创建一个CUST数据库表副本。
Create a test database on your DB2 server, and call it TESTDB, using the steps below.
按照以下步骤,在DB 2服务器上创建一个测试数据库,并把它命名为testdb。
Step 3: Create the test database
步骤3:创建测试数据库
By default, the Mongo shell connects to the "test" database.
默认情况下,Mongoshell连接到“测试”数据库。
Select the GSDBDEV test database connection, which has the changes you want to migrate, then click on Next.
选择GSDBDEV测试数据库连接,这其中包含您希望移植的修改,然后单击 Next。
Use DB2 LOAD task assistant to load the data to the test database
使用DB2LOAD任务助手将数据加载到测试数据库
Deploy the test database on a Domino server and sign the dxldoc agent with the proper authority.
部署Domino服务器上的测试数据库并使用适当的授权登录dxldoc代理。
Click Run to migrate the data to the test database.
单击Run将数据迁移到测试数据库。
应用推荐