1 / 8

SQL Server Security: Authentication, Authorization, and AppFrame Security

Join the Ølensvåg session on SQL Server Security to learn about authentication, authorization, and AppFrame security. Explore topics like Domains, Master Groups, Table Views, Triggers, and more. Gain insights into roles like db_owner, db_accessadmin, and sysadmin. Enhance your knowledge of SQL Server security best practices and AppFrame security measures.

edward
Download Presentation

SQL Server Security: Authentication, Authorization, and AppFrame Security

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. October 1-2 Ølensvåg

  2. Session Code: SQL-201-Security Speaker(s): Jekaterina Golouchova AppFrame SQL – Security

  3. SQL Server Security • Authentication • Authorization • AppFrame Security • Domains • Master Groups and Groups • Table Views – atbv/atbx • Triggers • sstp_Database_Maintenance_ApplyPermissions Agenda:

  4. Database • User • Roles • db_owner • db_accessadmin • db_securityadmin • af_User • Server • Login • SQL Server Authentication • Windows Authentication • Roles • sysadmin • securityadmin SQL Server Security

  5. AppFrame Security

  6. CREATEVIEW [dbo].[atbv_CRM_ClientsPositions] AS SELECT* FROMatbl_CRM_ClientsPositions WITH (NOLOCK) WHEREEXISTS(SELECT* FROMdbo.sviw_System_MyPermissionsCurrentDomain WITH (NOLOCK) WHEREDomain =atbl_CRM_ClientsPositions.Domain ANDTableID ='atbl_CRM_ClientsPositions') Table Views – atbv/atbx CREATEVIEW [dbo].[atbx_CRM_ClientsPositions] AS SELECT* FROMatbl_CRM_ClientsPositions WITH (NOLOCK) WHEREEXISTS(SELECT* FROMdbo.sviw_System_MyPermissionsWITH (NOLOCK) WHEREDomain =atbl_CRM_ClientsPositions.Domain ANDTableID ='atbl_CRM_ClientsPositions')

  7. Triggers

  8. Apply Permissions

More Related