首先,贴出我失败的尝试吧,问题没有解决,希望日后有高手指点
简单的存储过程例子
USE [VIPDataTest_DB]
GO
/****** Object: StoredProcedure [dbo].[sp_1] Script Date: 04/29/2015 09:15:22 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
-- =============================================
-- Author: <Author,,Name>
-- Create date: <Create Date,,>
-- Description: <Description,,>
-- =============================================
-- Add the parameters for the stored procedure here
ALTER PROCEDURE [dbo].[sp_1]
(@tempStamp bigint,
@num bigint output)
AS
BEGIN
--DECLARE