02 2008 档案

SQL中的sysobjects与syscolumns

posted @ 2008-02-25 14:10 Neo0820 阅读(1173) | 评论 (0) 编辑

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 阅读(462) | 评论 (0) 编辑

javascript中replace与正则表达式
摘要: replace()最简单是简单的字符替换,但同时与正则表达式使用则体现出强大的字符串处理能力.阅读全文

posted @ 2008-02-21 13:48 Neo0820 阅读(846) | 评论 (1) 编辑