摘要:
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[Paging_RowCount]') and OBJECTPROPERTY(id, N'IsProcedure') = 1) drop procedure [dbo].[Paging_RowCount] GO SET QUOTED_IDENTIFIER ON... 阅读全文
posted @ 2010-07-10 09:38
代岳强
阅读(1082)
评论(2)
推荐(1)