Posts
Sort by recent activity
How can I edit my Custom Active Style to NOT put semicolons in certain places?
Hi folks, brand new user here.
I want this:SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE PROCEDURE [dbo].[someSproc]
AS
BEGIN
declare @M nvarchar(128);
declare @P nvarchar(128);
de...