网站首页  词典首页

请输入您要查询的英文单词:

 

单词 DDL
释义

DDL

美 
英 
  • n.二极管二极管逻辑电路
  • 网络数据定义语言(Data Definition Language);资料定义语言;数据描述语言(data description language)
n.
1.
二极管二极管逻辑电路

例句

释义:
1.
For this reason, all DDL statements (and a few other statements as well) are recorded before they are attempted.
因此,所有DDL语句(以及其它几个语句)都在被尝试之前记录下来。
www.ianywhere.com
2.
With a few clicks you are able to get the Physical Data Model of a DB2 and the DDL scripts to create the tables.
通过一些简单的点击操作,您就能够得到DB2的物理数据模型以及DDL脚本来创建数据表。
www.ibm.com
3.
A DDL Trigger can fire after execution of any Transact-SQL event that belongs to a predefined grouping of similar events.
可以在执行属于一组预定义的相似事件的任何Transact-SQL事件后触发DDL触发器。
technet.microsoft.com
4.
This can help isolate the effects of DDL changes to only those applications that use parts of that changed schema.
这有助于将DDL更改的效果局限到那些使用那个已更改的架构的部分的应用程序。
www.ibm.com
5.
A physical data model can be used to generate data definition language (DDL) statements which can then be deployed to a database server.
可以使用物理数据模型来生成数据定义语言(DDL)语句,然后可以将这些语句部署到一个数据库服务器上。
www.ibm.com
6.
If you generate a Java stored procedure, it has a DDL tab and a Java tab, as shown in Figure 8.
如果您生成了一个Java存储程序,将会有一个DDL选项卡和一个Java选项卡,如图8所示。
www.ibm.com
7.
Is the name of a Transact-SQL language event that, after execution, causes a DDL trigger to fire.
执行之后将导致激发DDL触发器的Transact-SQL语言事件的名称。
msdn2.microsoft.com
8.
Optionally, data modeler can transform a LDM into a physical database schema and DDL using Rational Data Architect.
数据建模师还可以选择使用RationalDataArchitect将LDM转换为一个物理数据库模式和DDL。
www.ibm.com
9.
The DDL trigger fires after execution of any Transact-SQL language event that belongs to event_group.
执行任何属于event_group的Transact-SQL语言事件之后,都将激发DDL触发器。
msdn2.microsoft.com
10.
The next step in creating the stored procedure is to issue the CREATE PROCEDURE DDL to register the procedure in the database.
创建存储过程的下一步是执行CREATEPROCEDUREDDL,在数据库中注册该存储过程。
www.ibm.com
1.
However, when you deploy to production, you will include the GRANT statements in the same DDL as you use to create the database structure.
然而,当您部署到生产数据库时,您将在用来创建数据库结构的同一个DDL中使用这些GRANT语句。
www.ibm.com
2.
During DDL replay, the default schema is overridden to the target schema if it matches the source schema.
在DDL重新执行期间,如果默认模式与源模式匹配,那么它被改为目标模式。
www.ibm.com
3.
For more information about this task, see Analysis Services Execute DDL Task.
有关此任务的详细信息,请参阅AnalysisServices执行DDL任务。
msdn2.microsoft.com
4.
DDL triggers do not fire in response to events that affect local or global temporary tables and stored procedures.
对于影响局部或全局临时表和存储过程的事件,不会触发DDL触发器。
msdn2.microsoft.com
5.
The sample code provides the Data Definition Language (DDL) and Integration Exchange Format (IXF) files which make up the structure.
该样本代码提供了组成该结构的数据定义语言(DataDefinitionLanguage,DDL)和集成交换格式(IntegrationExchangeFormat,IXF)文件。
www.ibm.com
6.
You can select the tables that you want to migrate and extract the DDL into a file.
此时可以选择所要迁移的表,并将DDL提取到一个文件。
www.ibm.com
7.
Added an important note that recommends testing DDL triggers to determine their responses to system stored procedures that are executed .
添加了一个重要通知,该通知建议测试DDL触发器以确定其对所执行系统存储过程的响应。
www.bing.com
8.
You can determine the types of locks being used from the Data Definition Language (DDL) schema files used to create the database.
根据创建数据库所使用的数据定义语言(DDL)模式文件,可以确定正在使用的锁类型。
www.ibm.com
9.
Event notifications do not fire if the event in the corresponding DDL statement is rolled back.
如果回滚相应DDL语句中的事件,则事件通知不会触发。
technet.microsoft.com
10.
You can reverse engineer your database into a model using a DDL file or from the database itself.
可以对DDL文件或数据库本身进行反向工程,生成数据模型。
www.ibm.com
1.
The catalog views and system stored procedures listed in this section can be used to get information about DDL Triggers.
本节列出的目录视图和系统存储过程可用于获取有关DDL触发器的信息。
msdn2.microsoft.com
2.
Like their relational counterparts, these new XML indexes are created with a familiar SQL DDL statement: CREATE INDEX.
与关系索引相似,这些新的XML索引也是用熟悉的SQLDDL语句创建的:CREATEINDEX。
www.ibm.com
3.
Browse to the location of the DDL file, and select the options for how you want your diagram to look.
浏览到DDL文件的位置并选择设置图表外观的选项。
www.ibm.com
4.
DBLookTask. java: provides access to the dblook command-line utility which allows DDL to be exported for a given database.
java:提供对dblook命令行实用程序的访问,该实用程序允许导出用于给定数据库的DDL。
www.ibm.com
5.
Lists index DDL operations that do and do not require additional temporary disk space.
列出需要和不需要额外临时磁盘空间的索引DDL操作。
msdn2.microsoft.com
6.
Trace events generated by DDL are always generated, regardless of whether the DDL statement is rolled back.
无论是否回滚DDL语句,都将始终生成DDL生成的跟踪事件。
technet.microsoft.com
7.
This task does absolutely nothing more than output the DDL for a database to a file.
该任务惟一要做的就是将一个数据库的DDL输出到文件中。
www-128.ibm.com
8.
SQL has two main components: a Data Definition Language (DDL) and a Data Manipulation Language (DML).
SQL有两个主要部分:数据定义语言(DDL)和数据操纵语言(DML)。
www.ibm.com
9.
Registered custom stored procedure or script is executed at the end of the data definition language (DDL) trigger .
DDL触发器激发存储过程以响应各种数据定义语言(DDL)事件。
www.bing.com
10.
Modifies the definition of a DML, DDL, or logon trigger that was previously created by the CREATE TRIGGER statement.
修改CREATETRIGGER语句以前创建的DML、DDL或登录触发器的定义。
msdn2.microsoft.com
1.
Other DDL operations against the index may cause the value of the statistics to be reset to zero.
对索引执行的其他DDL操作可能导致统计信息的值被重置为零。
msdn2.microsoft.com
2.
DDL triggers can be used to audit or regulate changes to a database schema.
DDL触发器可用于审核或控制对数据库架构的更改。
msdn2.microsoft.com
3.
As it traverses through the XML schema, it also creates the DDLs for the relational schema.
当它穿过XML模式时,也创建用于关系模式的DDL。
www.ibm.com
4.
When invoked from a particular object node, it displays the DDL used to create that particular object.
当从某个特定对象节点调用时,将显示用于创建该对象的DDL。
www.ibm.com
5.
The Data Definition Language (DDL) part of SQL permits database tables to be created or deleted.
数据定义语言(DDL)为SQL中的一部分,可以让数据表建立或是删除。
www.fzs8.net
6.
Following best practices, the database for a messaging engine is created by executing a generated DDL script.
按照最佳实践,消息传递引擎的数据库是通过执行生成的DDL脚本创建的。
www.ibm.com
7.
Multiple DDL triggers can be dropped per DROP TRIGGER statement only if all triggers were created using identical ON clauses.
仅当所有触发器均使用相同的ON子句创建时,才能使用一个DROPTRIGGER语句删除多个DDL触发器。
msdn2.microsoft.com
8.
However, concurrent DDL operations, and concurrent DML operations that acquire Sch-M locks, cannot be performed on the table.
但是,无法针对表执行获取Sch-M锁的并发DDL操作和并发DML操作。
msdn2.microsoft.com
9.
The result of the db2look call is a file sales. ddl containing the CREATE TABLE statement for table SALES.
db2look调用的结果是sales.ddl文件,其中包含SALES表的CREATETABLE语句。
www.ibm.com
10.
As a result of the last action, the table is dropped from the PDP schema, and the option to generate left delta DDL is enabled (Figure 42).
最后,表被从PDP模式中删除,并且generateleftdeltaDDL选项被启用(图42)。
www.ibm.com
1.
However, information about server-scoped DDL triggers can be obtained from the sys. Server_triggers catalog view in any database context.
不同的是,可以从任何数据库上下文中的sys.server_triggers目录视图中获取有关数据库范围内的DDL触发器的信息。
technet.microsoft.com
2.
Modifies the definition of a DML or DDL trigger that was previously created by the CREATE TRIGGER statement.
修改以前使用CREATETRIGGER语句创建的DML或DDL触发器的定义。
msdn2.microsoft.com
3.
This event was replaced by ADD_ROLE_MEMBER as an example of an event that can be used to fire an event notification, but not a DDL trigger.
改用ADD_ROLE_MEMBER事件为例说明了有些事件可用于激发事件通知,但不可用于激发DDL触发器。
technet.microsoft.com
4.
DMX is composed of data definition language (DDL) statements , data manipulation language (DML) statements, and functions and operators .
DMX由数据定义语言(DDL)语句、数据操作语言(DML)语句以及函数和运算符组成。
www.bing.com
5.
The CLR wizard will then allow you to customize the generated DDL and data type mapping.
然后,该CLR向导将允许您定制生成的DDL和数据类型映射。
www.ibm.com
6.
The ENDPOINT DDL statements cannot be executed inside a user transaction.
不能在用户事务中执行ENDPOINTDDL语句。
technet.microsoft.com
7.
For a DDL or logon trigger, indicates that trigger_name was created or modified to execute with server scope.
对于DDL或登录触发器,指示所创建或修改的trigger_name将在服务器范围内执行。
technet.microsoft.com
8.
Enhancements have been made to the following table-related DDL statements.
下列与表相关的DDL语句已得到了增强。
msdn2.microsoft.com
9.
Alternatively, you can use the OpenJPA documentation to generate a DDL for your database.
或者,您也可以使用OpenJPA文档来为您的数据库生成DDL。
www.ibm.com
10.
For a DDL trigger, indicates that trigger_name was created or modified to execute with database scope.
对于DDL触发器,指示所创建或修改的trigger_name将在数据库范围内执行。
msdn2.microsoft.com
1.
Records all data definition language (DDL) statements made to the database over time.
记录一段时间以来对数据库执行的所有数据定义语言(DDL)语句。
msdn2.microsoft.com
2.
DDL triggers can fire in response to a Transact-SQL event processed in the current database, or on the current server.
在响应当前数据库或服务器上处理的Transact-SQL事件时,可以触发DDL触发器。
technet.microsoft.com
3.
Note that data definition language (DDL) triggers cannot be signed.
注意,不能对数据定义语言(DDL)触发器进行签名。
msdn2.microsoft.com
4.
A DDL trigger created to fire in response to a CREATE LOGIN event will do so whenever a CREATE LOGIN event occurs in the server.
每当服务器上发生CREATELOGIN事件时,都会触发为响应CREATELOGIN事件创建的DDL触发器。
technet.microsoft.com
5.
The second article also provides the source code for a utility to generate DDL needed for the migration of XML data.
第二篇文章还提供了一个实用程序的源代码,可以生成迁移XML数据所需的DDL。
www.ibm.com
6.
This section will deal with conversion issues that come up with DDL statements, like table and index creation statements.
本节讨论DDL语句(比如表和索引创建语句)面对的转换问题。
www.ibm.com
7.
DDL triggers and DML triggers are used for different purposes.
DDL触发器和DML触发器的用处不同。
msdn2.microsoft.com
8.
Resolution: The schema DDL generated by the EJB components uses the data type CHARACTER for the column by default.
解决方案:由EJB组件生成的模式DDL在默认情况下对列使用的数据类型是CHARACTER。
www.ibm.com
9.
The DDL (Data Definition Language) statements throughout this article are provided as a sample.
全文提供了示例DDL(数据定义语言)语句。
www.ibm.com
10.
DDL triggers do not create the inserted and deleted tables.
DDL触发器不会创建插入的和删除的表。
msdn2.microsoft.com
1.
Test your DDL triggers to determine their responses to system stored procedures that are run.
测试您的DDL触发器以确定它们是否响应运行的系统存储过程。
msdn2.microsoft.com
2.
DDL statements are issued at the Publisher and are automatically propagated to all Subscribers.
DDL语句在发布服务器上发出,并且自动传播到所有订阅服务器。
msdn2.microsoft.com
3.
DDL triggers that are run from a batch and explicitly include the ROLLBACK TRANSACTION statement will cancel the whole batch.
从批处理中运行并显式包含ROLLBACKTRANSACTION语句的DDL触发器将取消整个批处理。
msdn2.microsoft.com
4.
Generate right delta DDL: This option is only enabled after you make any change using the compare panel.
GeneraterightdeltaDDL:只有在使用比较面板作出更改之后,才能启用该选项。
www.ibm.com
5.
Create scripts containing the DDL code necessary to recreate a database object.
创建包含重新创建数据库对象所需的DDL代码的脚本。
msdn2.microsoft.com
6.
The table lock prevents conflicting DDL operations that would override data changes in a current transaction.
表锁防止有冲突(可能覆盖数据的更新操作)的DDl操作。
blog.sina.com.cn
7.
Change scripts contain DDL code to duplicate your modifications to a database object.
更改包含DDL代码的脚本,以将修改复制到数据库对象。
msdn2.microsoft.com
8.
You can reverse engineer a physical model from a database or from a DDL file all through a wizard.
可以通过一个向导对数据库或DDL文件进行反向工程,生成物理模型。
www.ibm.com
9.
DDL_ONLY: Creates all supported objects from the source schema, but does not repopulate the tables.
DDL_ONLY:从源模式创建支持的所有对象,但是不重新填充表。
www.ibm.com
10.
These DDLs can then be used to create the database objects in another database to replicate the database structure.
DDL可被用来在另一个数据库中创建数据库对象,从而复制数据库结构。
www.ibm.com
1.
Transact-SQL DDL statement can be used to modify existing XML and non-XML indexes.
Transact-SQLDDL用于修改现有的XML索引和非XML索引。
msdn2.microsoft.com
2.
To alter a DDL trigger defined with database scope (ON DATABASE) requires ALTER ANY DATABASE DDL TRIGGER permission in the current database.
若要更改定义了数据库范围(ONDATABASE)的DDL触发器,需要对当前数据库拥有ALTERANYDATABASEDDLTRIGGER权限。
msdn2.microsoft.com
3.
This file contains the DDL, which installs the procedures as well as various helper routines and tables.
这个文件包含一些DDL语句,这些语句安装过程以及各个helper例程和表。
www.ibm.com
4.
Like DML triggers, more than one DDL trigger can be created on the same Transact-SQL statement.
与DML触发器相同,可以为同一个Transact-SQL语句创建多个DDL触发器。
msdn2.microsoft.com
5.
From the model, you can generate the DDL, though we have to be careful.
虽然你可以从模型中产生DDL,但是这个过程还是要小心。
www.ibm.com
6.
DDL statements; INSERT, UPDATE, and DELETE statements; dynamic parameter markers; and multiple tables in the FROM clause.
DDL语句,INSERT、UPDATE和DELETE语句,动态参数标记以及FROM子句中的多个表。
msdn2.microsoft.com
7.
Both DML and DDL triggers are nested when a trigger performs an action that initiates another trigger.
当触发器执行启动其他触发器的操作时,DML和DDL触发器都是嵌套触发器。
msdn2.microsoft.com
8.
Added information about full-text Data Definition Language (DDL) statements and system stored procedures.
添加了有关全文数据定义语言(DDL)语句和系统存储过程的信息。
msdn2.microsoft.com
9.
This section provides the information that is required to understand, design, and implement DDL Triggers.
本节提供了解、设计和实现DDL触发器所需的信息。
msdn2.microsoft.com
10.
To disable a DDL or logon trigger with server scope (ON ALL SERVER), a user must have CONTROL SERVER permission on the server.
若要禁用具有服务器范围(ONALLSERVER)的DDL或登录触发器,用户必须对服务器拥有CONTROLSERVER权限。
technet.microsoft.com
1.
Command creates the DDL to duplicate all database objects, along with the configuration and statistical information.
命令创建了DDL以复制所有数据库对象,以及配置和统计信息。
www-128.ibm.com
2.
If you combine DDL and data in a single step, the name of the script will be db2gen.
如果在一个步骤中处理DDL和数据,那么脚本名为db2gen。
www.ibm.com
3.
Publications must allow schema changes to be replicated (a setting of 1 for the publication property replicate_ddl, which is the default).
发布必须允许复制架构更改(即将发布属性replicate_ddl设置为1,这是默认设置)。
msdn2.microsoft.com
4.
A command consists of one Transact-SQL data manipulation language (DML) statement or one data definition language (DDL) statement.
命令由一条Transact-SQL数据操作语言(DML)语句或一条数据定义语言(DDL)语句组成。
msdn2.microsoft.com
5.
Availability of database definition language (DDL) and database manipulation language (DML) in DAO and ODBC.
DAO和ODBC中的数据库定义语言(DDL)和数据库操作语言(DML)的可用性。
technet.microsoft.com
6.
The rest of this article provides a basic introduction to the DDL components of SQL.
这篇文章后面的部分将提供对SQL的DDL部分的基本介绍。
www.ibm.com
7.
Data definition language (DDL) statements executed at the publisher are replicated.
复制在发布服务器上执行的数据定义语言(DDL)语句。
technet.microsoft.com
8.
The performance of MTK can be improved if you use an input script which only contains DDL for tables.
如果使用只包含表的DDL的输入脚本,可以提高MTK的性能。
www.ibm.com
9.
You can change the schema of a remote UltraLite database by having your existing application execute DDL.
可以通过让现有的应用程序执行DDL来更改远程UltraLite数据库的模式。
www.ianywhere.com
10.
Script is executed at the end of the data definition language (DDL) trigger.
在数据定义语言(DDL)触发器的末尾执行脚本。
technet.microsoft.com
1.
Even still, with physical data models you can reverse engineer from the actual database or from the data definition language (DDL) file.
还可以对实际数据库或数据定义语言(DDL)文件进行反向工程,生成物理数据模型。
www.ibm.com
2.
When a database object is created, it is owned by the user ID that executed the DDL statement to create it.
创建一个数据库对象时,此对象归执行DDL语句创建它的那个用户ID所拥有。
www.ibm.com
3.
If the statement is a DDL statement, then the implicit commit that immediately preceded it is not undone.
如果这个语句是DDL语句,那么它先前的语句将被立即隐式提交,不能被回退。
dictsearch.appspot.com
4.
They execute asynchronously and can offer a programming alternative to DML triggers, DDL triggers, and SQL Trace.
事件通知异步执行,并可为DML触发器、DDL触发器和SQL跟踪提供备选的编程方案。
msdn2.microsoft.com
5.
A richer data access model, with support for Data Definition Language (DDL) and Data Manipulation Language (DML).
更丰富的数据访问模型,并且支持数据定义语言(DDL)和数据操作语言(DML)。
msdn2.microsoft.com
6.
DML triggers and DDL triggers are created, modified, and dropped by using similar Transact-SQL syntax, and share other similar behavior.
可以使用相似的Transact-SQL语法创建、修改和删除DML触发器和DDL触发器,它们还具有其他相似的行为。
msdn2.microsoft.com
7.
DDL_AND_LOAD: Creates all supported objects from the source schema, and populates the tables with the source table data.
DDL_AND_LOAD:从源模式创建支持的所有对象,并用源表数据填充表。
www.ibm.com
8.
Schema_name cannot be specified for DDL or logon triggers.
不能为DDL或登录触发器指定schema_name。
technet.microsoft.com
9.
DDL interpreter, which interprets DDL statements and records the definitions in the data dictionary.
DDL注释器,在数据字典中解释DDL陈述而且记录定义。
www.showxiu.com
10.
Event notifications can monitor a subset of trace event classes and also all data definition language (DDL) events.
事件通知可以监视部分跟踪事件类和所有数据定义语言(DDL)事件。
technet.microsoft.com
1.
Adding -z tempfile. txt to the end of this command will redirect the output to the file specified.
db2-tfcreateDatabaseDb2.ddl(如果将-ztempfile.txt添加到此命令的末尾,则会使输出重定向到指定的文件)
www.ibm.com
2.
Where -l generates the DDL statements for tablespace, database partition, groups, and buffer pool.
在这里,-l创建了表空间、数据库分区、组和缓存池的DDL语句。
www.ibm.com
3.
DDL triggers, like standard triggers, execute stored procedures in response to an event.
DDL触发器像标准触发器一样,在响应事件时执行存储过程。
msdn2.microsoft.com
4.
Note that you can download all examples with the full DDL from the download section.
注意,您可以从“下载”小节中下载带有完全DDL的所有例子。
www.ibm.com
5.
In this mode only DDL and select operations are allowed. No insert, update, or delete operations are allowed in alter mode.
该模式下只允许执行DDL和选择的操作,不允许执行插入、更新或删除操作。
www.ibm.com
6.
Applies the scope of a DDL or logon trigger to the current server.
将DDL或登录触发器的作用域应用于当前服务器。
msdn2.microsoft.com
7.
You can refer to the Data Definition Language (DDL) statements in Listing 1 to create the database and table for the sample application.
您可以参考清单1中的数据定义语言(DDL)语句,为样例应用程序创建数据库和表。
www.ibm.com
8.
Therefore, the OBJECT_ID, OBJECT_NAME, OBJECTPROPERTY, and OBJECTPROPERTY(EX) cannot be used when querying metadata about DDL triggers.
因此,在查询有关DDL触发器的元数据时,不能使用OBJECT_ID、OBJECT_NAME、OBJECTPROPERTY和OBJECTPROPERTY(EX)。
msdn2.microsoft.com
9.
A user mapping is registered in the federated system by a CREATE USER MAPPING DDL statement.
用户映射通过CREATEUSERMAPPINGDDL语句在联邦系统中注册。
www-128.ibm.com
10.
This creates the physical data model in a file called Table. ddl in the META-INF directory.
这会在META-INF目录中的Table.ddl文件中创建物理数据模型。
www.ibm.com
1.
By making data types consistent within the DDL, there is less overhead associated with conversion of data at query run time.
通过在DDL中确保数据类型一致,在查询运行当中与数据转换相关的开销会比较小。
www.ibm.com
2.
However, the sp_rename stored procedure does not fire any DDL triggers.
但是,sp_rename存储过程不会激发任何DDL触发器。
technet.microsoft.com
3.
If Roslyn wants the DDL execution to stop when the first error is encountered, she can select that option.
如果Roslyn想要在遇到第一个错误时停止DDL执行,她可以选择该选项。
www.ibm.com
4.
You may choose to do a reverse engineering based on a DDL file as well.
还可以选择根据一个DDL文件进行反向工程。
www.ibm.com
5.
The following code is a DDL statement to create the customer table and a trigger defined on the table.
以下代码是一个DDL语句,用于创建customer表和根据该表定义的触发器。
www.ibm.com
6.
The DDL for populating a Derby database is provided in the download materials for this article.
对于本文,下载资料中提供了用来填充Derby数据库的DDL。
www.ibm.com
7.
A nickname is registered in the federated system by a CREATE NICKNAME DDL statement.
别名通过CREATENICKNAMEDDL语句在联邦系统中注册。
www-128.ibm.com
8.
Customize the objects to generate DDL and leave the objects in the Generate DDL wizard as default, then click Next.
自定义对象来生成DDL,并使GenerateDDL向导中的对象成为默认,然后单击Next。
www.ibm.com
9.
Customize the options to generate DDL and leave the options in the Generate DDL wizard as default, then click Next.
通过自定义选项来生成DDL,并将GenerateDDL向导中的选项设置为默认值,然后单击Next。
www.ibm.com
10.
The event data captured by the DDL trigger including the server name, logon name, and SPID.
DDL触发器捕获的事件数据,包括服务器名称、登录名和SPID。
msdn2.microsoft.com
1.
Cannot be specified for DDL triggers.
对于DDL触发器,无法指定。
msdn2.microsoft.com
2.
The server is registered in the federated system by a CREATE SERVER DDL statement.
服务器是通过CREATESERVERDDL语句在联邦系统中注册的。
www-128.ibm.com
3.
Replication automatically replicates these DDL commands as long as DDL replication has been enabled.
只要启用了DDL复制,复制就会自动复制这些DDL命令。
msdn2.microsoft.com
4.
Note: The data preservation commands are interleaved with the DDL commands.
注意:数据保留命令中穿插有DDL命令。
www.ibm.com
5.
The DDL stores the information about the remote data collection in the Information Integrator catalogs.
该DDL将与远程数据集合有关的信息存储在InformationIntegrator编目中。
www.ibm.com
6.
Also, a DDL trigger and the statement that fires it are run within the same transaction.
同时,DDL触发器和激发它的语句运行在相同的事务中。
msdn2.microsoft.com
7.
Indicates the scope of the DDL or logon trigger applies to the current server.
指示DDL或登录触发器的作用域应用于当前服务器。
msdn2.microsoft.com
8.
Indicates the scope of the DDL trigger applies to the current database.
指示DDL触发器的作用域应用于当前数据库。
msdn2.microsoft.com
9.
Explains DDL Triggers, how they work, when to use them, and how they differ from regular triggers.
介绍什么是DDL触发器及其工作方式、何时使用它们以及与常规触发器的不同之处。
msdn2.microsoft.com
10.
To alter a DDL trigger defined with server scope (ON ALL SERVER) or a logon trigger requires CONTROL SERVER permission on the server.
若要更改定义了服务器范围(ONALLSERVER)的DDL触发器或者更改登录触发器,需要对该服务器拥有CONTROLSERVER权限。
msdn2.microsoft.com
1.
We edited the ME. ddl file obtained in the previous step and changed the schema name to match the desired value.
我们编辑了在上一步骤中得到的ME.ddl文件,并更改了模式名称,以便匹配所需的值。
www.ibm.com
2.
Even more important a theme is to build up a self-access data-driven learning (DDL) system based on the corpus.
更重要的是建立一个基于语料库的数据驱动自主学习系统。
www.fabiao.net
3.
Events that are valid for use in DDL triggers are listed in DDL Events for Use with DDL Triggers.
触发DDL触发器的DDL事件中列出了在DDL触发器中可用的事件。
msdn2.microsoft.com
4.
It provides several examples of sending SQL DDL to the DB2 DBMS using Delphi and the cross-platform dbExpress data access technologies.
本文提供了一些使用Delphi和跨平台dbExpress数据访问技术将SQLDDL发送至DB2DBMS的示例。
www.ibm.com
5.
In the following example, a DDL trigger prints a message if any CREATE DATABASE event occurs on the current server instance.
在下面的示例中,如果当前服务器实例中发生任何CREATEDATABASE事件,DDL触发器将显示一条消息。
technet.microsoft.com
6.
For more information, see Getting Information About DDL Triggers.
有关详细信息,请参阅获取有关DDL触发器的信息。
msdn2.microsoft.com
7.
Use the following new Transact-SQL DDL statements to create, implement, and manage full-text catalogs and indexes.
使用下列新的Transact-SQLDDL语句可以创建、实现和管理全文目录和索引。
technet.microsoft.com
8.
After completing the extraction of DDL and DATA, you will notice several new files created in the working directory.
在提取完DDL和数据之后,会在工作目录中看到几个新创建的文件。
www.ibm.com
9.
Data definition language (DDL) statements are not statements that can be rolled back.
数据定义语言(DDL)语句是不能回滚的语句。
www.ibm.com
10.
Permission for creating a queue defaults to members of the db_ddladmin or db_owner fixed database roles and the sysadmin fixed server role.
默认情况下,ddl_admin或db_owner固定数据库角色和sysadmin固定服务器角色的成员具有创建队列的权限。
technet.microsoft.com
1.
By default, members of the db_ddladmin or db_owner fixed database roles and the sysadmin fixed server role may create contracts.
默认情况下,ddl_admin或db_owner固定数据库角色和sysadmin固定服务器角色的成员可以创建约定。
technet.microsoft.com
2.
Not all DDL events can be used to fire DDL triggers.
并非所有的DDL事件都可用于激发DDL触发器。
technet.microsoft.com
3.
You have to understand DDL trigger scope.
了解DDL触发器的作用域。
technet.microsoft.com
4.
You have already extracted DDL and made the required manual changes for the mapping between tables and tablespaces if required.
已经提取了DDL,对表和表空间之间的映射做了必要的手工修改。
www.ibm.com
5.
An SQL query that contains data definition language (DDL) statements.
包含数据定义语言(DDL)语句的一种SQL查询。
technet.microsoft.com
6.
Contains the set of all server-level DDL triggers with object_type of TR or TA.
包含object_type为TR或TA的所有服务器级别DDL触发器的集合。
technet.microsoft.com
7.
Once generated, the DDL script is then added to a DB2 database project in your solution for later deployment.
一旦生成,DDL脚本就会添加到您解决方案中的一个DB2数据项目中,以便稍后进行部署。
www.ibm.com
8.
A trigger that fires in response to data definition language (DDL) statements.
为响应数据定义语言(DDL)语句而激发的触发器。
technet.microsoft.com
9.
DDL triggers can be designed to fire after one or more particular Transact-SQL statements are run.
可以安排在运行一个或多个特定Transact-SQL语句后触发DDL触发器。
technet.microsoft.com
10.
The trigger actions specified in the Transact-SQL statements go into effect when the DML or DDL operation is tried.
尝试DML或DDL操作时,将执行Transact-SQL语句中指定的触发器操作。
msdn2.microsoft.com
1.
Explains DDL trigger scope and which Transact-SQL DDL statements can raise a DDL Trigger.
介绍DDL触发器的作用域以及可以触发DDL触发器的Transact-SQLDDL语句。
msdn2.microsoft.com
2.
If you deploy a new application that contains DDL to upgrade the database, your data is preserved.
如果部署一个包含DDL的新应用程序来升级数据库,则您的数据将被保留。
www.ianywhere.com
3.
INSTEAD OF cannot be specified for DDL triggers.
不能为DDL触发器指定INSTEADOF。
msdn2.microsoft.com
4.
Now that you've chosen which database to generate DDL for, you have to choose what to include in the DDL script (see Figure 23).
现在,您已经选择了要为之生成DDL的数据库,接下来必须选择要在DDL脚本中包括的内容(如图23所示)。
www.ibm.com
5.
Both DML and DDL triggers are open to this kind of security threat.
对于此类安全隐患,DML和DDL触发器都处于打开状态。
technet.microsoft.com
6.
A developer, in turn, can further fine-tune (or add to) the generated DDL statements.
开发人员可以对生成的DDL语句做进一步的调整(或添加)。
www.ibm.com
7.
The following example disables all DDL and logon triggers that were created at the server scope.
以下示例禁用在服务器范围中创建的所有DDL和登录触发器。
msdn2.microsoft.com
8.
Removed DDL from the list of statements that are valid for use with synonyms.
从有效使用同义词的语句列表中删除了DDL。
technet.microsoft.com
9.
To create this table, copy the DDL in Example 3. DDL for AUTHOR table into a file called tableddl. db2.
为了创建该表,请将示例3.AUTHOR表的DDL中的DDL复制到名为tableddl.db2的文件中。
www.ibm.com
10.
Certain system stored procedures that perform DDL-like operations can also fire event notifications.
执行DDL式操作的系统存储过程也可以激发事件通知。
msdn2.microsoft.com
1.
To create a primary XML index, use the CREATE PRIMARY XML INDEX Transact-SQL DDL statement.
若要创建主XML索引,请使用CREATEPRIMARYXMLINDEXTransact-SQLDDL语句。
technet.microsoft.com
2.
The CEI database is created by executing a generated DDL script and has a default name of "event. "
CEI数据库是通过执行生成的DDL脚本创建的,其缺省名称是“event”。
www.ibm.com
3.
Only DDL copymode is supported for high availability disaster recovery (HADR) databases.
对于高可用性灾难恢复(HADR)数据库,只支持DDL复制方式。
www.ibm.com
4.
This option generates a script containing DDL statements.
该选项生成包含了DDL语句的脚本。
www-128.ibm.com
5.
In the example in this article, there is a single DDL tab, because an SQL stored procedure has only a DDL.
在本文的示例中,只有一个DDL选项卡,因为一个SQL存储程序只有一个DDL。
www.ibm.com
6.
The SQL statements for carrying out the tasks in this chapter are called the data definition language (DDL).
用于执行本章中各项任务的SQL语句被称为数据定义语言(DDL)。
www.ianywhere.com
7.
You can use the DBMS itself to alter the schema or another tool that lets you perform DDL functions.
可以使用DBMS本身或其他使您得以执行DDL函数的工具来改变架构。
msdn2.microsoft.com
8.
By default, both DML and DDL triggers execute under the context of the user that calls the trigger.
默认情况下,在调用触发器的用户的上下文中执行DML和DDL触发器。
technet.microsoft.com
9.
Then, using the information returned for this element, you can write a CREATE INDEX DDL statement.
然后,可使用针对此元素返回的信息编写CREATEINDEXDDL语句。
msdn2.microsoft.com
10.
Like DML triggers, DDL triggers can be nested.
与DML触发器相同,可以嵌套DDL触发器。
msdn2.microsoft.com
1.
Part of the data definition language (DDL).
数据定义语言(DDL)的一部分。
technet.microsoft.com
2.
It's also pretty simple, and the data definition language (DDL), which is the language you use to create structures in SQL, is in Listing 4.
这个表也很简单,在SQL中创建结构使用的数据定义语言(DDL)如清单4所示。
www.ibm.com
3.
All server-level DDL trigger names exist in a single, global scope.
所有服务器级别DDL触发器名称存在于单个全局范围内。
technet.microsoft.com
4.
Additionally, DDL script for defining the database tables is also generated.
此外,用来定义数据库表的DDL脚本也会产生。
www.ibm.com
5.
Date and time the DDL statement was executed.
执行DDL语句的日期和时间。
msdn2.microsoft.com
6.
You can also create database-level triggers that fire in response to Data Definition Language (DDL) statements.
您也可以建立会引发以回应资料定义语言(DDL)陈述式的资料库层级触发程序。
technet.microsoft.com
7.
Run the tool on any XML schema and capture the DDLs written to the standard output.
在任何XML模式上运行工具并捕获写到标准输出的DDL。
www.ibm.com
8.
The composition of the DDL objects is entirely based on the documented SYSCAT catalog views, with one exception.
DDL对象的组成完全基于文档记录的SYSCAT编目视图,只有一个例外。
www.ibm.com
9.
The script files may contain any supported DDL, DML, and DCL SQL statements.
脚本文件可以包含任何所支持的DDL、DML和DCLSQL语句。
www.ibm.com
10.
You cannot reference a synonym in a DDL statement.
不能在DDL语句中引用同义词。
technet.microsoft.com
1.
DDL statements typically start with CREATE, ALTER, or DROP.
DDL语句通常以CREATE、ALTER或DROP开头。
technet.microsoft.com
2.
The AppDomain is ready for use by a single user to perform DDL operations.
AppDomain已准备就绪可供单个用户用以执行DDL操作。
msdn2.microsoft.com
3.
Only DDL and select operations are allowed on a table in alter mode.
在alter模式下,只有DDL和select操作受允许。
www.ibm.com
4.
Now, create the dropped table from the list dropped table DDL statement.
现在,在被删除表的DDL语句清单中创建被删除的表。
www.ibm.com
5.
The Analysis Services Execute DDL task for running DDL scripts.
AnalysisServices执行DDL任务,用于运行DDL脚本。
msdn2.microsoft.com
6.
The following example creates a DDL trigger safety with database scope, and then disables it.
以下示例在数据库范围创建DDL触发器safety,然后禁用该触发器。
technet.microsoft.com
7.
The table is populated by a DDL trigger that fires every time a DDL statement is executed.
每次执行DDL语句时,所触发的DDL触发器都将填充该表。
msdn2.microsoft.com
8.
The DDL also contains the GRANT statements for our two database users.
DDL同样也包含了我们的两个数据库用户使用的GRANT语句。
www-128.ibm.com
9.
If you prefer to use a DDL script to setup the database, see the Downloads section, which includes db2-order-tables-and-triggers. ddl.
如果您更喜欢使用DDL脚本来建立数据库,请参见下载部分,其中包括db2-order-tables-and-triggers.ddl。
www.ibm.com
10.
Certain system stored procedures that perform DDL-like operations can also fire DDL triggers.
执行DDL式操作的系统存储过程也可以激发DDL触发器。
msdn2.microsoft.com
1.
For more information about how to retrieve metadata for DDL triggers, see Getting Information About DDL Triggers.
有关如何检索DDL触发器的元数据的详细信息,请参阅获取有关DDL触发器的信息。
technet.microsoft.com
2.
This project also has the Data Definition Language (DDL) files for the customer table for both DB2 and Oracle.
此项目还包含用于DB2和Oracle的客户表的数据定义语言(DDL)文件。
www.ibm.com
3.
Explains the steps that are required to create a DDL Trigger.
介绍创建DDL触发器所需的步骤。
msdn2.microsoft.com
4.
The synonym is specified instead of the base object in DDL and DML statements.
在DDL和DML语句中,指定的是同义词而不是基对象。
msdn2.microsoft.com
5.
DDL trigger names are scoped with respect to the parent entity.
DDL触发器名称的作用域取决于父实体。
technet.microsoft.com
6.
Alternatively you can use the DDL scripts from the Download section.
您还可以选择使用下载部分提供的DDL脚本。
www.ibm.com
7.
Now the DDL for schema RETAIL_SALES is generated, and it will be saved to the specified file with the specified folder.
现在已经生成了模式RETAIL_SALES的DDL,并将它保存到指定文件夹的指定文件中。
www.ibm.com
8.
Extract DDL file needed to duplicate database.
提取复制数据库所需的DDL文件。
www-128.ibm.com
9.
The following tables list the DDL events that can be used to fire a DDL trigger.
下表列出了可以用来触发DDL触发器的DDL事件。
technet.microsoft.com
10.
The registered custom stored procedure or script that is executed at the end of the DDL trigger.
在DDL触发器的末尾执行的已注册自定义存储过程或脚本。
msdn2.microsoft.com
1.
DDL triggers run only after a Transact-SQL statement is completed.
只有在完成Transact-SQL语句后才运行DDL触发器。
msdn2.microsoft.com
2.
Generate the Create Procedure DDL, incorporating the user's modifications to the ddl, such as schema, WLM environment, and collection ID.
根据用户对ddl的修改,例如对模式、WLM环境和集合ID的修改,生成CreateProcedureDDL。
www.ibm.com
3.
DDL commands are used to create, modify, or delete items (such as tables) in a database.
DDL命令用来创建、修改或删除数据库中的项目(例如表)。
www.ibm.com
4.
Database-scoped DDL triggers are stored as objects in the database in which they are created.
数据库范围内的DDL触发器都作为对象存储在创建它们的数据库中。
technet.microsoft.com
5.
You will need the backup ID and the DDL for the dropped table in the subsequent steps.
在一些后续步骤中,您需要用到被删除表备份ID和DDL。
www.ibm.com
6.
However, under snapshot isolation, access to metadata might fail because of concurrent DDL operations.
但是,在快照隔离级别下,访问元数据可能会因并发的DDL操作而失败。
msdn2.microsoft.com
7.
The procedure will only populate the DDLLOG table with the DDL statements.
这个过程只用DDL语句填充DDLLOG表。
www.ibm.com
8.
Next step is to choose what objects you want to generate DDL for (see Figure 24).
接下来的步骤是选择要为什么对象生成DDL(如图24所示)。
www.ibm.com
9.
A similar DDL trigger example is provided with the.
示例数据库还提供了类似的DDL触发器示例。
msdn2.microsoft.com
10.
DDL triggers operate on CREATE, ALTER, DROP, and other DDL statements.
DDL触发器在CREATE、ALTER、DROP和其他DDL语句上操作。
msdn2.microsoft.com
1.
DDL triggers cannot be used as INSTEAD OF triggers.
DDL触发器无法作为INSTEADOF触发器使用。
msdn2.microsoft.com
2.
Extract only DDL from source by setting GENDDL=true and UNLOAD=false in the unload script.
通过在unload脚本中设置GENDDL=true和UNLOAD=false,只从源数据库提取DDL。
www.ibm.com
3.
Secondly, the author has designed and helped developed a self-access DDL system based on the corpus.
其次,作者在这个语料库的基础上设计和建立了一个数据驱动自主学习系统。
www.fabiao.net
4.
The generation of the DDL should be done ahead of the final data movement.
DDL的生成应该在最终的数据转移之前执行。
www.ibm.com
5.
Now look at how you can change your physical data model and create DDL from the physical data model.
现在看看如何修改物理数据模型,并从物理数据模型创建DDL。
www.ibm.com
6.
Where -ct generates the DDL statements according to object creation time.
ct在何处生成DDL语句由对象创建时间决定。
www.ibm.com
7.
You cannot directly modify the data in the tables or perform data definition language (DDL) operations on the tables, such as CREATE INDEX.
但不能直接修改表中的数据或对表执行数据定义语言(DDL)操作,例如CREATEINDEX。
msdn2.microsoft.com
8.
For information about UltraLite DDL, see UltraLite SQL Statement Reference.
有关UltraLiteDDL的详细信息,请参见UltraLiteSQL语句参考。
www.ianywhere.com
9.
Step 4. Repeat Step 2 for all other classes and append the newly generated DDL commands to the previously saved ones.
步骤4.对于其他的类,重复步骤2,并将新生成的DDL命令附加到之前保存的DDL命令后面。
www.ibm.com
10.
Future articles will focus on the DML commands and more advanced DDL commands.
未来的文章将侧重于DML命令和更高级的DDL命令。
www.ibm.com
1.
Note in the all above steps, DB2 handles the query based on the SQL data definitions language (DDL) of the database.
注意在上面的所有步骤中,DB2会基于数据库的SQL数据定义语言(DDL)来处理查询。
www.ibm.com
2.
From your notepad where you have saved all the generated DDLs, copy and paste into the BankingDDL script file.
将所有生成的DDL从notepad中复制并粘贴到BankingDDL脚本文件中。
www.ibm.com
3.
Step 3. Save the generated DDL in a file (such as a Notepad file) by cutting and pasting it from the console view.
步骤3.在控制台视图中,通过剪切和粘贴,将生成的DDL保存到一个文件(例如一个Notepad文件)。
www.ibm.com
4.
You can create indexes on typed and untyped XML data columns using a new DDL statement.
您可以使用一个新的DDL语句在类型化和非类型化的XML数据列上创建索引。
msdn2.microsoft.com
5.
Run the DDLs to create the new relational schema.
运行DDL来创建新关系模式。
www.ibm.com
6.
You will see your new data model created from the DDL file you gave the tool.
这时会看到从DDL文件生成的新数据模型。
www.ibm.com
7.
Let's now go back to the DDL script option.
现在我们回到DDL脚本选项。
www.ibm.com
8.
The DDL log containing the infomation to recreate all objects.
DDL日志,包含重建所有对象所需的信息。
www.ibm.com
9.
The db2look tool generates DDL statements according to the object type and object creation time.
db2look工具可根据对象类型和创建时间来生成DDL语句。
www.ibm.com
10.
So if a user error has involved DDL, proper measures will need to be taken to bring back your database.
因此,如果用户的错误涉及DDL,那么将需要采取正确的措施来恢复数据库。
www.ibm.com
1.
The table UBLADMIN. CUSTOMER in the supplied DDL matches the format of the output from this stored procedure.
提供的DDL中的UBLADMIN.CUSTOMER表与这个存储过程的输出格式匹配。
www.ibm.com
2.
Unlike DML triggers, DDL triggers are not scoped to schemas.
与DML触发器不同,DDL触发器的作用域不是架构。
msdn2.microsoft.com
3.
Open a DB2 command shell (db2cmd) and navigate to the directory that contains Table. ddl.
打开DB2命令外壳程序(db2cmd)并导航至包含Table.ddl的目录。
www.ibm.com
4.
The DDL script option is covered later.
后面会谈到DDL脚本选项。
www.ibm.com
5.
For DDL, you will use generated db2ddl script to create table definitions.
对于DDL,使用生成的db2ddl脚本创建表定义。
www.ibm.com
6.
After extraction of the DDL and DATA, you have three different ways of deploying the extracted objects in DB2.
在提取DDL和数据之后,可以以三种方法在DB2中部署提取的对象。
www.ibm.com
7.
Visual Studio 2010 has to ability to generate a DDL and create a database to store the entity data model.
VisualStudio2010可以生成DDL并创建数据库来存储实体数据模型。
www.infoq.com
8.
If your existing application has a generic way to receive DDL statements, it can apply DDL to your database and your data is preserved.
如果现有应用程序采用常规方式接收DDL语句,则可将DDL应用到您的数据库且您的数据将被保留。
www.ianywhere.com
9.
Create a CONTACT table in the ContactDB database by running DDL in the ij console (see Listing 1).
在ij控制台中运行DDL,以在ContactDB数据库中创建CONTACT表(请参见清单1)。
www.ibm.com
10.
This is followed by the DDL statements for distinct types and then tables.
后面是不同类型的DDL语句,然后是表的DDL语句。
www.ibm.com
1.
Information about an event that fires a DDL trigger is captured by using the EVENTDATA function.
使用EVENTDATA函数,可以捕获有关激发DDL触发器的事件的信息。
msdn2.microsoft.com
2.
Step 3: Collect the DDL information for all objects from production, as we are mimicking the whole database, and run the db2look in test.
步骤3:当模拟整个数据库时,从生产中收集所有对象的DDL信息,并在测试中运行db2look。
www.ibm.com
3.
To change the schema names manually one can edit the ME. ddl file obtained in the previous step.
要手动更改模式名称,可以编辑之前步骤中获取的ME.ddl文件。
www.ibm.com
4.
Each Plug-in is a DLL file in the Nero PhotoSnap directory.
每个插件都是NeroPhotoSnap目录中的一个DDL文件。
www.nero.com
5.
However, some shortcomings are also revealed. For example, the DDL method is quite time-consuming.
研究同时发现了数据驱动方法的一些缺陷,比如花时间太多等。
paper.pet2008.cn
6.
As noted, there are some operations, such as executing DDL commands, that you can only accomplish by executing data commands.
如前所述,有一些操作只能通过执行数据命令完成,如执行DDL命令。
msdn2.microsoft.com
7.
Choose DDL script if you are creating a model from an existing DDL file that you have.
如果要从现有的DDL文件创建模型,就选择DDL脚本。
www.ibm.com
8.
For example, a snapshot isolation transaction accessing the target table might fail due to concurrent DDL changes.
例如,由于在同时执行DDL更改,访问目标表的快照隔离事务可能会失败。
msdn2.microsoft.com
9.
Sys. Objects does not show DDL triggers, because they are not schema-scoped.
sys.objects不显示DDL触发器,因为它们不是架构范围内的对象。
technet.microsoft.com
10.
RDA allows the modeler to change a data model and view the changes to the DLL generated from this model.
RDA允许建模者更改数据模型,并查看对从这个模型生成的DDL的更改。
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/15 0:14:37