June 15, 2009
SQL Server Check User Permissions
Another quick solution for users of MSSQL Server. 
To view the permissions the current logged SQL user has, use the command
SELECT * FROM fn_my_permissions(NULL, 'DATABASE')
or variations to return a list of SQL commands permitted.
For more details, visit the MSDN page
Related posts:
- .NET Compare 2 Datarows by Value Using LINQ
- CRM Workflows Don’t Work, E-mails Don’t Send…
- The license code is not compatible with the installed version of Microsoft Dynamics CRM
- DataGridView Change Cell Data Type After Binding
- Exclude Views in INFORMATION_SCHEMA