New procedure is not displayed in SQLSERVER

Asked

Viewed 22 times

-1

2 answers

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

You are not signed in. Login or sign up in order to post.