[Solved] Type ‘StoredProcedures’ already defines a member called ‘AddNumber’ with the same parameter types

I tried adding a namespace in one of the file but while deploying i get an error “Incorrect syntax” The code to deploy them in sql server is: CREATE PROCEDURE ADD_NUMBER ( @Path nvarchar(400) ) AS EXTERNAL NAME Test.StoredProcedures.test1 go I’m not sure why you removed this bit from your question. If class StoredProcedures is … Read more