About 4,660,000 results
Open links in new tab
  1. SQL Server Login and User Permissions with fn_my_permissions

    Apr 13, 2021 · As a SQL Server DBA, we often get requests to check permissions on databases or database objects. Sometimes we need to check permissions a user or login has on a …

  2. SQL Server query to find all permissions/access for all users in a ...

    Jun 1, 2022 · I would like to write a query on a sql 2008 that will report all the users that have access to a specific database, or objects within the database such as tables, views, and stored …

  3. SQL Server check user permissions on database

    Nov 13, 2023 · To check if a user or role has access to a view in sql server, you can use any of the two methods: Using SQL Server Management Studio: In the object explorer window, right …

  4. sql server 2008 - How to find which tables and views a user has access ...

    Sep 2, 2015 · You can use the function fn_my_permissions and impersonate the user to see which objects they have access to. You may want to expand the types to procedures and the …

  5. SQL Server Query to Find All Permissions/Access for All Users in …

    Aug 29, 2024 · In this article, we will learn various methods to find all permissions/access for all users in a database in detail. How to Find All Permissions/Access for All Users in a Database. …

  6. List All Database Users With Permissions - SQLGeeksPro

    In this blog post, we will explore a SQL query that allows you to list all database users with Permissions in SQL Server. As a DBA you must be able to identify which users have access to …

  7. How To Query for Specific User Access Rights - Stack Overflow

    Dec 18, 2009 · To answer the later question you must use a different mechanism, namely you have to impersonate the user at SQL level and check the permission via …

  8. User Permissions and SQL Server Management Studio

    On the Windows 11 desktop, right-click the SQL Server Management Studio 21 Preview shortcut, and then select Properties. Next, select the Advanced button, and then select the Run as …

  9. Listing the existing SQL Server Logins and Users

    I know we can check the logins and the users that are defined, using GUI in SQL Server, but am wondering how we can do this check using script. I ran the query below but it shows …

  10. How to Check User Permissions in SQL Server - Databases

    Feb 11, 2021 · Instead of forcing you to carry out tedious scripting and manual analysis of your reports, Netwrix Auditor for SQL Server allows you to know all effective user permissions with …

  11. Some results have been removed
Refresh