| 1. | Testing for update or insert actions to specific columns 测试对指定列的update或insert操作 |
| 2. | When the provider is instantiated outside the sql server process , updates or inserts referencing lob columns 在sql server进程外实例化访问接口后,不允许进行引用lob列( |
| 3. | This trigger is helpful because it reminds the user that updates or inserts rows into this table to also notify the 该触发器有助于提醒向表中插入行或更新行的用户及时通知 |
| 4. | Preventing other users from updating or inserting rows into the dataset until the transaction is complete 上放置范围锁,以防止在事务完成之前由其他用户更新行或向数据集中插入行。 |
| 5. | Or clr user - defined type columns when they are created and modified , and also to when data is updated or inserted 或clr用户定义类型的列以及更新或插入数据时,此限制适用于上述列。 |
| 6. | You can design a transact - sql trigger to perform certain actions based on update or insert modifications to specific columns 您可以设计一个transact - sql触发器,根据对特定列的update或insert修改来执行某些操作。 |
| 7. | This blocks other transactions from updating or inserting any rows that would qualify for any of the statements executed by the current transaction 这样可以阻止其他事务更新或插入任何行,从而限定当前事务所执行的任何语句。 |
| 8. | Columns updated tests for update or insert actions that are performed on multiple columns and returns a bit pattern that indicates which columns were inserted or updated Columns _ updated可以测试对多个列执行的update或insert操作,并返回一个位模式,指示插入或更新的列。 |
| 9. | This is useful for situations such as issuing a select statement after an update or insert statement in order to get back refreshed records and any auto - generated values such as default or auto - increment values 这在类似下面的情况下很有用:在更新或insert语句之后发出一条select语句以取回已刷新记录和任何自动生成的值(如默认值或自动增加的值) 。 |
| 10. | The most expedient solution here is to create a testing database and to programmatically get the input data from these rows , perform any parsing required , use the data as needed in the functional tester scripts , possibly updating the data within functional tester from one script to another , and then update or insert rows into the testing database with the data that should be used in the next test suite execution . refer to the decorator design pattern in 此处最有利的解决方案是建立测试资料库并透过程式设计的方式从那些行中获取输入资料,执行任意需要的语法分析,在functional tester中随需要使用资料,在functional tester中从一个脚本到另一个脚本进行资料更新,并更新或将带有在下一个测试程式执行中使用的资料的行插入到测试资料库中。 |