Hi Experts,
I am need to grant privileges for a user to be able to script all the databases, so I have granted VIEW DEFINITION to ABC\user by using
USE master
GO
GRANT VIEW ANY DEFINITION TO ABC\user,
when I execute it, it says command completed successfully, but when I try to verify the permission under the database--user-- properties--securables, I cannot see any permissions over there.
can anyone please let me know where I am going wrong.
Thanks,