网站首页  词典首页

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

 

单词 SQL
释义

SQL

美 
英 
  • n.结构查询语言
n.
1.
结构查询语言

例句

释义:
1.
On the surface, OQL seems remarkably similar to SQL, and thus supposedly just as powerful and easy to use.
表面上看,OQL非常类似于SQL,因此它应该和SQL一样强大并且易于使用。
www.ibm.com
2.
You are now ready to switch the SQL execution mode for your selected SQL statements from dynamic SQL to static SQL execution.
现在可以将选定的SQL语句的SQL执行模式从动态SQL转换为静态SQL。
www.ibm.com
3.
At this point, a real application would modify the count column appropriately by issuing the necessary SQL UPDATE statements.
这时,真正的应用程序将通过执行必要的SQLUPDATE语句来适当修改count列。
www.ibm.com
4.
As you work with a database in Sybase Central, the application automatically generates SQL statements depending on your actions.
当您在SybaseCentral中使用数据库时,应用程序将根据您的操作自动生成SQL语句。
www.ianywhere.com
5.
If you were to include all the messages in an NSF in a single DAV table, it would not be effective for SQL access.
如果将一个NSF文件中的全部消息都放在单个DAV表中,那么这对于SQL访问将是无效的。
www-128.ibm.com
6.
Setting a breakpoint in a T-SQL or SQL CLR object automatically enables the server for multi-tier application debugging, if it is possible.
如果可能,则在T-SQL或SQLCLR对象中设置断点将为多层应用程序调试自动启用服务器。
msdn2.microsoft.com
7.
A recordset constructs a SQL statement by building up the pieces of a SQL statement into a CString.
记录集通过将一个SQL语句的片断生成CString来构造SQL语句。
msdn2.microsoft.com
8.
Identifiers that do not comply with all the rules for identifiers must be delimited in a Transact-SQL statement.
在Transact-SQL语句中,必须对不符合所有标识符规则的标识符进行分隔。
msdn2.microsoft.com
9.
Returns the same rows as if no WHERE clause was specified in an old - style , non-SQL-92-style join .
返回相同的行,就好像在旧式的非SQL-92式联接中并没有指定WHERE子句。
www.bing.com
10.
For those familiar with JDBC concepts and the java. sql. ResultSet interface, the SDO dynamic API mode will be easy to understand.
对于熟悉JDBC概念和java.sql.ResultSet接口的读者来说,SDO的动态API模式是很容易理解的。
www.ibm.com
1.
If you are not comfortable reviewing DRDA information, the key thing to look for is the SQL statement that you are trying to execute.
如果在查看DRDA信息时有些迷惑,那么可以抓住关键的一点,那就是要执行的SQL语句。
www.ibm.com
2.
Information about SQL statements is shown in graphs as well as report format to help you more quickly retrieve statistical information .
也可以以报告的形式将关于SQL语句的信息显示在图中,从而帮助您更快地检索统计信息。
www.bing.com
3.
With the EXECUTE statement, all parameter values must be converted to character or Unicode and made a part of the Transact-SQL string.
使用EXECUTE语句,所有参数值都必须转换为字符或Unicode,并成为Transact-SQL字符串的一部分。
msdn2.microsoft.com
4.
Each of these objects contains either a SQL statement or the name of a stored procedure used to read and write data.
其中每一个对象都包含用于读取和写入数据的SQL语句或存储过程名。
technet.microsoft.com
5.
The announcement said the group pulled off the hack using a simple SQL injection vulnerability -- a common website weakness.
黑客声明里称,他们利用了网页中常见的漏洞—一个简单的SQL注入漏洞,轻易地实行了这次袭击。
kk.dongxi.net
6.
At any time while using the Query Editor, you can click SQL at the bottom of the dialog to see the SQL code for the query you are building.
使用查询编辑器时,可随时单击对话框底部的[SQL]来查看正在建立的查询的SQL代码。
www.ianywhere.com
7.
The syntax for OQL is similar to that of SQL but it lets you query the object model rather than directly querying the database.
OQL的语法类似于SQL的语法,但它却使您能够查询对象模型,而不是直接查询数据库。
www.ibm.com
8.
All SQL statements are compiled into easy-to-read assembly executed in the SQLite virtual machine.
所有SQL语句都被编译成易读的、可以在SQLite虚拟机中执行的程序集。
www.ibm.com
9.
FORCE: Irrespective of whether the tables are present in the front end, the SQL statements are always executed in the back-end database.
FORCE:不考虑数据表是否在前端,SQL语句总是在后端数据库中执行。
www.ibm.com
10.
SQL Examiner Suite 2008 is a quick and easy-to-use software solution that enables you to compare and synchronize both schema and data.
20下载的SQL2008室考官是一个快速且易于使用的软件解决方案,使您可以比较和同步架构和数据。
kondishenprom.info
1.
Counter in System Monitor to determine how much memory is allocated by the instance of SQL Server running in AWE mode.
计数器可以确定在AWE模式下运行的SQLServer实例分配的内存量。
msdn2.microsoft.com
2.
SQL Anywhere or UltraLite fractional seconds cannot be preserved when using an Oracle DATE data type which has no fractional seconds.
使用没有小数秒的OracleDATE数据类型时,将不会保留SQLAnywhere或UltraLite小数秒。
www.ianywhere.com
3.
Property allows you to specify an amount of time that the SQL Mobile client will attempt to recover from a failed synchronization.
属性,您可以指定在同步失败后SQLMobile客户端将在多长时间内尝试恢复同步。
msdn2.microsoft.com
4.
After you add a LINQ to SQL file to your project, the empty design surface represents a DataContext ready to be configured.
向项目中添加LINQtoSQL文件后,空白设计图面将表示一个可供配置的DataContext。
msdn2.microsoft.com
5.
Experiment with using SQL and XML data binding in the same application to understand how the same sort of mapping paradigm is used for both.
在同一个应用程序中使用SQL和XML数据绑定,两者采用了同样的映射范型。
www.ibm.com
6.
It is often the case that the process of building an application originates from having a set of database query statements (i. e. SQL).
通常,需要从一组已有的数据库查询语句(SQL)实现应用程序构建。
www.ibm.com
7.
The linkage between the application and database tiers typically takes the form of SQL calls into a relational database.
应用程序和数据库层之间的联接通常采用关系数据库中的SQL调用格式。
www.ibm.com
8.
Using objects known as rollback segments, Oracle constructs read-consistent views of data as of the point in time a SQL statement is issued.
Oracle使用名为“回滚段”的对象在发出SQL语句的时间点处构造读取一致数据视图。
technet.microsoft.com
9.
I was hoping that this book would be a good introduction to NoSQL in general as well as how to use MongoDB specifically.
我期望此书不但是一个优秀的对无SQL的总体概述,而且也详细介绍如何应用MongoDB。
www.bing.com
10.
Equally important, even the best-tuned SQL can cause a performance drag if it is called too often.
而且,即使是最优的SQL,如果调用过于频繁,也会导致运行缓慢。
www.ibm.com
1.
A simple batch consists of a set of SQL statements, separated by semicolons or separated by a separate line with just the word go on it.
简单的批处理由一组SQL语句组成,这些语句用分号分隔,或是由单独的行分隔,行上只具有go一词。
www.ianywhere.com
2.
By learning and understanding SQL, you'll be able to make better decisions and move poorly performing code out of the database.
通过学习和理解SQL,你将能够做出更好的决定并将表现糟糕的代码移出数据库。
www.bing.com
3.
You can now use the SQL outline again to see that the cost estimate is reduced just by doing this simple task.
现在您可以再次查看SQL大纲,您将看到,成本估计降低了,这仅仅是因为执行这个简单任务。
www.ibm.com
4.
If you would like SQL Express to be installed with a specific account, it is recommended that you do not use the default settings.
如果要使用特定帐户安装SQLExpress,则建议您不要使用默认设置。
technet.microsoft.com
5.
Adaptive Server Anywhere uses this capability information to determine how much of a SQL statement can be forwarded to a remote server.
AdaptiveServerAnywhere使用此容量信息来确定可以向远程服务器转发多少SQL语句。
www.ianywhere.com
6.
What's more, SQL injection is one of many common avenues of assault that allows attackers to take complete control of a relational database.
更严重的是,SQL注入是攻击者能够完全控制关系型数据库的攻击手段之一。
shi-wei.net
7.
Slow SQL is usually caused by an inefficient WHERE clause, which corresponds to inefficient query filter definition in ClearQuest.
慢速SQL通常是由WHERE语句不够,它对应于ClearQuest中查询筛选定义不够。
www.ibm.com
8.
End users of the database might be business users who would not touch SQL with a ten foot pole.
数据库的终端用户可能是企业用户,他们对SQL连碰都不想碰。
www.ibm.com
9.
Having up-to-date statistics is always necessary to ensure optimal SQL performance.
最新统计数据对于确保最优SQL性能总是很重要。
www.ibm.com
10.
pureQuery is able to execute a SQL statement on this existing result set, filtering only the products that have the status of bestseller.
pureQuery可以在这个已有的结果集上执行SQL语句,只过滤出状态为畅销品的产品。
www.ibm.com
1.
SQL Injection attack is a form of attack that comes from user input that has not been checked to see that it is valid.
SQL注入攻击是一种来自于用户输入数据相关的攻击,这种输入没有被检测有效性。
www.tianya.cn
2.
To stop the HSQLDB server, all that's needed is a SHUTDOWN command as an SQL statement.
要停止HSQLDB服务器,所需要的只是一个作为SQL语句的SHUTDOWN命令。
www.ibm.com
3.
So let's take a look at some of the techniques used to "scale" SQL databases, and why they all fail to achieve the criteria above.
接下来让我们认真分析一下SQL数据库常用的一些所谓的“扩展”技巧,我们会发现这些方法并不符合前面提到的标准。
www.bing.com
4.
SQL Click SQL at the bottom of the dialog to see the SQL code for your query.
SQL单击对话框底部的[SQL]可查看查询的SQL代码。
www.ianywhere.com
5.
You can assign a custom data generator that has no filter attributes to any SQL data type.
您可以将没有筛选属性的自订资料产生器指派给任何SQL资料型别。
technet.microsoft.com
6.
Its syntax is similar to that of SQL, and SPARQL queries consist of a series of triple patterns and modifiers.
其语法类似于SQL,SPARQL查询包括一系列的三元组范型和修饰符。
www.ibm.com
7.
When bound to a DataGrid control, the result set returned by the SQL command looks like the figure below.
当绑定到DataGrid控件时,由SQL命令返回的结果集看上去如下图所示。
msdn2.microsoft.com
8.
For a customized system, this is usually done using SQL strings with PHP variables injected and passed to it through function parameters.
对于自定义系统,通常需要使用SQL字符串,插入PHP变量并通过函数参数传递。
www.ibm.com
9.
A stored procedure can be seen as one or more SQL commands that already reside at the database server, prepared and ready to be executed.
存储过程可以被视为一条或多条已驻留在数据库服务器中、准备好执行的SQL命令。
www.ibm.com
10.
Its limitations are easy to understand, and you can work around them by writing the SQL you need.
它的限制易于理解,但可以通过编写需要的SQL来绕过它们。
www.ibm.com
1.
The second part is the logging stored procedures that are used from within the body of SQL-PL or any other external stored procedures.
第二个部分是日志存储过程,可以在SQL-PL或任何其他外部存储过程中使用。
www.ibm.com
2.
The SQL editor control also provides right-click menu options to load the script from a file or to save the script to a file.
SQL编辑器控件还提供了右键单击菜单选项,以从文件加载脚本或将脚本保存到文件。
www.ibm.com
3.
The word following Create must be an object type recognized by the SQL syntax of your database.
Create后的字词必须是数据库SQL语法识别的对象类型。
msdn2.microsoft.com
4.
This makes it easy to see the impact of long running SQL statements while they are still in progress.
这使得很难容易查看长时间执行的sql当她们还在运行的时候带来的影响。
space.itpub.net
5.
An upgrade to a SQL Remote installation needs to be carried out with the same care as an initial deployment.
对SQLRemote系统进行升级与最初部署它一样,都需要谨慎地进行实施。
www.ianywhere.com
6.
On UNIX, environment variables must be set for the system to be able to locate SQL Anywhere applications and libraries.
在UNIX上,必须设置环境变量,系统才能定位SQLAnywhere应用程序和库。
www.ianywhere.com
7.
To put it a different way: understanding SQL makes it easy to locate the problem in one of many different layers of your application.
换言之:理解SQL使将问题定位在你的应用程序的多个不同分层中的某一层变得简单。
www.bing.com
8.
For example, criteria is often equivalent to the WHERE clause in an SQL expression, without the word WHERE.
例如,criteria通常等效于SQL表达式中的WHERE子句,只是不包含WHERE一词。
office.microsoft.com
9.
To see the count of the number of records for an SQL statement, click Next until the number of rows retrieved is displayed.
要想看到SQL语句的记录数,可以单击Next直到显示获取的记录数。
www.ibm.com
10.
This tactic is called "SQL injection" and is a very common form of attack.
这种伎俩称为“SQL注入”,是非常常见的攻击方式。
www.ibm.com
1.
I would also like a bid to create two contact forms that would be stored into an SQL data base as well as being sent to us by email.
我也想为了创建两个联系,将被存储到SQL数据库为通过电子邮件发送给我们很好的形式。
www.bing.com
2.
If it is not able to find the tables, it passes the SQL query to the back-end database and returns the results accordingly.
如果不能找到这个数据表,将传递SQL查询到后端数据库并返回对应的结果。
www.ibm.com
3.
For each of the measures that are to be in the query, add the SQL expression generated for the measure as a column in the SELECT list.
对于查询中的每个度量,将度量的SQL表达式添加到SELECT列表中作为列。
www.ibm.com
4.
The iBATIS SQL Maps framework provides a simple means of moving data between Java objects and a relational database.
iBATISSQLMaps框架提供了一种在Java对象和相关数据库之间移动数据的简单方法。
www.ibm.com
5.
If one of the SQL queries requires a user-specified input, the user is prompted with a question asking about the value to be entered.
如果一个SQL需要用户专用的输入,则用户会收到要求将要输入值的问题的提示。
www.ibm.com
6.
Due to the non-SQL nature of the command, it is not directly available in a unit of work (transaction) of the database system.
由于该命令的非SQL特征,它不是直接作为数据库系统中的一个工作单位(事务)来提供的。
www.ibm.com
7.
The less-than-ideal scenario of using a DPSI to access multiple partitions can be very painful from a SQL performance perspective.
使用一个DSPI来访问多个分区不太理想的话,从SQL性能的角度来说可能非常棘手。
www.ibm.com
8.
Most of the time you can take advantage of any order that makes the SQL more readable and easier to maintain without affecting performance.
大部分时间,您可以利用使SQL更具可读性、更容易维护、且不会影响性能的任何顺序。
www.ibm.com
9.
Not checking for SQL-specific characters can open your application up to a wide range of vulnerabilities.
不检查SQL特定的字符可能会打开您的应用程序,带来各种漏洞隐患。
www.ibm.com
10.
Finally, in the improved example, you can see that the SQL statement and output do not include a dynamic column selection.
最后,在改进的示例中,您可以看到该SQL语句和输出没有包括动态列选项。
www.ibm.com
1.
Remember that this matches each CD with each artist, producing the equivalent with a SQL join.
记住,这样将匹配每张CD和每位艺术家,从而得到相当于SQL连接的效果。
www.ibm.com
2.
In this case, all unqualified SQL statements (statements that did not qualify database objects with a schema) would use the schema U1.
在这个例子中,所有未限定的SQL语句(即没有使用模式名限定其中的数据库对象的语句)会使用模式U1。
www.ibm.com
3.
The actual syntax of the SQL statement depends on the schema of your data and on which database you are using .
SQL语句的实际语法取决于您的数据架构和您所使用的数据库。
www.bing.com
4.
For multiple SQL statements in a command string , the escape sequence needs to be at the end of each relevant SQL statement .
对于一个命令字符串中的多条SQL语句,转义序列需要位于每条相关SQL语句的结尾。
www.bing.com
5.
The previous sections describe how you can use the pureQuery outline view to see all the SQL in an application.
前面的章节描述了如何使用pureQuery大纲视图查看应用程序中的所有SQL。
www.ibm.com
6.
Because DB2 is going to rearrange your predicates before applying them, and that new order may be exactly right for your SQL.
因为DB2在应用您的谓词之前要重新安排它们,新的顺序可能正好适用您的SQL。
www.ibm.com
7.
When the syntax of an SQL statement is fully known at compile time, the statement is referred to as static SQL.
如果在编译时一个SQL语句的语法是完全已知的,那么这个语句就称为静态SQL。
www.ibm.com
8.
And while it's often easy to rewrite calls to the shell so that the shell isn't even involved, it's not practical to avoid SQL requests.
因为重新编写对shell的调用非常简单,因此shell的问题就不存在了;不过要消除SQL请求是不现实的。
www.ibm.com
9.
Of course the SQL would have worked with a SORT as well, but that would be a bad plan.
当然,如果有一个SORT,这条语句也能工作,但那将是一个不好的计划。
www.ibm.com
10.
The pureQuery outline view provides an easy-to-read summary of all the SQL in the Java class.
pureQuery大纲视图为Java类中的所有SQL提供了一种易于阅读的汇总信息。
www.ibm.com
1.
A simple modification of the XSL file allows for the appropriate set of SQL statements to be selected at runtime.
XSL文件的一个简单的修改应该考虑到在运行时被选择的那些合适的SQL声明。
www.ibm.com
2.
However, to design an efficient database application with a minimal amount of frustration, you need to understand the basic concepts of SQL.
然而,用最少的挫折设计一个有效的数据库,你需要了解SQL的基本概念。
blog.csdn.net
3.
Query drill down allows you to gather statistical information about each SQL statement executed on the system and analyze statement history.
可以通过查询钻取特性收集关于系统上执行的每个SQL语句的统计信息并分析语句历史。
www.ibm.com
4.
If you're using a framework to work with your database, there is a chance that your framework does the SQL validation for you already.
如果要使用框架以与数据库结合使用,则您的框架可能已经为您执行了SQL验证。
www.ibm.com
5.
You should check each index name to see if it conflicts with the same name on any index before running the generated SQL.
应该检查每个索引名称,以查看它是否与在运行生成的SQL之前的任何索引名称发生冲突。
www.ibm.com
6.
This method of SQL debugging is known as Direct Database Debugging, and can be done in Visual Studio outside of any project if need be.
该SQL调试方法称为直接数据库调试,如果需要,可以在任何项目以外通过VisualStudio进行。
msdn2.microsoft.com
7.
The bcp utility can be used to import large numbers of new rows into SQL Server tables or to export data out of tables into data files.
BCP实用工具可以用于向SQLServer的表中导入大量新行或者将表中的数据导出到数据文件中。
www.infoq.com
8.
Notice that you once again use a SQL string for this, just as you would in JDBC.
注意,您再次使用一个SQL字符串,正如您在JDBC中所用的那样。
www.ibm.com
9.
No SQL is used, but rest assured that data is being stored and can be retrieved, albeit just a bit differently.
不需要使用SQL,但需要确保数据已存储并且可以检索,只存在少许不同。
www.ibm.com
10.
A SQL Server failover cluster instance always appears on the network as if it were a single computer.
SQLServer虚拟服务器始终像一台计算机一样显示在网络上。
msdn2.microsoft.com
1.
No SQL is used, but rest assured that data is being stored and can be retrieved, albeit just a bit differently.
不需要使用SQL,但需要确保数据已存储并且可以检索,只存在少许不同。
www.ibm.com
2.
A SQL Server failover cluster instance always appears on the network as if it were a single computer.
SQLServer虚拟服务器始终像一台计算机一样显示在网络上。
msdn2.microsoft.com
3.
All the raw SQL statements need to be analyzed to see whether they work on both databases, or if changes are needed.
需要分析所有原始SQL语句,判断它们是同时适用于两个数据库,还是需要修改。
www.ibm.com
4.
If you attempt to run an unsaved SQL routine, a message prompts you to save it first.
如果尝试运行未保存的SQL例程,则出现一条消息,提示您首先保存该例程。
msdn2.microsoft.com
5.
Look at the simplest SQL data binding task: mapping an object that doesn't refer to any other objects to a single table.
最简单的SQL数据绑定任务:把没有引用其他任何对象的对象映射到一个表。
www.ibm.com
6.
You are now ready to set up the SQL Remote Open Server.
您现在已准备好,可以设置SQLRemoteOpenServer了。
www.ianywhere.com
7.
Often this takes the form of references to SQL statements or stored procedures that are invoked to read or write to a database .
这经常采取的形式是对SQL语句或存储过程的引用,这些语句或存储过程被调用时即可实现对数据库进行读写。
www.bing.com
8.
To see only the SQL statements using private columns, use the filter as shown in Figure 11.
要只显示使用私有列的SQL语句,如图11所示使用过滤器。
www.ibm.com
9.
To execute the SQL Command constructed so far, you don't have to use any of the other special dbExpress components.
要执行目前构造的SQLCommand,无需使用其他任何特殊dbExpress组件。
www.ibm.com
10.
SET options that are set by a user within a dynamic SQL batch apply only for the duration of that batch .
动态SQL批处理内由用户设置的SET选项仅在该批处理的持续时间内有效。
www.bing.com
1.
SET options that are set by a user within a dynamic SQL batch apply only for the duration of that batch .
动态SQL批处理内由用户设置的SET选项仅在该批处理的持续时间内有效。
www.bing.com
2.
Just like any other built-in function, table functions can be used in a SQL SELECT statement.
就像其他的内建函数一样,表函数也可以在SQLSELECT语句中使用。
www.ibm.com
3.
Because even deadlock errors can be trapped in the CATCH block , the batch is no longer aborted and T-SQL code can continue to work .
因为死锁错误能够为CATCH语句块所捕获,所以批处理将不再中止,T-SQL代码也能继续执行。
www.bing.com
4.
The Java editor cannot detect errors in SQL syntax, nor can it tell you that SQL statements refer to database objects that do not exist.
Java编辑器无法探测SQL语法中的错误,也无法发现SQL语句引用的数据库对象不存在。
www.ibm.com
5.
The DeleteCommand can be an SQL string or the name of a stored procedure, if the underlying database supports stored procedures.
如果基础数据库支持存储过程,DeleteCommand可以是一个SQL字符串或存储过程的名称。
msdn2.microsoft.com
6.
Because both of these views are defined with a single SQL select statement on the underlying table, the query performance will not suffer.
因为这两个视图都是在下面的表格上使用单独的SQL选择语句进行定义,所以不会影响查询性能。
www.ibm.com
7.
Plain XQuery does not allow you to call SQL user defined functions (UDFs) or external UDFs written in C or Java.
普通XQuery不允许您调用SQL用户定义的函数(UDF)或者用C语言或Java编写的外部UDF。
www.ibm.com
8.
Clicking on the SQL Toolbox takes you to a screen consisting of a text box where you enter queries.
单击SQLToolbox就会打开一个屏幕,可以在其中的文本框中输入查询。
www.ibm.com
9.
Commonly abbreviated to "FLWOR" these expressions may be used for performing joins across multiple XML streams in a similar manner to SQL.
通常缩写为“FLWOR”的这些表达式可以被用于以类似SQL的方式执行跨多个XML流的连接。
www.infoq.com
10.
Specifying the nickname, the remote table can be queried in SQL statements on the target database like any other local table.
指定了别名,就可以在目标数据库中用SQL语句查询远程表,就像查询任何本地表一样。
www.ibm.com
1.
Specifying the nickname, the remote table can be queried in SQL statements on the target database like any other local table.
指定了别名,就可以在目标数据库中用SQL语句查询远程表,就像查询任何本地表一样。
www.ibm.com
2.
The ClearQuest software can be on the same system as the Oracle client and SQL*Plus interface, but it does not have to be.
ClearQuest软件可作为Oracle客户程序和SQL*Plus界面运行在同一个系统上,但不是必须这样。
www.ibm.com
3.
Also known as common table expression, this table is temporary table within the duration of a SQL statement.
也称为公用表表示,这种表是SQL语句执行期间存在的临时表。
www-128.ibm.com
4.
Do not wish to stop error-free SQL development till the database server becomes available again?
不希望由于数据库服务器不可用而导致无错误SQL开发停顿?
www.ibm.com
5.
For a list of columns that this view inherits, see sys. Objects (Transact-SQL).
有关此视图所继承列的列表,请参阅sys.objects(Transact-SQL)。
technet.microsoft.com
6.
Select-statement The SQL statement to which the rewrite optimizations are applied to generate the function's results.
select-statement要应用重写优化以便生成该函数结果的SQL语句。
www.ianywhere.com
7.
Stored procedures are groupings of SQL statements that have been compiled together into a single execution plan.
被储存的程序是已经被一起进入一个实行计划之内编译的SQL陈述的配列。
wenwen.soso.com
8.
However, the trigger does not fire when any Transact-SQL statements on which it was programmed are executed.
但是,当执行编写触发器程序所用的任何Transact-SQL语句时,不会激发触发器。
msdn2.microsoft.com
9.
The result is likely to be a language with a more complex semantic definition than that of a relational language such as SQL.
其结果很可能产生其语义定义比关系语言(如SQL)更加复杂的一门语言。
www.ibm.com
10.
If this is not possible, an error SQL0142N is returned to indicate that this SQL statement cannot be supported.
如果这样不可行,则会返回错误SQL0142N,表明该SQL语句不受支持。
www.ibm.com
1.
If this is not possible, an error SQL0142N is returned to indicate that this SQL statement cannot be supported.
如果这样不可行,则会返回错误SQL0142N,表明该SQL语句不受支持。
www.ibm.com
2.
Typically, a module also accesses an underlying database. Some experience with a relational database and SQL is helpful, as well.
通常,模块也会访问底层数据库,因此,关系数据库和SQL方面的经验也会对您有所帮助。
www.ibm.com
3.
That implies that the function is called multiple times during the execution of the SQL statement.
这意味着在SQL语句的执行期间,该函数会被多次调用。
www.ibm.com
4.
The package cache sets the amount of database global memory to be used for caching a package's static and dynamic SQL statements.
包缓存器设置数据库全局内存的总量以用于缓存程序包的静态和动态SQL语句。
www.ibm.com
5.
Property has been set to the name of a stored procedure , the adapter does not construct an SQL statement .
属性已设置为存储过程的名称,则适配器不会构造SQL语句。
www.bing.com
6.
Because SQL packages are a shared resource, the information built when a statement is prepared is available to all the users of the package.
因为SQL包是共享资源,所以准备该语句时建立的所有信息可以被这个包的所有用户共享。
www.ibm.com
7.
If you are performing a join of two or more tables, rewrite GetDefaultSQL to customize the table list used in the SQL FROM clause.
如果正执行两个或更多个表的联接,则重写GetDefaultSQL以自定义SQLFROM子句中使用的表列表。
msdn2.microsoft.com
8.
This script creates optimized SQL to be used for the queries, without needing extra views or tables created in the database.
此脚本创建优化的SQL以用于查询,而不需要在数据库中创建额外的视图或表。
www.ibm.com
9.
Pointer to a. Sql file that the Merge Agent runs before any of the replication object scripts when applying the snapshot at the Subscriber.
指向某个.sql文件的指针;合并代理在订阅服务器上应用快照时,将在运行复制对象脚本之前运行该.sql文件。
msdn2.microsoft.com
10.
Of course, generating XML from an SQL query is usually just half the job; the other half involves doing something with it.
当然,从SQL查询生成XML通常只是完成了一半任务;剩下的一半任务是使用生成的XML。
www.ibm.com
1.
Of course, generating XML from an SQL query is usually just half the job; the other half involves doing something with it.
当然,从SQL查询生成XML通常只是完成了一半任务;剩下的一半任务是使用生成的XML。
www.ibm.com
2.
Data is only replicated by SQL Apply when a subscription set periodically "wakes up" and performs a single cycle of replication processing.
只有当申请集定期“唤醒”并执行复制处理周期时,SQLApply才复制数据。
www.ibm.com
3.
Much of the time, data management work is all about schemas and SQL, or TCO and ROI.
大部分时间,数据管理工作都是关于模式和SQL,或者TCO和ROI的。
www.ibm.com
4.
When imported into a column with a data type other than sql_variant, the data is converted from char by using implicit conversion.
而导入到数据类型不是sql_variant的列中时,数据将通过隐式转换从char格式转换为其他格式。
msdn2.microsoft.com
5.
The wizard displays the SQL statement that you are creating in a box at the bottom of the page.
该向导显示在页面底部的框中创建的SQL语句。
msdn2.microsoft.com
6.
GO signals both the end of a batch and the execution of any cached Transact-SQL statements.
GO在批处理和执行任何缓存Transact-SQL语句结尾时会发出信号。
msdn2.microsoft.com
7.
Grouping SQL statements into a stored procedure can reduce the number of network interactions to complete a transaction.
将SQL语句组合成存储过程可以减少完成事务的网络交互数。
www.ibm.com
8.
Data processing is usually accomplished with the standard SQL statement in many projects.
在很多工程项目中,数据库的数据处理通常都是使用标准的SQL语句完成的。
www.ceps.com.tw
9.
A data adapter contains SQL commands that your application can use to read data into a dataset from a database and write it back again.
数据适配器包含可由应用程序用于将数据从数据库读入数据集并将其写回数据库的SQL命令。
technet.microsoft.com
10.
The queue messages that do not contain SQL commands or are part of a spanning SQL command are not displayed.
不显示不包含SQL命令的队列消息,也不显示作为跨越式SQL命令的一部分的队列消息。
www.kuenglish.info
1.
The queue messages that do not contain SQL commands or are part of a spanning SQL command are not displayed.
不显示不包含SQL命令的队列消息,也不显示作为跨越式SQL命令的一部分的队列消息。
www.kuenglish.info
2.
Imagine running a SQL SELECT statement and merging the results directly into an HTML table marked up to your specifications.
想象一下,运行一个SQLSELECT语句,并将结果直接合并到一个符合自己的规范的HTML表格中。
www.ibm.com
3.
To see a list of currently created event notifications, use sys. Event_notifications (Transact-SQL).
若要查看当前创建的事件通知列表,请使用sys.event_notifications(Transact-SQL)。
msdn2.microsoft.com
4.
Choose this button to specify that you want to accept the SQL statement, either to edit it further or to execute it.
选择此按钮以指定接受SQL语句,或者进一步编辑语句,或者执行语句。
207.46.16.251
5.
The most interesting scenario is to use SQL Compact Edition database file as a local cache of data that do not change often.
最有意思的情况是使用SQL精简版数据库文件作为不经常更改的数据的本地缓存。
blog.joycode.com
6.
The SQL statements and commands submitted in a pass-through session do not go through the federated query compiler.
在pass-through会话中提交的SQL语句和命令不会通过联邦查询编译器。
www.ibm.com
7.
If this option is not available, enable SQL Mail using the Surface Area Configuration tool, and set up a mail profile.
如果此选项不可用,请使用外围应用配置器工具启用SQLMail,并设置邮件配置文件。
msdn2.microsoft.com
8.
The SQL required to perform such a complex set of transformations would prove unwieldy and difficult to maintain.
执行那样复杂的一组转换的SQL十分笨拙,难于维护。
www.ibm.com
9.
Describes installing SQL Native Client Net-Libraries on the server and client computers and enabling a matching pair of network protocols.
介绍如何在服务器和客户机上安装SQLNativeClient网络库以及如何启用网络协议的匹配对。
msdn2.microsoft.com
10.
Scheduler functions collect information and monitor and adjust the server, using an SQL-based administrative system and a set of tasks.
可以使用一个基于SQL的管理系统和一组任务收集信息、监视和调整服务器。
www.ibm.com
1.
Scheduler functions collect information and monitor and adjust the server, using an SQL-based administrative system and a set of tasks.
可以使用一个基于SQL的管理系统和一组任务收集信息、监视和调整服务器。
www.ibm.com
2.
You can use the bottom pane for designing what you want your SQL statement to contain.
可以使用底部面板设计SQL语句中要包含的内容。
www.ibm.com
3.
Secure your development SQL Server as if it was a production server.
保护您的开发SQLServer的安全,就好像它是一个生产服务器一样。
msdn2.microsoft.com
4.
The following example returns the SQL text of all cached entries that have been used more than once.
以下示例返回经过多次使用的所有缓存条目的SQL文本。
msdn2.microsoft.com
5.
Even choosing only a subset of the columns from the view would be a simple SQL query.
即使是只从视图中选择列的一个子集,也能用一个简单的SQL查询实现。
www.ibm.com
6.
Should be easy to edit and add topics to the forum from backend by using SQL queries.
应该很容易从后台编辑和添加到论坛的主题使用SQL查询。
www.bing.com
7.
The data mining model object is structured like an SQL table, with columns, data types, and meta information that describe the model.
数据挖掘模型对象的结构与SQL表类似,包含用于说明模型的列、数据类型和元信息。
msdn2.microsoft.com
8.
The SQL compiler uses them to transform a statement into a more optimized form, thus improving the access path to the required data.
SQL编译器使用信息约束将语句转化成更优的形式,从而改善对所需数据的访问路径。
www.ibm.com
9.
If all the data that a SQL query asks for is contained in the index, DB2 might be able to satisfy the request using only the index.
如果SQL查询要寻找的所有数据都包含在索引中,那么DB2也许只使用索引就可以满足该请求。
www.ibm.com
10.
All data of this system are managed by SQL Server2000 . And a lot of storage procedures are used for faster system's executive efficiency.
该系统的所有数据由SQLServer2000数据库来管理,并使用了大量存储过程来加快系统的执行效率。
www.51lunwen.com
1.
All data of this system are managed by SQL Server2000 . And a lot of storage procedures are used for faster system's executive efficiency.
该系统的所有数据由SQLServer2000数据库来管理,并使用了大量存储过程来加快系统的执行效率。
www.51lunwen.com
2.
The first step in this package is an Execute SQL task, which checks to see if the destination table already exists.
此包中的第一步是“执行SQL”任务,此任务会查看目标表是否已存在。
msdn2.microsoft.com
3.
Escape sequences are used within an SQL statement to tell the driver that the escaped part of the SQL string should be handled differently .
转义序列用在SQL语句中,指示驱动程序应以不同方式处理SQL字符串的转义部分。
www.bing.com
4.
As you build your query, the SQL pane automatically updates and reformats to be easily read.
建置查询时,[SQL]窗格将自动更新并重新格式化陈述式以方便读取。
technet.microsoft.com
5.
As I mentioned , SQL specifies what data to retrieve or manipulate , but does not specify how the database accomplishes these tasks .
如我所说的,SQL指定了要检索或操作什么数据,但没有指定数据库如何完成这些任务。
www.bing.com
6.
If you don't know immediately what your SQL Query formula is going to be, enter double-quotes into the formula box.
如果不能立即知道SQL查询公式是什么,那么在公式框中输入双引号。
www.ibm.com
7.
Sometimes , the data modification statements are collectively known as the data modification language (DML) part of SQL .
有时,这些数据修改语句被一并称为SQL的数据修改语言(DML)部分。
www.bing.com
8.
For a list of conditions that must be met before a function can be schema bound, see CREATE FUNCTION (Transact-SQL).
有关函数绑定到架构前必须满足的条件的列表,请参阅CREATEFUNCTION(Transact-SQL)。
technet.microsoft.com
9.
The information provided by SQuirreL SQL client can be particularly useful for the Java programmer who wishes to interact with a database.
SQuirreLSQLclient所提供的信息对于希望与数据库交互的Java程序员可能特别有用。
www-128.ibm.com
10.
Even richer SQL Adaptive Server Anywhere's SQL language has been extended to enable you to do more with your data.
更加丰富的SQLAdaptiveServerAnywhere的SQL语言已经扩展到允许您进行更多的数据处理。
www.ianywhere.com
1.
Even richer SQL Adaptive Server Anywhere's SQL language has been extended to enable you to do more with your data.
更加丰富的SQLAdaptiveServerAnywhere的SQL语言已经扩展到允许您进行更多的数据处理。
www.ianywhere.com
2.
SQL syntax for other database systems might vary but the statements are easy to adapt.
用于其它数据库系统的SQL语法可能变化,但是这些语句很容易修改和适应。
www.ibm.com
3.
Furthermore, the departing end user might be an owner for a particular SQL object.
此外,即将离开的最终用户可能是一个特定SQL对象的所有者。
www.ibm.com
4.
An error is raised if you set the SQL Native Client OLE DB provider to run out of process and try to run a distributed query.
如果将SQLNativeClientOLEDB访问接口设置为在进程外运行并试图运行分布式查询,将引发一个错误。
msdn2.microsoft.com
5.
Table functions enable you to efficiently use relational operations and the power of SQL on data that is not in an actual table.
表函数允许您对非实际表(不是实际上的表)中的数据有效地使用关系操作和SQL。
www.ibm.com
6.
Query Builder includes graphical panes that compose your query visually and a text pane that displays the SQL text of your query.
查询生成器包括多个图形窗格和一个文本窗格,前者用于直观地编写查询,后者用于显示查询的SQL文本。
msdn2.microsoft.com
7.
In a minute, you will see me reference that nickname in a SQL statement that I provide to a Blox tag to create the report in Figure 4.
很快,您将看到我在一条SQL语句中引用这个昵称,这条SQL语句是我提供给一个Blox标签用于创建图4中所示报表的。
www.ibm.com
8.
You can populate every elements array with a separate SQL query, thus allowing for SQL result sets to be nested to an unlimited depth.
您可以使用单独的SQL查询填充每个elements数组,从而允许SQL结果集被嵌入到无限制的深度。
www.ibm.com
9.
It's quite easy to execute an SQL query and then create spreadsheet cells from each field of the query result set.
执行SQL查询并从查询结果集的每个字段中创建电子表格单元格,实现这些操作很简单。
www.ibm.com
10.
By placing SQL commands in a script file, you gain the additional benefit of being able to execute the commands as many times as necessary.
通过将SQL命令放置在脚本文件中,您将获得能够根据需要多次执行命令的附加好处。
www.ibm.com
1.
By placing SQL commands in a script file, you gain the additional benefit of being able to execute the commands as many times as necessary.
通过将SQL命令放置在脚本文件中,您将获得能够根据需要多次执行命令的附加好处。
www.ibm.com
2.
This tutorial introduces you to embedded SQL programming and walks you through the basic steps of constructing an embedded SQL application .
本教程向您介绍嵌入式SQL编程,并带您走过用于构造嵌入式SQL应用程序的基本步骤。
www.bing.com
3.
Also, they typically required non-standard SQL extensions to understand how to parse the data into a XML column.
另外,它们通常需要非标准的SQL扩展来理解如何将数据解析到XML列中。
www.ibm.com
4.
Like the SQL injection attack, you can often easily deal with the threat if you follow best practices to develop secure applications.
与SQL注入攻击类似,如果使用最佳实践开发安全的应用程序,通常可以轻松地处理该威胁。
www.ibm.com
5.
When doing the performance testing, it becomes much more interesting to see users, SQL, buffer pool hit rates, etc.
在进行性能测试时,若能看到用户、SQL、缓冲池命中率等,无疑更为有趣。
www.ibm.com
6.
A SQL Remote setup can be seen as a single dispersed database, spread out over many sites, maintaining a loose form of consistency.
SQLRemote系统可以视为一个分散的数据库,该数据库跨越许多站点,维护一种松散的一致性。
www.ianywhere.com
7.
A package associated with a persistent stored module (PSM) (SQL) stored procedure cannot be transferred.
与持久存储模块(persistentstoredmodule,PSM)(SQL)存储过程相关联的包不能被转移。
www.ibm.com
8.
The usage of SQL Table Functions allows you to push procedural logic into the FROM clause of a query.
SQL表函数的使用使您可以将过程性逻辑放入到查询的FROM子句中。
www.ibm.com
9.
I hate to say it, but learning SQL may mean that you get to keep your job when Ted in the next cube gets canned during layoff season.
我讨厌这样说,但学习SQL可能意味着当旁边隔间的Ted在裁员季被解雇时你能保住你的工作。
www.bing.com
10.
Our tool makes all this unnecessary by automatically creating database data, objects and sets of SQL statements, if necessary.
我们的工具,使这一切不必要的自动创建数据库中的数据,对象和SQL语句集,如果必要的。
www.jisuxz.com
1.
The first line is an SQL clause specifying that you only want to retrieve information in the "name" column of the "clients" table.
第一行是一个SQL子句,指定仅检索“clients”表“name”列中的信息。
www.ibm.com
2.
Service Packs: Since MSDE is often embedded in applications, users might not know that they have an instance of SQL Server installed.
ServicePack:由于MSDE通常嵌入到应用程序中,用户可能不知道他们已经安装了一个SQLServer实例。
msdn2.microsoft.com
3.
SQL gives users access to data in relational DBMSs by describing the data they may wish to see.
SQL给予使用者使用关联式资料库管理系统中资料的权利藉由描述所希望见到的资料。
140.124.61.35
4.
SQL injection is still one of the most common types of an injection flaw.
SQL注入仍然是最常见的一种注入缺陷。
www.ibm.com
5.
After the macro is interpreted, the connection is active and ready to execute SQL statements (see Listing 2).
解释完宏之后,连接将处于活动状态并准备执行SQL语句(参见清单2)。
www.ibm.com
6.
To allow that, you might specify an SQL statement like the following as the CommandText property of a SelectCommand.
若要允许这样操作,可以将类似下面的SQL语句指定为SelectCommand的CommandText属性。
msdn2.microsoft.com
7.
SQLServerPreparedStatement - (inherited from SQLServerStatement), used for running compiled SQL statements that might contain IN parameters.
SQLServerPreparedStatement-(继承自SQLServerStatement),用于运行编译的可能包含IN参数的SQL语句。
msdn2.microsoft.com
8.
SQL is also commonly known as a DML, but it cannot be directly used from an application program.
SQL通常也被称为数据修改语言,但它不能由应用程序直接使用。
www.educity.cn
9.
SQL Mail can be enabled by using the Surface Area Configuration tool or by launching the Properties dialog from the SQL Mail node.
可以使用外围应用配置器工具或通过从SQLMail节点启动“属性”对话来启用SQLMail。
msdn2.microsoft.com
10.
A few weeks ago, the Wintellect Web site was under attack through a sophisticated form of SQL injection.
几周前,WintellectWeb站点受到一种很复杂的SQL注入的攻击。
msdn2.microsoft.com
1.
UML can help bridge the gap between the database schema, which might be expressed in SQL or something similar, and the user's model.
UML能够帮助架起在以SOL或者其他相似语言表达的数据库计划(schema)和用户模型之间的桥梁。
www.ibm.com
2.
SQL Azure will be rolling out new features over the next few months including MARS support, spatial data, and a 50 GB option.
SQLAzure将在接下来的几个月推出一些新特性,包括MARS支持、空间坐标数据和50GB的容量选项。
www.infoq.com
3.
As mentioned previously in the section "Creating a Database, " the manipulative component of SQL is called Data Manipulation Language (DML).
像前面“创建数据库”部分所讲的,SQL的控制部分叫做数据控制语言,简称“DML”。
bbs.wwenglish.org
4.
The SQL Maps framework will help you to significantly reduce the amount of Java code that you normally need to access a relational database.
SQLMaps框架有助于极大地减少访问关系数据库通常所需的Java代码量。
www-128.ibm.com
5.
Using SQL group by and aggregation functions on that table is usually more efficient than producing the same result in plain XQuery.
对该表使用SQL的groupby函数和聚集函数通常比使用生成相同结果的普通XQuery更有效。
www.ibm.com
6.
The specification for browser-based SQL data is still in flux, with its specifics still being ironed out.
基于浏览器的SQL数据的规范仍然在不断演变,具体细节仍然在整理当中。
www.ibm.com
7.
These products provide a set of advisors and tools to help make it easier to tune SQL.
这些产品提供一组建议程序和工具帮您更轻松地调优SQL。
www.ibm.com
8.
Both MobiLink and SQL Remote provide data replication between a consolidated database and a set of remote databases.
MobiLink和SQLRemote都可在一个统一数据库和一组远程数据库之间提供数据复制。
www.ianywhere.com
9.
The SQL DELETE statement enables you to identify (or restrict) the rows you want to delete through a WHERE clause.
SQLDELETE语句允许通过WHERE子句识别(或限制)要删除的行。
www.ibm.com
10.
That is, all the statements in an SQL script must use the same statement terminator.
即,一个SQL脚本的所有语句都必须使用相同的语句结束符。
www.ibm.com
1.
This doubles the number of Transact-SQL statements that must be coded to implement a given piece of logic.
这就使为实现某个给定逻辑而必须编码的Transact-SQL语句的数量加倍。
msdn2.microsoft.com
2.
The IN operator is one of four SQL operators that you can use with a table subquery.
IN操作符是可以用于表子查询的四个SQL操作符之一。
www.ibm.com
3.
But a statement object submits different SQL statements to batch, while prepared statement submits a set of parameters to batch.
但语句对象提交不同的SQL语句进行批处理,而预置语句提交的是一组参数。
www.ibm.com
4.
Shows the threshold exception log, drilling down to see periodic exception details for SQL activity.
展示了阈值异常日志,并将其向下展开,以查看SQL活动的某一时期的异常细节。
www-128.ibm.com
5.
They fail to realize that understanding the SQL is fundamental to turning the database from a difficult necessity into a powerful ally.
他们没有认识到,理解SQL对于将数据库从一个困难的必需品转换成强大的联盟是多么重要。
www.ibm.com
6.
First, CGTT behaves more like a regular table for SQL programmers, but with the potential of a performance advantage.
首先,CGTT的行为对SQL程序员而言更像是一个普通表,但它具有提升性能的潜力。
www.ibm.com
7.
Now you need to tell Castor which Java properties map to which SQL columns.
现在需要告诉Castor哪个Java属性映射到哪个SQL列。
www.ibm.com
8.
Whether the XQueries were embedded in SQL or executed stand-alone did not make a performance difference in our tests.
无论XQueries是嵌入在SQL中还是单独执行,在我们的测试中并没有性能区别。
www.ibm.com
9.
The SQL Anywhere Studio online documentation features a number of tools to help you navigate through the information.
SQLAnywhereStudio联机文档中包含一些工具,用来帮助您浏览信息。
www.ianywhere.com
10.
The understanding is even clearer if you say "SQL database, " because an ISO standard lays out exactly what such a database must provide.
如果说“SQL数据库”,这种理解就更清晰了,因为有ISO标准规定了这种数据库必须具备什么特性。
www.ibm.com
1.
You might have noticed that the SQL query was forced to only include the columns needed.
你可能已经注意到SQL查询只包括了所需要的列。
blog.sina.com.cn
2.
The OLE DB destination loads data into a variety of OLE DB- compliant databases using a database table or view or an SQL command .
OLEDB目标可以使用数据库表、视图或SQL命令将数据加载到各种OLEDB兼容的数据库中。
www.bing.com
3.
The implementation of the stored procedure described in this section addresses those needs because CALL is a SQL statement of its own.
这一节中描述的存储过程的实现解决了这些需求,因为CALL本身是一个SQL语句。
www.ibm.com
4.
The capability to get additional statistical information about the elapsed execution time of each edition, including for non-SQL type steps.
可以获得与每个版本经过执行时间相关的附加统计信息,包括对于非SQL类型的步骤。
www.ibm.com
5.
The command includes the actual text of an SQL statement or the name of a stored procedure to execute.
命令包含SQL语句的实际文本或要执行的存储过程的名称。
msdn2.microsoft.com
6.
Reasonable skills with SQL and know at least one of wildly used data base.
熟练使用SQL语句,至少熟悉一种常用数据库。
www.job-998.com
7.
If you can remember the set-at-a-time orientation of a relational database, you will begin to grasp SQL's essence and nature.
如果您能够记得关系数据库的一次处理一个集合(set-at-a-time)的特点,您就开始掌握SQL的本质和性质了。
www.ibm.com
8.
XQuery is good for XML-only applications that do not need (or do not wish) to use SQL or relational structures.
对于仅涉及XML、不需要(或不希望)使用SQL或关系结构的应用程序来说,XQuery很适用。
www.ibm.com
9.
The FOR statement is a control statement that allows you to execute a list of SQL statements once for each row in a cursor.
FOR语句是控制语句,它允许对游标中的每一行执行一次SQL语句列表。
www.ianywhere.com
10.
Applications can be configured to run the database SQL statically without any change in programming or user experience.
可以对应用程序进行配置,使其静态地运行数据库SQL,而不会影响编程或用户体验。
www.ibm.com
1.
XQuery looks like SQL and solves many of the SQL problems that cause me to run back to my bookshelf for answers.
XQuery看起来很像SQL,解决了很多我不得不从书架上翻找答案的问题。
www-128.ibm.com
2.
Structured Query Language (SQL): A standardized language used to define objects and manipulate data in a relational database.
结构化查询语言(StructuredQueryLanguage,SQL):一种标准化语言,用于在关系数据库中定义对象及操纵数据。
www.ibm.com
3.
You can use it from the shell prompt, specifying the name of a table, or an SQL statement, or just the name of a database.
你可以从外壳提示行中使用它,需要说明一个表或SQL语句的名字。
osl.bsw.net.cn
4.
In a WHERE or HAVING clause , predicates that specify the conditions that the source rows must meet to be included in the SQL statement .
WHERE或HAVING子句中的谓词,用于指定源行要包含在SQL语句中必须满足的条件。
www.bing.com
5.
Use the generic query designer when you want to control the exact Transact-SQL used for a query.
如果希望控制用于查询的精确Transact-SQL,请使用通用查询设计器。
msdn2.microsoft.com
6.
This function, as mentioned in SQL standards, is used to find the length of a character string in character semantics.
如SQL标准中所述,此函数使用字符语义查找字符字符串的长度。
www.ibm.com
7.
You can use an Execute SQL task at the beginning of each package to create this new row and to record the start time.
您可以在每个包的开始使用一个执行SQL任务创建此新行并记录开始时间。
technet.microsoft.com
8.
The reference dataset can be an existing table or view, a new table, or the result of an SQL statement.
引用数据集可以是现有的表或视图,也可以是新表或SQL语句的结果。
msdn2.microsoft.com
9.
As you'll learn, it's actually quite amazing what you can do once you're freed from the constraints of SQL.
正如您将了解的一样,当您从SQL的限制解脱出来后,会对自己能够完成这么多的事情而感到吃惊。
www.ibm.com
10.
As a result, up to five T-SQL scripts can be run during execution of a single database unit test.
因此,在一次数据库单元测试执行期间,最多可以运行五个T-SQL脚本。
msdn2.microsoft.com
1.
This script should contain a set of Transact-SQL statements that execute against the database or databases that you want to tune.
此脚本应包含一组对想要优化的数据库执行的Transact-SQL语句。
msdn2.microsoft.com
2.
Selecting a SQL statement from the list brings up additional information for the statement as shown in the detail area for SQL statements.
从列表选择SQL语句会带出额外的语句信息,如以下SQL语句的详细信息区域所示。
www.ibm.com
3.
Before beginning this tutorial, you should be familiar with the concept of a SQL access plan.
在开始学习本教程之前,您应该熟悉SQL访问计划(accessplan)的概念。
www.ibm.com
4.
All SQL comparisons, SQL query execution, and SQL casting takes place in the database code page.
所有SQL比较、SQL查询执行以及SQL类型转换都必须在数据库代码页中进行。
www.ibm.com
5.
This can be desirable if you think SQL 2005 is promoting transactions too often, but the preferred method is TransactionScope.
如果您觉得SQL2005提升事务级别过于频繁,不妨试试这个做法。不过,最佳选择则是使用TransactionScope。
www.infoq.com
6.
Directly using SQL makes caching problematic, since the caching layer must deal with full result sets rather than single database rows.
直接使用SQL会使缓存出问题,因为缓存层必须处理完整的结果集,而不是单独一个数据库行。
www.ibm.com
7.
They must have valid data types (see SQL Data Types), and can be prefixed with one of the keywords IN, OUT or INOUT.
它们必须具有有效数据类型(请参见SQL数据类型),并且可以用关键字IN、OUT或INOUT作为前缀。
www.ianywhere.com
8.
A cursor is a database structure that allows you to iterate through the results of an SQL query.
游标是一种数据库结构,它将允许您循环访问SQL查询的结果。
www.ibm.com
9.
Must be the owner of the table on which the index is created, have DBA authority, or have REMOTE DBA authority (SQL Remote).
必须是创建索引的表的所有者、具有DBA权限或具有REMOTEDBA权限(SQLRemote)。
www.ianywhere.com
10.
SQL queries and commands can be parameterized, in that they contain placeholders for values that are bound to the query at run time.
可以参数化SQL查询和命令,因为它们包含运行时绑定到查询的值的占位符。
msdn2.microsoft.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/15 17:26:07