sql server通过exec sp_executesql @pagecountsql,N'@RecodeNum int output',@RecodeNum output 传参执行自定义@sql
USE [QYHYMeter]
GO
/****** Object: StoredProcedure [dbo].[GetInforByPageIndex] Script Date: 06/13/2010 16:04:46 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO