摘要:
1)只需要提供Sql语句和每页的记录数,页数就可以了2)速度超快哟,100W记录1~3秒就分出来了3)对于存储过程特别好用> SqlServer内部的分页功能,强啊!!1)只需要提供Sql语句和每页的记录数,页数就可以了2)速度超快哟,100W记录1~3秒就分出来了3)对于存储过程特别好用--//调用的方式表exec up_zbh_DivPageBySql 'select * from 表'... 阅读全文
随笔档案-2009年08月
SQLServer一些在帮助中找不到的系统存储过程
2009-08-24 13:06 by 小庞, 431 阅读, 收藏,
摘要:
System stored proceduresThis document contains information on undocumented stored procedures in Microsoft SQL Server.NameFunctionsp_cursorUpdate a cursorsp_cursorcloseclose a cursorsp_cursorexecuteOpe... 阅读全文
浙公网安备 33010602011771号