Download presentation
Presentation is loading. Please wait.
Published byWarren Collins Modified over 9 years ago
1
October 1-2 Ølensvåg
2
AppFrame SQL – Security Session Code: SQL-201-Security Speaker(s): Jekaterina Golouchova
3
Agenda: SQL Server Security Authentication Authorization AppFrame Security Domains Master Groups and Groups Table Views – atbv/atbx Triggers sstp_Database_Maintenance_ApplyPermissions
4
SQL Server Security Server Login SQL Server Authentication Windows Authentication Roles sysadmin securityadmin Database User Roles db_owner db_accessadmin db_securityadmin af_User
5
AppFrame Security
6
Table Views – atbv/atbx CREATE VIEW [dbo].[atbv_CRM_ClientsPositions] AS SELECT * FROM atbl_CRM_ClientsPositions WITH (NOLOCK) WHERE EXISTS (SELECT * FROM dbo.sviw_System_MyPermissionsCurrentDomain WITH (NOLOCK) WHERE Domain = atbl_CRM_ClientsPositions.Domain AND TableID = 'atbl_CRM_ClientsPositions') CREATE VIEW [dbo].[atbx_CRM_ClientsPositions] AS SELECT * FROM atbl_CRM_ClientsPositions WITH (NOLOCK) WHERE EXISTS (SELECT * FROM dbo.sviw_System_MyPermissions WITH (NOLOCK) WHERE Domain = atbl_CRM_ClientsPositions.Domain AND TableID = 'atbl_CRM_ClientsPositions')
7
Triggers
8
Apply Permissions
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.