SQLServerCentral » Latest topics
Stored Procedure
Hi
I have below Stored Procedure. I want
[code language="sql"]
USE [Test]
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE PROCEDURE Sp_Test
@fromDate
I have below Stored Procedure. I want
[code language="sql"]
USE [Test]
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE PROCEDURE Sp_Test
@fromDate
No comments:
Post a Comment