System stored procedures
摘要:
System stored procedures
This document contains information on undocumented stored procedures in Microsoft SQL Server.
Name Function
sp_cursor Update a cursor
sp_cursorclose close a cursor
sp_cursorexecute Open a prepared cursor
sp_cursorfetch Fetch rows
sp_cursoropen Open a cursor
sp_cursoroption Set cursor options
sp_cursorprepare Prepare a cursor statement
sp_cursorprepexec Prepare a cursor statement and open
sp_cur 阅读全文
posted @ 2008-02-21 14:43 Neo0820 阅读(831) 评论(0) 推荐(0) 编辑