Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: Danli on Oct 21, 2016



Title: Explain what is happening in the code sample below.GRANT EXEC ON usp_StudentLogIn TO ...
Post by: Danli on Oct 21, 2016
Explain what is happening in the code sample below.

GRANT EXEC ON usp_StudentLogIn TO StudentRole
CREATE USER StudentUser FOR LOGIN StudentLogin
EXEC sys.sp_addrolemember StudentRole, StudentUser


Title: Re: Explain what is happening in the code sample below.GRANT EXEC ON usp_StudentLogIn TO ...
Post by: Venturia on Oct 21, 2016
Content hidden


Title: Re: Explain what is happening in the code sample below.GRANT EXEC ON usp_StudentLogIn TO ...
Post by: Danli on Nov 24, 2016
PERFECT ^^