成熟sql 分页存储过程(UP_General_GetRowCount)
摘要:
View Code 1 GO 2 /****** Object: StoredProcedure [dbo].[UP_General_GetRowCount] Script Date: 03/17/2011 11:17:19 ******/ 3 SET ANSI_NULLS ON 4 GO 5 SET QUOTED_IDENTIFIER ON 6 GO 7 ALTER PROCEDURE [dbo].[UP_General_GetRowCount] 8 @strTable nvarchar(255), -- 表名 9 @strField nvarchar(1000) = '*' 阅读全文
posted @ 2011-10-15 12:50 爱记录的龙果果 阅读(164) 评论(0) 推荐(1)
浙公网安备 33010602011771号