Implementing Separation of Duties (SoD) in SQL Server

Slides:



Advertisements
Similar presentations
Implementing Tableau Server in an Enterprise Environment
Advertisements

Mobile Device Management Intune-Configmanager CHANDAN BHARTI PREMIER FIELD ENGINEER-MICROSOFT.
w/ Service Provider Foundation & Service Management Automation VMs, Networks, Automation Service Bus Database SQL Sever MySQL Web Sites Services Plans.
10/7/1999Database Management -- R. Larson Database Administration: Additional Issues University of California, Berkeley School of Information Management.
Brian Alderman | MCT, CEO / Founder of MicroTechPoint Pete Harris | Microsoft Senior Content Publisher.
Microsoft Cloud Services Training and Certification Presented by Name Goes Here, Title.
Copyright © The OWASP Foundation Permission is granted to copy, distribute and/or modify this document under the terms of the OWASP License. The OWASP.
Esri International User Conference | San Diego, CA Technical Workshops | Intro to ArcSDE for SQL Server Tony Wakim & Jim Gough July , 2011.
©2011 Quest Software, Inc. All rights reserved.. Manage, Migrate & Customize SharePoint Control Your SharePoint Chaos.
Deploying and Managing Software by Using Group Policy.
Manage & Configure SQL Database on the Cloud Haishi Bai Technical Evangelist Microsoft.
ADVANCED MICROSOFT ACTIVE DIRECTORY CONCEPTS
Copyright © 2007 Quest Software The Changing Role of SQL Server DBA’s Bryan Oliver SQL Server Domain Expert Quest Software.
CONFIGURING WINDOWS SERVER MIS 424 Professor Sandvig.
Discovering 10232A – Designing and Developing Microsoft SharePoint Server 2010 Applications Robert Bogue.
Assumptions These instructions are intended for Project Data Integrators, Project Automation Specialists and Discipline Application Specialists There were.
Terry Henry IS System Manager, SharePoint SME Micron Technology Inc.
J.D.-Client Services o Strong Client Focus: troubleshooting and follow-up skills; commitment to continuous improvement. o Previous Analyst experience a.
Chapter 6 : Designing SQL Server Service-Level Security MCITP Administrator: Microsoft SQL Server 2005 Database Server Infrastructure Design Study Guide.
Course Topics Administering SQL Server 2012 Jump Start 01 | Install and Configure SQL Server04 | Manage Data 02 | Maintain Instances and Databases05 |
Data Integrity Lesson 12. Skills Matrix Maintaining Data Integrity Maintaining data integrity is your most important responsibility. –Performing backups.
Enterprise Security for Microsoft Dynamics GP Jeff Soelberg
Project Server 2003: DC340: Security (Part 1 of 2): How to securely deploy Project Server in an enterprise environment Pradeep GanapathyRaj (PM), Karthik.
1 Copyright © 2004, Oracle. All rights reserved. Introduction.
Empowering people-centric IT Unified device management Access and information protection Desktop Virtualization Hybrid Identity.
Tips and Tricks for Managing and Administering your Enterprise Project Management Server Solution Mike Joe / Karthik Chermakani Software Test Engineer.
Module 11 Upgrading to Microsoft ® Exchange Server 2010.
2. SQL Security Objectives –Learn SQL Server 2000 components Contents –Understanding the Authentication Process –Understanding the Authorization Process.
Lara Microsoft. What does it mean? Why do you need to care? How can you achieve your SoD goals?
SQL School is strongly committed to provide COMPLETE PRACTICAL REALTIME Trainings on SQL Server Technologies – Dev, SQL DBA, MSBI (SSIS, SSAS, SSRS) and.
Features Of SQL Server 2000: 1. Internet Integration: SQL Server 2000 works with other products to form a stable and secure data store for internet and.
Introducing Application and Multi-Server Management.
6/13/2015 Visit the Sponsor tables to enter their end of day raffles. Turn in your completed Event Evaluation form at the end of the day in the Registration.
Upgrade on Windows 7. DownloadSoftware Download Software from link provided in Webliography: e/
Productivity Architect Meet Chris Bortlik Author, Blogger, Speaker.
Microsoft Training and Certification Guide
SQL Database Management
Business Connectivity Services in SharePoint 2010 and Office 2010
Planning an Effective Upgrade from SQL Server 2008
Active Directory Administration
Power BI Security Best Practices
Chapter 4 Relational Databases
Managing Exchange Online using Office 365 Admin Console
Designing Database Solutions for SQL Server
SharePoint Online Management and Control
Microsoft Virtual Academy
SQL Server 2012 Licensing Overview.
Next Steps to Value 11/8/2018.
What Is Sharepoint? Mohsen Ashkboos
Flexibility, Scalability, and Security of Azure Power Procurement and Contract Management MINI-CASE STUDY “Microsoft Azure provides us with a flexible,
Modernizing your enterprise with hybrid it
Microsoft Virtual Academy
Microsoft Virtual Academy
05 | Making the Cloud Transition
Managing Exchange Online using Office 365 Admin Console
Managing Exchange Online using PowerShell
Mario…Take My Data To The Cloud!
Microsoft Virtual Academy
Latest MS-101 Dumps Questions
System Center Configuration Manager Assessment Results
SQL Server Assessment Results
SharePoint Server Assessment Results
Next Steps to Value 7/9/2019.
System Center Operations Manager Assessment Results
Managing Exchange Online using PowerShell
08 | Configuring SharePoint Online
The Future of Database Development
Everything you need to know about implementing AD FS
INTRODUCTION TO AZURE AD
06 | SQL Server and the Cloud
Presentation transcript:

Implementing Separation of Duties (SoD) in SQL Server Vijay Natarajan | Senior Product Planner, SQL Server

Meet Vijay Natarajan Senior Product Planner for SQL Server Over 10 years of experience at Microsoft Own product/business strategy & roadmap investments for SQL Server across on-premises and cloud Previously owned product planning for SharePoint enterprise platform and various engineering roles at Microsoft

Course Topics Implementing SoD in SQL Server 01 | Business Need 02 | Principles & Concepts 03 | Implementing SoD in SQL Server 04 | Summary

Business Need No one user or role should have complete control over a business process or software Minimize the possibility of error and fraud Laws & Regulations specific to industry

Enumerating and classifying duties by role Duty Limited To Role Installs SQL Server, Service Packs Upgrades to newer versions Software Installer Adds new logins/users Instance Identity Manager Assign permissions to logins Instance Security Admin Controls, Troubleshoot & Respond to outages Maintains Master/MSDB/utility databases Backs up and restores databases Checks data consistency Highest DBA Installs new applications and upgrades existing ones Application Installer (could be DBA or App DBA) Adds new users/login to an application database with different permission levels Database Identity Manager Owns databases and schemas within databases Application Developer Ensures user data is not compromised Ensures compliance with regulations Auditor Insert/Extract data from instances Linked servers to access external data BULK INSERT DBA/App DBA/ App developer