合作联系微信: w6668263      合作联系电话:156-6708-8263     

上一页 1 ··· 60 61 62 63 64

2011年10月15日

成熟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)

成熟sql 分页存储过程(UP_General_GetOrderPage)

摘要: View Code 1 GO 2 /****** Object: StoredProcedure [dbo].[UP_General_GetOrderPage] Script Date: 03/17/2011 11:16:42 ******/ 3 SET ANSI_NULLS ON 4 GO 5 SET QUOTED_IDENTIFIER ON 6 GO 7 ALTER PROCEDURE [dbo].[UP_General_GetOrderPage] 8 @tblName nvarchar(255), -- 表名 9 @st... 阅读全文

posted @ 2011-10-15 12:49 爱记录的龙果果 阅读(239) 评论(0) 推荐(1)

成熟sql 分页存储过程(UP_Common_GetPage)

摘要: View Code 1 GO 2 /****** Object: StoredProcedure [dbo].[UP_Common_GetPage] Script Date: 03/17/2011 11:16:21 ******/ 3 SET ANSI_NULLS ON 4 GO 5 SET QUOTED_IDENTIFIER ON 6 GO 7 -- ============================================= 8 -- Author: 9 -- Create date: 2-2010 -- Description: 分页存储过程11 -- ===... 阅读全文

posted @ 2011-10-15 12:48 爱记录的龙果果 阅读(197) 评论(0) 推荐(1)

上一页 1 ··· 60 61 62 63 64

导航