摘要: MSSQL2000Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->set ANSI_NULLS ONset QUOTED_IDENTIFIER ONGOALTER PROCEDURE [dbo].[Proc_Page2000](@TabName nvarchar(100)='',--表名、视图名、查询语句@PageSize int=10, --每页的大小(行数)@PageIndex int=1, --要显示的页 从0开始@Fi 阅读全文
posted @ 2009-07-10 10:24 麦兜很乖 阅读(9916) 评论(5) 推荐(3) 编辑