约 202,000 个结果
在新选项卡中打开链接
  1. roles de Database-Level - SQL Server | Microsoft Learn

    SQL Server proporciona varios roles, que son las entidades de seguridad que agrupan otras entidades de seguridad, para administrar los permisos en las bases de datos.

  2. ALTER ROLE (Transact-SQL) - SQL Server | Microsoft Learn

    2025年11月18日 · Applies to: SQL Server Azure SQL Database Azure SQL Managed Instance SQL analytics endpoint in Microsoft Fabric Warehouse in Microsoft Fabric SQL database in Microsoft …

  3. sp_addrolemember (Transact-SQL) - SQL Server | Microsoft Learn

    2025年11月18日 · Adds a database user, database role, Windows login, or Windows group to a database role in the current database.

  4. オルターの役割 (Transact-SQL) - SQL Server | Microsoft Learn

    オルターの役割 (Transact-SQL) role_name 適用対象: SQL Server (2008 以降)、Azure SQL Database、Azure SQL Managed Instance 変更するデータベース ロールを指定します。 メンバー …

  5. sys.database_role_members (Transact-SQL) - SQL Server

    2025年11月18日 · Returns one row for each member of each database role. Database users, application roles, and other database roles can be members of a database role. To add members to …

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

    2025年11月18日 · After you create a role, configure the database-level permissions of the role by using GRANT, DENY, and REVOKE. To add members to a database role, use ALTER ROLE (Transact …

  7. Configure access to data sources for Microsoft Purview MSI at scale

    2025年6月3日 · Firewall. If private endpoint is off, verify firewall rules and enable Allow Azure services and resources to access this server. Microsoft Entra administration. Enable Microsoft Entra …

  8. sql server - User still cannot see database tables in SSMS after GRANT ...

    2023年1月25日 · Ive created a login, created them as a user with db_datareader in a DatabaseA and then granted view any definition to the login. The user still cannot see the tables in the database in …

  9. How to grant a Managed Identity permissions to an Azure SQL

    2023年8月28日 · This includes an Azure SQL Server, a SQL Database, and a User Assigned Managed Identity. After the resources are created I'm trying to get the GitHub action to grant the managed …

  10. Understanding Fixed Database Roles in SQL Server

    2001年2月14日 · Learn about fixed database roles in SQL Server and how they can be used to efficiently manage permissions. Explore the roles of db_datareader, db_datawriter, …