单词 | T-SQL | ||||||||||||
释义 | T-SQL
更多释义 收起释义 例句释义: 资料库设计,存储过程,语句 1. 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 2. 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 3. 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 4. As part of this walkthrough, you connect and disconnect from the server, validate your T-SQL scripts, and examine the results of the query. 在本演练中,您将建立和断开与服务器的连接、验证T-SQL脚本以及检查查询结果。 msdn2.microsoft.com 5. You represent an element with its opening and closing tags; T-SQL statements are embedded within opening and closing query tags. 您用开始和结束标记来表示一个元素;T-SQL语句嵌入在开始和结束query标记之内。 msdn2.microsoft.com 6. Part of a T-SQL programmer's job is to translate application users' requests for information into queries. T-SQL程序员的一部分工作是将应用程序用户对信息的请求转换为查询。 msdn2.microsoft.com 7. Introduces the concept of using Assert statements and T-SQL assertions in your database unit tests. 描述在数据库单元测试中使用Assert语句和T-SQL断言的概念。 msdn2.microsoft.com 8. You can follow the thread of execution into the stored procedure, which may be written in T-SQL or in a CLR language. 您可以沿着执行线程进入到用T-SQL或CLR语言编写的存储过程中。 msdn2.microsoft.com 9. The T-SQL test script in the test action is the only component that you must include in every database unit test. 测试操作中的T-SQL测试脚本是唯一必须包括在每个数据库单元测试中的组件。 msdn2.microsoft.com 10. Open - opens the definition of that object in the T-SQL editor. 打开-在T-SQL编辑器中打开此对象的定义。 msdn2.microsoft.com 1. The Execution Time test condition specifies a time limit under which the T-SQL test script must run. “执行时间”测试条件指定T-SQL测试脚本运行时必须遵循的时间限制。 msdn2.microsoft.com 2. Similar to the test action, each pre-test action and each post-test action contains one T-SQL script and zero or more test conditions. 与测试操作相似,每个预先测试操作和后期测试操作都包含一个T-SQL脚本和零个或多个测试条件。 msdn2.microsoft.com 3. In a typical database unit test, a Transact-SQL (T-SQL) test script runs and returns an instance of the ExecutionResult class. 在典型的数据库单元测试中,Transact-SQL(T-SQL)测试脚本会运行并返回ExecutionResult类的一个实例。 msdn2.microsoft.com 4. In the T-SQL Editor, delete the SELECT statement that you added in a previous step. 在T-SQL编辑器中,删除在上一步中添加的SELECT语句。 msdn2.microsoft.com 5. Although T-SQL is extremely powerful for most data processing, it provides little support for text analysis or manipulation. 尽管T-SQL对多数数据处理而言极其强大,但它对文本分析或操作所提供的支持却很少。 blog.sina.com.cn 6. In SQL objects, you can set expressions in the Watch window, but you cannot set such expressions in a T-SQL object. 在SQL对象中,您可以在“监视”窗口中设置表达式,但在T-SQL对象中不能设置这样的表达式。 msdn2.microsoft.com 7. There are a few T-SQL commands and extensions that present their own unique security concerns. 有一些T-SQL命令和扩展,它们具有自己独特的安全考虑事项。 msdn2.microsoft.com 8. T-SQL objects can be coded and deployed in Visual Studio using a Database project type. 可以在VisualStudio中使用数据库项目类型来编码和部署T-SQL对象。 msdn2.microsoft.com 9. In this walkthrough, you create a database unit test that tests a simple Transact-SQL (T-SQL) script. 在本演练中,您将创建一个测试简单Transact-SQL(T-SQL)脚本的数据库单元测试。 msdn2.microsoft.com 10. Describes the order in which T-SQL scripts are run before, during, and after database unit tests. 描述在执行数据库单元测试之前、期间和之后以什么顺序运行T-SQL脚本。 msdn2.microsoft.com 1. Second, you must append a FOR XML clause to any T-SQL statement that returns results. 第二,您必须将一个FORXML子句追加到返回结果的任一T-SQL语句中。 msdn2.microsoft.com 2. The T-SQL statement in this query joins three tables to show the book titles for an author. 这个查询中的T-SQL语句联接了三个表来显示某个作者的书名。 msdn2.microsoft.com 3. 9; By default, the system records completion of T-SQL batches and remote procedure calls. 默认情况下,系统会记录T-SQL批处理和远程过程调用的完成。 msdn2.microsoft.com 4. Press Continue again, and note the second Dynamic T-SQL window that opens, showing the code that returns the value of the function. 再次按“继续”,注意此时将打开第二个“动态T-SQL”窗口,其中显示了返回函数值的代码。 msdn2.microsoft.com 5. Database Edition then switches to the execution context before running the T-SQL script in the test. DatabaseEdition随后会在运行该测试中的T-SQL脚本之前切换到执行上下文。 msdn2.microsoft.com 6. Choose Step Into again, and note that a new window labeled Dynamic T-SQL opens, displaying the SQL statement that is about to be executed. 再次选择“单步执行”,注意此时将打开一个标记为“动态T-SQL”的新窗口,其中显示了即将执行的SQL语句。 msdn2.microsoft.com 7. Once these roles are created, you can get the SQL tools to export these T-SQL commands to a script file. 在创建这些角色后,您可以使用SQL工具将这些T-SQL命令导出到一个脚本文件。 msdn2.microsoft.com 8. Contains samples demonstrating debugging for all T-SQL database object type. 包含演示对所有T-SQL数据库对象类型进行调试的示例。 msdn2.microsoft.com 9. 9; The FOR XML clause appends to the end of many common T-SQL query statements. 将FORXML子句追加到多个公共T-SQL查询语句的结尾。 msdn2.microsoft.com 10. You can debug an existing SQL CLR stored procedure using direct database debugging, the same way you would debug a T-SQL procedure. 您可以按照调试T-SQL过程相同的方式,通过使用直接数据库调试来调试现有的SQLCLR存储过程。 msdn2.microsoft.com 1. Debugging back and forth between managed code and T-SQL. 在托管代码与T-SQL之间来回调试。 msdn2.microsoft.com 2. Ubitsoft has released a new version of SQL Enlight, their tool designed to expedite and facilitate T-SQL development. Ubitsoft发布了新版本的SQLEnlight,这是一款用于加速并简化T-SQL开发的工具。 www.infoq.com 3. On the Data menu, point to T-SQL Editor, and click Execute SQL to execute your script again. 在“数据”菜单上,指向“T-SQL编辑器”,然后单击“执行SQL”再次执行脚本。 msdn2.microsoft.com 4. Contains topics that help you analyze and run your scripts and queries in the T-SQL editor. 包含一些可帮助您在T-SQL编辑器中分析和运行脚本与查询的主题。 msdn2.microsoft.com 5. The example also illustrates jumping from one T-SQL object, the stored procedure, to another, the function. 此示例还阐释如何从一个T-SQL对象(存储过程)跳转到另一个T-SQL对象(函数)。 msdn2.microsoft.com 6. The XML syntax for templates is very simple, and the T-SQL is, of course, familiar. 这些模板的XML语法是非常简单的,并且T-SQL也无疑是大家所熟悉的。 msdn2.microsoft.com 7. Fails if the T-SQL test script takes longer than expected to execute. 如果T-SQL测试脚本的执行时间长于预期时间,则不成立。 msdn2.microsoft.com 8. A subquery SELECT statement if executed independently of the T-SQL statement, in which it is nested, will return a result set. 一个子查询SELECT语句,如果脱离主查询而单独执行的话,将返回一个结果集。 www.bugsboard.net 9. The Execute T-SQL Statement task runs Transact-SQL statements. 执行T-SQL语句任务运行Transact-SQL语句。 msdn2.microsoft.com 10. Next, you modify your T-SQL script to include multiple statements. 接下来,修改T-SQL脚本以包括多个语句。 msdn2.microsoft.com 1. It illustrates jumping from one T-SQL object (the stored procedure) to another (the function). 它介绍如何从一个T-SQL对象(存储过程)跳到另一个T-SQL对象(函数)。 msdn2.microsoft.com 2. Shows how to create and debug a T-SQL stored procedure by Direct Database Debugging, i. E. Stepping into it via Server Explorer. 显示如何通过直接数据库调试创建并调试T-SQL存储过程,如通过服务器资源管理器单步执行它。 msdn2.microsoft.com 3. On the Data menu, point to T-SQL Editor, and click New Query Connection. 在“数据”菜单上,指向“T-SQL编辑器”,再单击“新建查询连接”。 msdn2.microsoft.com 4. T-SQL objects can also be developed in this project type. T-SQL对象也可以用此项目类型来开发。 msdn2.microsoft.com 5. These steps are not needed if you are only debugging T-SQL database objects. 如果只调试T-SQL数据库对象,则不需要这些步骤。 msdn2.microsoft.com 6. Also, we need to enforce special rules to duplicate the way T-SQL treats columns of bit data type. 同时,我们还需要强制实施特殊规则,以复制T-SQL处理位数据类型列的方式。 www-128.ibm.com 7. Open - opens the file in the Transact-SQL (T-SQL) editor. 打开-在Transact-SQL(T-SQL)编辑器中打开文件。 msdn2.microsoft.com 8. Provides an overview of how to create, analyze, and execute scripts and queries in the T-SQL editor. 概述如何在T-SQL编辑器中创建、分析和执行脚本及查询。 msdn2.microsoft.com 9. These results can be evaluated within the T-SQL script by using the RAISERROR function, or they can be evaluated by using test conditions. 这些结果可在T-SQL脚本中通过使用RAISERROR函数来计算,也可以通过使用测试条件来计算。 msdn2.microsoft.com 10. For more information about this procedure, see the "sp_addlogin (T-SQL)" topic in SQL Server Books Online. 有关此过程的更多信息,请参见SQLServer联机丛书中的“sp_addlogin(T-SQL)”主题。 support.microsoft.com 1. For complex T-SQL development this is an option to consider. 在开发复杂的T-SQL时,需要考虑进行调试。 msdn2.microsoft.com 2. Contains topics that describe the most important editing tasks that you can perform by using the T-SQL editor. 包含一些介绍可使用T-SQL编辑器执行的最重要的编辑任务的主题。 msdn2.microsoft.com 3. Finally, there is a static code analysis tool for T-SQL. 最后,有一个面向T-SQL的静态代码分析工具。 www.infoq.com 4. For example, suppose you needed to interact with a third-party COM component from T-SQL. 例如,假设您需要在T-SQL中与第三方COM组件进行交互。 msdn2.microsoft.com 5. This code will be written in T-SQL. 此代码将用T-SQL编写。 msdn2.microsoft.com 6. Use a minimally privileged SQL Server account for T-SQL development and testing. 进行T-SQL开发和测试时请使用具有最低权限的SQLServer帐户。 msdn2.microsoft.com 7. It can happen anywhere that a T-SQL query that was constructed in part from user-supplied values is executed. 只要执行一个部分由用户提供值构建的T-SQL查询,就可能会发生SQL注入式问题。 msdn2.microsoft.com 8. T-SQL objects can also be deployed via SQL Server Management Studio. 还可以通过SQLServer管理控制台来部署T-SQL对象。 msdn2.microsoft.com 9. The dismaying aspect of error 1205 in SQL Server 2000's T-SQL is the suggestion, "Rerun the transaction. " 在SQLServer2000的T-SQL中,错误1205令人沮丧之处是它提供的建议:“Rerunthetransaction。” msdn2.microsoft.com 10. Now, using the mytab table definition, we can convert T-SQL statements to DB2 using the above UDFs. 现在,通过mytab表定义,我们可以使用以上UDF将T-SQL语句转换成DB2。 www.ibm.com 1. Reformat T-SQL code with set of customizable rules 根据定制规则重新格式化T-SQL www.infoq.com 2. Debugging T-SQL Database Objects on Remote Instances 调试T-SQL数据库对象的远程实例 blog.163.com 3. Using T-SQL Assertions in Database Unit Tests 在数据库单元测试中使用T-SQL断言 msdn2.microsoft.com 4. To add statements to your T-SQL script 向T-SQL脚本中添加语句 msdn2.microsoft.com 5. Add the following T-SQL statements in the T-SQL Editor 在T-SQL编辑器中添加以下T-SQL语句 msdn2.microsoft.com |
||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。