| 1. | For forward cursors , this is fairly straightforward 对于向前游标,这相当简单。 |
| 2. | Sql server creates a static snapshot cursor Sql server创建了一个静态快照游标。 |
| 3. | The cursor name is only valid within this scope 该游标名称仅在这个作用域内有效。 |
| 4. | Retrieve the rows in the cursor you want to see 从游标中检索您想要查看的行。 |
| 5. | In sql server 2000 , cursor is converted from to Sql server 2000中转换前的游标 |
| 6. | Updatable result sets always use a server cursor 可更新结果集始终使用服务器游标。 |
| 7. | Read - only and static cursors are never updatable 只读游标和静态游标永远无法更新。 |
| 8. | Cursors may be defined on queries using ctes 可以使用cte在查询上定义游标。 |
| 9. | The queue at which the cursor is currently positioned 游标当前所在的队列。 |
| 10. | Cursors cannot be opened on waitfor statements 不能对waitfor语句打开游标。 |