Comments
Sort by recent activity
The script we're using is one that we've been using for years in automated deployment scripts, and we've just replaced the variables with the specific settings we need for this script. The basic structure is as follows:
ALTER PROCEDURE [dbo].[sp_Name]
(
@ID INT,
@SRC_ID INT
)
AS
SET NOCOUNT ON
DECLARE
@name VARCHAR(300),
@code INT
--Contents of sproc here BEGIN
END
SET NOCOUNT OFF
GO
/ comments
The script we're using is one that we've been using for years in automated deployment scripts, and we've just replaced the variables with the specific settings we need for this script. The basic st...
Hi, We're on version 2.4.5.9041 ,and the error from the deployment is: [image]
This works fine as long as the clone has been deployed already to that server so it can be deleted. / comments
Hi, We're on version 2.4.5.9041 ,and the error from the deployment is:
This works fine as long as the clone has been deployed already to that server so it can be deleted.