为什么我的sql server数据库无法新建存储过程 就是下图中那个红色的波浪线 别人的都行 就我的不行
2个回答
展开全部
存储过程是那样建吗?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
。。我建立存储过程的时候 怎么没这句话??? 删了试试
追问
不行啊 一样的
追答
这是我建立存储过程自动生成的语句 你用的什么版本的?
-- ================================================
-- Template generated from Template Explorer using:
-- Create Procedure (New Menu).SQL
--
-- Use the Specify Values for Template Parameters
-- command (Ctrl-Shift-M) to fill in the parameter
-- values below.
--
-- This block of comments will not be included in
-- the definition of the procedure.
-- ================================================
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
-- =============================================
-- Author:
-- Create date:
-- Description:
-- =============================================
CREATE PROCEDURE
-- Add the parameters for the stored procedure here
= ,
=
AS
BEGIN
-- SET NOCOUNT ON added to prevent extra result sets from
-- interfering with SELECT statements.
SET NOCOUNT ON;
-- Insert statements for procedure here
SELECT ,
END
GO
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |