Microsoft’s documentation pretty much just says that it returns “a Boolean value that specifies whether the database user has access to the database,” but what kind of access is it referring to exactly? Can the user read/write to the database, or does it just mean that you can simply connect to it? Thanks for any input.
Microsoft’s documentation pretty much just says that it returns a Boolean value that specifies
Share
It means the user can connect to that database, but it doesn’t tell you anything about what permissions he has within the database. The documentation for the equivalent TSQL function is very slightly more informative.