-1
Follow the steps in doc in microsoft:
I changed the permissions but could not display "new procedure" by clicking the new procedure folder
-1
Follow the steps in doc in microsoft:
I changed the permissions but could not display "new procedure" by clicking the new procedure folder
1
Look man, when I had this problem, I had to get the password set to the administrator, at the moment of installation, I believe that only with it you will be able to access the bank with all the privileges to create this, or access security to give creation access to this type of object to other users.
I use the user "SA", but access it with the password of the installation act.
0
Alternatively you can use code creation.
CREATE PROCEDURE NOME_DO_PROCEDIMENTO
AS
BEGIN
-- CORPO DO PROCEDIMENTO
END;
Browser other questions tagged sql-server sql-server-2014
You are not signed in. Login or sign up in order to post.