ghdhair100
Cały czas gada!
Dołączył: 15 Gru 2010
Posty: 1953
Przeczytał: 0 tematów
Ostrzeżeń: 0/5 Skąd: England
|
Wysłany: Sob 5:43, 05 Mar 2011 Temat postu: 【SQL SERVER】使用&a |
|
|
,[link widoczny dla zalogowanych]
修改该数据库选择可使用以下语句进行处理
游标名称的作用域可在declare cursor的时候指定,即使用declare CursorName cusor LOCAL|GLOBAL for ...来指定该游标作用域是LOCAL或GLOBAL,[link widoczny dla zalogowanych],若在declare cursor时未指定作用域,则该游标的使用域由数据库选项default to local cursor的设置来控制,该选项为false,则表示游标的默认作用域为GLOBAL,否则为LOCAL,在SQL SERVER 2000中,该选项默认值为false,以与早期SQL SERVER相匹配(早期版本中游标的作用域都是GLOBAL)。
游标名称的作用域有2种,LOCAL和GLOBAL,LOCAL表明游标名称仅对含有declare cursor语句的存储过程、触发器或批处理有效(即在该存储过程、触发器或批处理外无法访问该游标名称),GLOBAL表明游标名称对全局有效(只要执行了declare cursor语句,则在执行相应的deallocate语句之前,[link widoczny dla zalogowanych],任何地方均可访问该游标名称)。
alter database DBName set CURSOR_DEFAULT LOCAL|GLOBAL
Many years ago there lived an Emperor who was so exceedingly fond of fine new clothes that he spent vast sums of money on dress. To him clothes meant more than anything else in the world. He took no interes
related links:
[link widoczny dla zalogowanych]
Post został pochwalony 0 razy
|
|