1 / 8

October 1-2 Ølensvåg

October 1-2 Ølensvåg. Session Code: SQL-201-Security Speaker(s): Jekaterina Golouchova. AppFrame SQL – Security. SQL Server Security Authentication Authorization AppFrame Security Domains Master Groups and Groups Table Views – atbv/atbx Triggers

edward
Download Presentation

October 1-2 Ølensvåg

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