Learning sql server over here and I'm trying to figure out how to see the securable permissions I have added via T-SQL , in SSMS
For example, I have a database user called "LoginUser1" in Database1 and I granted "grant create table, create view to LoginUser1".
I'm trying to see this permission in SSMS. I go to the properties for the user in this database but i'm not seeing anything. What am I missing? Thanks!

