About 1,060,000 results
Open links in new tab
  1. Database-level roles - SQL Server | Microsoft Learn

    Nov 18, 2025 · There are two types of database-level roles: fixed database roles that are predefined in the database and user-defined database roles that you can create. Fixed …

  2. SQL Server Database and Server Roles for Security and …

    Aug 13, 2024 · Understanding the difference between SQL Server roles and database roles is important to keep your SQL Server secure. SQL Server roles provide server-wide control, …

  3. SQL Server Roles

    In this tutorial, you will learn about SQL Server Roles and how to add a user to a role.

  4. Listing users and their roles in SQL Server - Stack Overflow

    Aug 31, 2010 · I want to get a list of all the users in the SQL server database and their roles. What I'm trying to do is to find out if certain users have privileges to more than one database. Is …

  5. Microsoft SQL Server Roles: All you Need to Know

    Nov 11, 2025 · SQL Server roles are crucial in managing server-level permissions and group user logins within the SQL Server environment. Here we will delve into the fundamentals of SQL …

  6. CREATE ROLE (Transact-SQL) - SQL Server | Microsoft Learn

    Nov 18, 2025 · Roles are database-level securables. After you create a role, configure the database-level permissions of the role by using GRANT, DENY, and REVOKE. To add …

  7. Understanding the Difference between SQL Server Roles and Database

    Jul 25, 2023 · When it comes to managing user access and permissions in an SQL Server environment, two essential concepts come into play: SQL Server Roles and Database Roles. …

  8. SQL Server Roles: A Practical Guide - Satori

    Learn about SQL Server roles at the server, database, and access level, and see how to create a custom server role in Management Studio.

  9. Understanding SQL Server fixed database roles

    Dec 14, 2009 · In this tip we will cover each of the database roles and recommendations on when to and when not to use them. Within each database, SQL Server does have fixed database …

  10. How to Assign and Manage SQL Server Database Roles Step by …

    Oct 24, 2025 · SQL Server database roles help control access and protect data. This guide explains types of roles, how to assign them with SSMS or T-SQL, and offers clear steps for …