To delete tables from the log database.
要从日志数据库中删除表。
To delete tables from the content store.
要从内容存储中删除表。
How to: Delete Tables from a Database.
如何:从数据库中删除表。
To delete tables from the notification database.
要从通知数据库中删除表。
Others may want to create and delete tables but not to read their contents.
其它的想创建和删除表,但是不读写。
Describes how to use Server Explorer to delete tables from an existing database.
说明如何使用服务器资源管理器从现有数据库中删除表。
The user needs to have rights to create, modify, and delete tables in the SAMPLE database.
该用户需要在SAMPLE数据库中创建、修改和删除数据表的权利。
You can use table Designer to create, edit, or delete tables, columns, keys, indexes, relationships, and constraints.
可以使用表设计器创建、编辑或删除表、列、键、索引、关系和约束。
To delete tables from the Server Explorer tree, right-click on the appropriate table node in the tree, and choose the delete option.
要从Serverexplorer树中删除表,右键单击树中相应的表节点,然后选择Delete选项。
Apart from the ability to create new tables, you might also want to delete tables-only if you've made an accidental typing mistake, or when you no longer need a particular table.
除了能够创建新表之外,您可能还想删除表—只有在偶然犯了输入错误或不再需要特定表时。
After you upload the files, create database tables, and then delete the installation script.
在上传了这些文件之后,创建数据库表,然后删除安装脚本。
While this particular example might not be considered severe, other more malicious code could be added, especially DELETE or UPDATE statements that modify tables.
虽然这个特例的后果可能并不太严重,但完全有可能添加更恶意的代码,尤其是会修改表的DELETE或update语句。
In some cases, you may have to unload the tables, delete all the data, change the database design, then reload the data.
在某些情况中,您还需要删除表以及表中的所有数据,修改数据库的设计,然后重新加载数据。
Use extreme care when using this command, since it will delete all of your tables along with their data.
在使用这个命令时要特别小心,因为这会删除所有的表以及表中的数据。
After you upload the files, you will create database tables, and then delete the installation script.
上传文件之后,您将创建数据库表格,然后删除安装脚本。
This feature enables you to batch multiple INSERT, UPDATE, and DELETE requests even when they reference multiple tables.
这个特性允许您对多个INSERT、UPDATE和DELETE请求进行批处理,即使它们引用多个表。
You can create and delete database objects such as tables, view, stored procedures, and functions using non-modal designers.
可以使用非模态的设计程序创建和删除数据库对象,例如表、视图、存储过程和函数。
Heterogeneous batching can potentially improve the performance on INSERT, UPDATE and DELETE statements that operate on multiple tables.
异构批处理能够潜在地提高在多个表上对语句进行INSERT、UPDATE和DELETE操作时的性能。
DDL commands are used to create, modify, or delete items (such as tables) in a database.
DDL命令用来创建、修改或删除数据库中的项目(例如表)。
In contrast to other process choreographer database tables, the audit log entries are not deleted automatically when a process completes or on a delete request.
与其它流程编排器数据库表相比,该审核日志条目并没有在流程结束或者有删除请求时被自动删除。
Best practice: To save space in the analysis database, you should delete the output tables from older runs when they are no longer needed.
最佳实践:为节省分析数据库的空间,应当从旧有运行中删除不需要的输出表。
Where the two definitions differ can be seen when an attempt is made to delete rows from multiple parent tables that are referenced by a single child.
当试图从单个子表引用的多个子表中删除行时,就可以看出这两个定义的不同。
In real life, you would rarely want to drop an existing database but merely INSERT and DELETE from tables.
在现实生活中,您不太会drop现有的数据库,而只是从表中INSERT和DELETE。
The module.install file can now include a hook_uninstall function to delete any tables and variables that your module may have created.
install文件现在可以包含一个hook_uninstall函数,它用来删除模块创建的任何表和变量。
The next commands are SQL DROP statements that delete the products and vendors tables from the bigdog schema.
下一个命令是SQLDROP语句,它删除 bigdog 模式中的产品和供应商表。
Run sample delete statements to reproduce the bad application logic that deleted all rows in two tables.
运行示例delete语句,模拟删除两个表中所有行的错误的应用程序逻辑。
However, REFRESH IMMEDIATE system-maintained MQTs are updated with changes made to the underlying tables as a result of insert, update, or delete operations.
但是,对于REFRESHIMMEDIATE 类型的系统维护的MQT,可以通过对底层表的更改(即insert、update或delete 操作)来更新。
The information in the DAD file is used, when the XML column is enabled, to create the insert, update and delete triggers that help in keeping the side tables in sync with the XML document.
当启用xml列时,使用这个DAD文件中的信息创建insert、update和delete触发器,从而帮助副表与XML文档保持同步。
In addition to the INSERT examples provided here, you can also issue UPDATE and DELETE statements against relational nicknames just as if they were local tables.
除了这里提供的INSERT例子外,还可以对关系昵称发出UPDATE和delete语句,就像它们是本地表一样。
In addition, it also provides a friendly user-interface for performing Create, Read, Update, and Delete (CRUD) operations on Blobs, Queues, and Tables.
除此之外,它还提供了友好的用户界面以对Blobs、Queues及Tables执行创建、读取、更新及删除(CRUD)操作。
应用推荐