摘要:
昨天需要在存储过程中进行分页的操作,以前没在SQL2005中进行分页过,据说2005含有分页的功能,网上查了一下资料,现在整理了一下,以便下次遇到时进行查阅! create PROCEDURE [dbo].[Pro_Test] -- Add the parameters for the stored procedure here @PageSize FLOAT,--每页显示的个... 阅读全文
posted @ 2008-06-27 08:19
单车骑客
阅读(385)
评论(0)
推荐(0)