1
Answer

Permission is deprecated only for compatibility

Photo of Guest User

Guest User

5y
1.7k
1
Hi Mate
 
I am experience this error on my sql server database, each time i execute this command on my editor. 
 
The ALL permission is deprecated and maintained only for compatibility. It DOES NOT imply ALL permissions defined on the entity.
 
use eNtsaMemberRegistrationDB
go
grant all on TestUser to Users;

Answers (1)