摘要: 人家的,感觉不错,if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[PaginationDisplay]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)drop procedure [dbo].[PaginationDisplay]GOSET QUOTED_IDENTIFIER ON GOSET ANSI_NULLS ON GO/*按页得到信息,得到记录总条数*/CREATE procedure PaginationDisplay 阅读全文
posted @ 2007-04-29 00:58 音乐啤酒 阅读(144) 评论(0) 推荐(0)