SQL DBA (with Server) Complete Practical & Real-time Training

Size: px
Start display at page:

Download "SQL DBA (with Server) Complete Practical & Real-time Training"

Transcription

1 A Unit of Sequelgate Innovative Technologies Pvt. Ltd. For Free Demo; Call Us: or (24 X 7) SQL DBA (with Server) Complete Practical & Real-time Training SQL DBA Training Highlights: Job Support 24x7 LIVE Server Complete Practical Real-time Scenarios Resume Preparation Placement Support Certification Support Interview Preparation 100% Guaranteed Results Study Material & Practice Labs Trainer 1: Mr. Sai Phanindra Tholeti is a Database Consultant; Microsoft Certified Trainer with more than 13 years expertise. He is rendering impeccable; highly interactive; friendly and highly technical Trainings on Microsoft SQL DBA to our Corporate Clients: Infosys; MindTree; ADP; Infotech; PrimeHealth and more. Our latest Invoices & Purchase Orders ALL OUR TRAINING SESSIONS ARE COMPLETELY REAL-TIME and PRACTICAL.

2 Available Schedules (in IST) 6 : 30 AM 10 : 15 AM 5:30 PM SQL DBA Training Plans PLAN A PLAN B DESCRIPTION SQL DBA (with Server) SQL DBA + Azure SQL DBA Real-time Scenarios; Solutions SQL Server; Database Architecture Query Tuning; Execution Plans HA DR and Troubleshooting Real-time Issues and Solutions Migrations; Updates; Upgrades New Features: SQL 2017;2017;2019 DB Repairs; Security Management Always On in Windows Clusters Always On in LINUX Clusters HA - DR; Clustering; Always-On (AAG) X MCSA: Certification (SQL DBA) X MCSA: Certification (SQL DBA) X MCSA: Certification (Azure DBA) X Azure SQL Database Migration (Admin) X Azure SQL Database Administration X Azure Power Shell and Azure CLI X Google Cloud; AWS SQL DBAs X TOTAL DURATION 6 Weeks 8 Weeks About SQL DBA Real-time Project: Our SQL DBA course includes one Real-time Project on E-Commerce Database. This project involves Real-time DBA Issues and Solutions including the usage of Ticketing Tools; 3rd Party Tools. We deal with Routine SQL DBA Activities; Emergency DBA Activities and Maintenance Activities with Solutions. Also include 200+ Errors and Solutions including DB Migrations; Upgrades; Always-On Availability Groups Implementation in a Clustered Environment. This Real-time Project gives greater in-depth insight on Real-world SQL DBA Job Work and can also be used in your Resumes. Very much helpful to clear your Interviews and MCSA Certifications SQL School ; 101; Road # 1; 1st Floor; UMA Residency; SR Nagar; Hyderabad 38.. Microsoft Learning Partner. ALL TRAININGS ARE PRATICAL; REAL-TIME

3 ALL OUR TRAINING SESSIONS ARE COMPLETELY REAL-TIME and PRACTICAL. Module 1: SQL Server Basics For DBAs DAY 1: SQL DBA - JOB ROLES (INTRO) Need for Databases & RDBMS Software; OLTP; OLAP; DWH and HTAP Databases; SQL Server - Technical Advantages; SQL Server Components and Use; SQL Server Editions and Versions; SQL DBA Job Roles and Types; Roles & Responsibilities For SQL DBA; DBA Checklist - Routine DBA Activities; DBA Checklist - Maintenance Activities; DBA Checklist - Emergency Activities; Course Plan and Mock Interviews; MCSA Certifications Curriculum; DAY 2: SQL SERVER INSTALLATION SQL Server 2019 Installation; SQL Server 2017 Installation; SQL Server 2016 Installation; SQL Server Management Studio Tool; SQL OPS : SQL Operations Studio Tool; SSMS - Installation in Windows OS; SQL OPS - Installation in Linux; MAC; SQL Server Tools and Connection Tests; Instance; Types and Collation Options; Default Instance and Named Instance; Authentication; Service; File Stream; Windows & Mixed Mode Authentication; Installation Errors; DAY 30; DAY 3: BASIC SQL QUERIES - 1 DDL; DML; SELECT; DCL and TCL; Creating SQL Databases and Tables; CREATE; ALTER; DROP Statements; INSERT; UPDATE; DELETE Statements; Data Inserts; Values and Table Scan; Data Types & their Usage (Basic Level); INTEGER; CHAR; FLOAT Data Types; Single Row Inserts; Multi Row Inserts; SELECT Statement for Table Retrieval; WHERE Examples: =;!=; <; >; <=; >=; AND; OR; NOT; IN; NOT IN Conditions; BETWEEN; NOT BETWEEN Conditions; DAY 4: BASIC SQL QUERIES - 2 CHAR Versus VARCHAR Data Types; GO Statement; SQL BATCH Concept; IS NULL; NOT NULL. LIKE; NOT LIKE; ORDER BY with ASC; DESC Options; DISTINCT; TOP and * Options; FETCH; OFFSET; NEXT ROW Options; UNION; UNION ALL and Sub Queries; LIKE and NOT LIKE Operators; Single Quotes; Double Quotes; Aliases; UPDATE : Condition; Unconditional; DELETE and TRUNCATE Commands; ALTER Command DROP Command; DAY 5: SERVER; DB ARCHITECTURE SQL Server and Database Architecture; Protocols; SQL Native Client (SNAC); TDS Packets and Query Processor; Query Optimizer and SQL Manager; Storage Engine; File & DB Manager; Transaction Manager; Lock Manager; Buffer Manager; SQL OS; IO Buffer; Checkpoints; Virtual Log File (VLF); DB Data Files (mdf); Log Files (ldf); Primary/Secondary Files; Filegroups; Write Ahead Log (WAL); Lazy Writer; Log Sequence Number; Mini LSN; Local Temporary Tables and Usage; Global Temporary Tables and Usage; DAY 6 : CONSTRAINTS & KEYS Constraints; Keys - Table Data Integrity; NULL; NOT NULL Property on Tables; UNIQUE KEY Constraints: Importance; PRIMARY KEY Constraint: Importance; FOREIGN KEY Constraint: Importance; REFERENCES - Relational Tables; CHECK Constraint : Importance; Use; DEFAULT Constraint : Importance; Use; Identity Property : SEED; INCREMENT; Normal Forms - Data Modeling Options; 1 NF; 2 NF; 3 NF; BCNF and 4NF; Schemas Creation; Database Diagrams DAY 7: JOINS AND QUERIES JOINS - Types; Real-time Usage; JOIN Types and JOIN Options; CROSS JOIN - Examples;

4 Conditions; INNER JOIN - Examples; ON; Where; OUTER JOIN - LEFT; RIGHT; FULL; Comparing Inner Join & Outer Join; MERGE JOIN - Joining Big Tables; LOOP JOIN - Joining Small Tables; HASH JOIN - Joining Heap Tables; Joins with Constraints & Relations; Joining Unrelated Tables and Use; Join Options - Query Performance; DAY 8: VIEWS; INDEXES - TUNING 1 Indexes: Architecture and Types; Clustered and Non Clustered Indexes; INCLUDED; COLUMNSTORE Indexes; FILTERED and COVERING Indexes; UNIQUE and ONLINE Indexes; B Tree Structures and IAM Pages; Tuning Queries; Query Optimizer; Views on Tables SCHEMABINDING; ENCRYPTION and CHECK OPTION; Cascaded; Encrypted; Orphan Views; System Views for Metadata Access; Indexed Views / Materialized Views; DAY 9: FUNCTIONS; PROCEDURES Scalar Value Returning Functions; Inline Table Functions; Dynamic Joins; Multi-Line Table Functions Usage; Table Variables and Table Data Type; OBJECTID; OBJECTNAME Functions; System Functions & Metadata Access; Stored Procedures - Purpose; Usage; IF..ELSE and ELSE IF Conditions; Recompilation of Stored Procedures; Sp_help; sp_helpindex; sp_helptext; sp_recompile; sp_who and sp_who2; sp_depends;sp_rename;sp_helpdb; DAY 10: TRIGGERS; TRANSACTIONS Triggers - Purpose; Types Of Usage; DML Triggers - Events; Practical Use; FOR/AFTER and INSTEAD OF Triggers; INSERTED & DELETED Memory Tables; Enable Triggers; Disabling Triggers; Database Level & Server Level Triggers; COMMIT and ROLLBACK in T-SQL; EXPLICIT & IMPLICIT Transactions; AUTOCOMMIT Transaction; ACID Option; Query Blocking - Nolock; Readpast Hints; Recovery Models in OLTP Databases; Full; Simple and BulkLogged Recovery; Module 2: Basic DBA Activities DAY 11: BACKUPS - DB; File; FileGroup Database Backups; Filegroup Backups; Log File Backups; COPY_ONLY Backups; Mirrored Backups and Split Backups; Partial Backups and Backup Media; (UN)LOAD; INIT; FORMAT; VERIFY; COMPRESSION; CHECKSUM; SKIP; Backups using GUI and T-SQL Scripts; ContinueOnError; Backup Validation; Backup History Tables in MSDB; Backup Audits; HOT & COLD Backups; Backup Devices - Creation & Usage; Backups Errors and Solutions. DAY 12: RESTORES & DB RECOVERY Restore Phases - COPY; REDO; UNDO; RECOVERY; NORECOVERY Options; STANDBY and REPLACE Options; File Restores and Filegroup Restores; FileListOnly; VerifyOnly; HeaderOnly; Point-In-Time Restore; Checkpoint LSN; PARTIAL / PIECEMEAL Restores Use; Tail Log Backups - UNDO / REDO; Restores using GUI & T-SQL Scripts; Choosing correct DB Recovery Model; DB Recovery from Backup Devices; Restarting an Interrupted Restore. DAY 13: JOBS; MAINTENENCE PLANS SQL Server Agent Service; Agent XPs; SQL Agent Jobs - GUI Options; MSDB; Job Steps - Creation; Edits; Parse; Job Schedules and Notifications; Job Executions; Disable/Enable Options; Job History and Job Activity Monitor; Database Maintenance Plans; Backups; Scheduling DB Maintenance Plans; Backup Cleanup and History Clean Up; Backup Strategies - Minimal Data Loss; DB Mail Configurations; Alert System; Mail Profiles; SMTP Agent Operators; SQL School ; 101; Road # 1; 1st Floor; UMA Residency; SR Nagar; Hyderabad 38.. Microsoft Learning Partner. ALL TRAININGS ARE PRATICAL; REAL-TIME

5 DAY 14: PERFORMANCE TUNING - 2 Audit Long Running Queries - DMV/DMF; Table Partitions and Partition Ranges; Partition Functions and Partition Schemes; Partition Un-partitioned Tables: Indexes; Aligned / Indexed Partitions - Importance; Partition SPLIT, MERGE; Full Text Search (FTS) Architecture; StopWords, Stemmer and Thesaurus; Database Catalogs (FTC) and FDHost.exe; Full Text (FT) Indexes for Query Tuning; CONTAINS() and FREETEXT() Functions; Data Compression - ROW & PAGE Levels; DAY 15: PERFORMANCE TUNING - 3 Index Management and Fragmentation; Index Rebuilds; Index Reorganization; Maintenance Plans; Index Management; Query Execution Plans; Stats Updates; SAMPLED; DETAILED Scans. Fill Factor; Index Usage; Sort In Temp DB Options; GAM; SGAM; PFS; ML - DBCC Page SQL Profiler Tuning; Tuning Templates; Workload Files; Trace Tables in Profiler; DTA Tool with Profiler; Trace Tables; PDS; Query Cache; Extended Events; Memory Optimized Tables & File Stream; UPDATE STATS with RECOMPUTE; PERFMON Counters & MSDTC Service. DAY 16: PERFORMANCE TUNING - 4 Thread Management; NUMA Nodes; Thread Count; Boosting SQL Priority; Processor Affinity and IO Affinity; Resource Governor - Resource Pools; Resource Workload Groups; Settings; Windows Fibers and (DOP) Settings; Activity Monitor Tool - CPU; Memory; Isolation Levels - TempDB; Snapshots; X; S; IS; IX; U; Sch-M; Sch-S Locks; Lock Escalations and Metadata Locks; Deadlocks - Simulation; Profile Tool; Deadlock Graphs and Live Locks. DAY 17: SECURITY MANAGEMENT Authentication Types - WINDOWS; SQL; Windows Logins and REGEDIT Settings; SQL Server Logins; POLICIES; EXPIRY; Logins; Users; Roles and Schemas; Server Roles and Database Roles; Password Resets and Security Scripts; Grant; With Grant; Deny and Revoke; CONTROL; OWNERSHIP; Authorization; Keys and Certifications Encryption; Credentials; Proxies - Job Security; DMVs for Security Audits; Orphan Users; Containment Databases - Users; Roles. DAY 18: HEALTH CHECK; REPAIRS DB Health Check: DBCC Commands; Allocation Errors and Consistency Errors; EstmateOnly; NoInfoMsgs with Tempdb; Log Space Audits and Tempdb Audits; Memory Usage; Disk Usage Audit DMVs; Alerts - Events; Notifications; DB Suspect Errors and DB States; Log File Issues and REBUILD LOG; Tempdb File Issues and Shrink File; Memory Issues and DBCC Commands; MEMORY LEAKS and LATCH WAITS; Page Repairs; Suspect Pages. DAY 19: DB MIGRATIONS; DMA TOOL Database Migration Options with SSIS; CDW : Copy Database SSMS; Database Detach and Attach Options; FORATTACH and sp_single_file_db; SMO Method and Database Scripting; CDW SSIS Packages; SSIS Proxies Use; Migration Reports; Fixing Orphan Users; Data Migration Assistant (DMA) Tool; DMA Tool for DB Analysis; Upgrades; DMA Tool: DB Assessment; Migration; Security Logins Transfer Options; Fixing Orphan Users; sp_resolve_login. DAY 20: PATCHES; UPGRADES; CUs Establishing Downtime For Maintenance; Precautions for Maintenance Activities; Service Packs and Patch/hotfix Activities; Cumulative Updates (CU); Hotfix Process; Instance Selectivity for Updates; Cautions; Verifications; Smoke Test and Rollbacks; Server Upgrades and Precautions; Planning for Maintenance Activities; System Database REBUILD Options; SQLCMD Tool : Instance Connections; DAC : Dedicated Administration Console; Verifications; Smoke Test and Rollbacks.

6 Module 3: Advanced DBA Activities DAY 21: REPLICATION For HA - LEVEL 1 Replication Architecture and Topology; Publication Types - Purpose; Importance; DB Articles; Publications; Subscriptions; Distribution DB Configuration; Snapshots; Snapshot Replication and Replication Agents; Configure; Secure; Schedule Snapshots; PUSH and PULL Subscription Types; Transactional Replication Configuration; Log Reader Agent - Configuration; Keys; Tracer Tokens - Latency and Ranking; Replication Monitor - Usage and Options; Replication Warnings and Agent Alerts. DAY 22: REPLICATION For HA - LEVEL 2 Merge Replication and Merge Agent Job; Replication Conflicts and ROWGUIDCOL; Validating Replica Subscriptions (LIVE); Replication Reinitialization Options; Domain Account Security in Replication; Server & Client Subscription Types; Peer-Peer Replication Connections; Nodes Replication Conflicts: Options; sp_msrepl; IDENTITY Property & Schema Replication; Replica Initialization with DB Backups; Peer-Peer Vs Merge Replication For HA; Adding Articles to Existing (LIVE) Replica. DAY 23: REPLICATION For HA - LEVEL 3 Replication for HA and DR Strategies; Load Balancing Options with Replication; Replica Appl Connection Strings; Replication Conflicts and Precautions; Replication Verify - Rowcount; Checksum; Disabling and Cleaning Replication; Replication Errors and Job Audits Replication Events and Action Items; sp_changedbowner; backup initialization; MSSQL_ENGXXXXX Errors & Solutions; Replication Strategies for HA and DR; Application Connections in Real-time. DAY 24: LOG SHIPPING (HA - DR) Log Shipping Topology; Operation Modes; Primary and Secondary: Recovery Plan; Log Shipping Monitor Settings; Alerts; NORECOVERY Mode Configuration; STANDBY Mode Configuration; Use; Log Shipping Jobs & Manual Failover; Manual Failover with Log Shipping Mode Changes with Log Shipping; Broken Log Shipping Chains & Issues; Re-Restoring the Log Backups; LSBackup; LSCopy; LSRestore Jobs; Log Shipping Jobs - Errors & Solutions. DAY 25: DB MIRRORING (HA - DR) DB Mirroring Architecture For HA; DR; Log Shipping Versus Database Mirroring; TCP Endpoints; TCP Network Security; Heartbeat and Polling Concepts in DM; Automatic Fail- Over Procedures; Tests; PARTNER OFFLINE Conditions; Options; DB Mirroring Monitors and Commit Loads; SYNCHRONOUS & ASYNCHRONOUS; Mirroring Monitor; Stop/Resume Options; Need for Always-On & Higher Availability; DB Recovery without Witness. Failover Mirroring Jobs and Real-time Usage; Error and Network Configurations; Database Mirroring - Errors & Solutions. DAY 26: CLUSTER CONFIGURATION Introduction to Windows Clusters; Domain Controller (DC) Configuration; Active Directory (AD) Accounts; Use; SAN [Storage Area Network] and LUN; Public IP Address; Private IP Address; Windows Level Clusters & RAID Levels; SQL Clustering Service & RAID Levels; SQL Cluster Groups and Domain Accounts; Active-Active; Active-Passive Clusters; Quorum Disk; MSDTC Disk & LUN Grows; MSCS Service Startup Options; Drains; Need for Always - On Availability (AAG). DAY 27: ALWAYS-ON AVAILABILITY - 1 SQL School ; 101; Road # 1; 1st Floor; UMA Residency; SR Nagar; Hyderabad 38.. Microsoft Learning Partner. ALL TRAININGS ARE PRATICAL; REAL-TIME

7 Availability Replica - Readable Secondary; Active Secondary; SYNC; ASYNC (AAG); Replica Recommendations for Always-On; DB Recovery Models for Always ON; Backup Preferences For AAG Types; Port Settings; Backup Strategies in AAG; Synchronization & Automated Seeding; Always On Groups Dashboards; Adding AG Replicas and Databases; Availability Database and Failover; Data Movement Suspend and Quorum; Synchronous; Asynchronous Modes. DAY 28: ALWAYS-ON AVAILABILITY - 2 AAG Health Events; Important DMVs; Availability Group Listeners; VNN; Server Manager; DNS; New Hosts; Failover Mode and Node Majority; Reloads and Cache Clear Options; Listener Ports and Port Communication; Always-On in LINUX Clusters; AD Accounts and Doman Settings; Security Options and Dashboards; WSFC Warnings and Errors Solutions; Video Classes For Windows Clusters; POCs For LINUX Clusters. DAY 29: SQL DBA Checklist - 1 Routine SQL DBA Activities; Emergency DBA Activities Solutions; Logon Failures - Audits; Solutions; MSDTC & Distributed Transactions; Policy Based Management for AAG; Facets; Condition; Policies Evaluation; Memory Dump Files and Agent Logs; Linked Servers - Creation and Tests; Replication Options in Linked Servers; Linked Server Security - Remote Logins; RPC; RPC Out. Data Access Modes; Database Refresh Strategies. DAY 30: SQL DBA Checklist - 2 Command Line Installation. Config Files; Installation and Up-gradation Errors; Service Startups - Minimal Logged Mode; Encrypted Backups; Managed Backups; Transparent Data Encryption (TDE); Certificate Backups; File Encryptions; New Features in SQL Server 2016; New Features in SQL Server 2017; New Features in SQL Server 2019; SLA and OLA Process For SQL DBA; Ticketing Tools & 3rd Party Tools; 200 Point Error Checklist; Solutions. MCSA CERTIFICATION : Guidance and Mock Certification for (SQL DBA) Real-time Project for SQL DBA Course [Plan A] Our SQL DBA Training Course includes one Real-time Project on E- Commerce Database. This project involves Real-time DBA Issues and Solutions including the u sage of Ticketing Tools, 3rd Party Tools. We deal with Routine SQL DBA Activities, Emergency DBA Activities and Maintenance Activities with Solutions. Also include 200+ Errors and Solutions, Database Migrations, Upgrades, Always-On Availability Groups Implementation in a Clustered Environment. This Real-time Project gives greater in-depth insight on Real-world SQL DBA Job Work and can also be used in your Resumes. Very much helpful to clear your Interviews and MCSA Certifications.

8 Module 4: Azure SQL Database (For Plan B) DAY 31: AZURE CLOUD INTRO Introduction to Cloud. Need for Cloud; Advantages; Cloud Architecture Basics - Iaas; PasS and SaaS; Operational Advantages of Cloud; Cloud Providers; Advantages of Microsoft Cloud - Azure Platform; Service Models; Private & Public Clouds; SQL Databases in Microsoft Azure and Advantages; Azure SQL & Databases - Need; Importance; Azure Sources - Types; Microsoft Market Place; Azure SQL Database; Azure SQL Data Warehouse; Azure Analysis Services; BLOB and TABLE Storage; Azure Cosmos DB; Data Lake; DH Insight; Spark; Virtual Machines and Apps; Programs in Azure; Azure SQL Variants and Service Tiers; Advantages of Azure SQL Databases & Tools; Comparing AWS,Google Cloud; Microsoft Azure Price Tiers & Subscription. DAY 32: AZURE CLOUD CONFIGURATIONS Azure Cloud Subscription; Azure Portal Options; Azure Resources; Marketplace and Dashboards; Azure SQL Database Architecture Components - in detail; Price Tiers: Basic; Standard; Premium; PremiumRS; Isolated Price Trier - Advantages; Performance; Creating SQL Servers in Azure and in Virtual Machines; Elastic Pools and Configuration Options Advantages; DTU : Data Transaction Units : Architecture; Pools; edtus and Elastic Pool; per Database Settings; EDTU Cost; edtu max/min Limits and Performance; Resource Groups and Resource Pools in Azure SQL; Azure SQL Databases : Technical Features; Benefits; Built-In Intelligence and Scalability; Tools For Usage; Advanced Security Compliance; ARM and ASM Topologies; Need for OSM Workspace - Operations Management Suite. DAY 33: AZURE SQL DATABASE CONFIGURATION Creating Azure SQL Server Instances; Creating Azure SQL Databases; Price Tiers; SQL Database Cloud Database as a Service; Subscription Options and Database Sources; Elastic Pools & Tier Selection Recommendations; Database Name Identifiers; Naming rules & restrictions; Server Names - Locations; Admin Users; Passwords; S1/S2/S3 DTU bands and Performance; Storage; Add-On Storage Options. Database Provisioning; Firewall Rules; IP Configuration Ranges; Azure Dashboard - Metrics; Notification Options; Azure SQL Database Collation; Connection Options; Tools; SQL Server Management Studio (SSMS) & Visual Studio; SQL Server Data Explorer Tool in Azure Cloud;.NET; PHP; Node.js; Java; Ruby; Python; Creating Azure SQL Databases in SSMS Tool; T-SQL Scripts for Azure SQL Database. DAY 34: DEVELOP AZURE SQL DATABASE Executing T-SQL Scripts in Azure; Creating Tables and Defining Constraints; Cascades; Constraint Rules and Index Rules; Clustered Indexes in Azure SQL Database Tables; Programming Objects: Stored Procedures in Cloud; Automated Recompilations; Complex Stored Procedures; Triggers and Memory Tables Architecture in Cloud; CTE : Common Table Expressions and Performance; User Defined Functions and Views for Data Reporting; Differences between On-Premise and Cloud SQL Databases; Executing T-SQL Scripts in Azure SQL Database; Linked Servers with On-Premise and Cloud; SSMS "Generate Script" Options; Advanced Options; Azure SQL Database JSON Features; Data Imports; Azure SQL Database In-Memory Tables Advantages; Temporal Tables; In-Memory OLTP Tables with Azure SQL DB; Excel Reporting Options from Azure SQL Database; Data Explorer Options with Azure SQL Databases; XML Data Storage & Reports. BLOB Data Storage. SQL School ; 101; Road # 1; 1st Floor; UMA Residency; SR Nagar; Hyderabad 38.. Microsoft Learning Partner. ALL TRAININGS ARE PRATICAL; REAL-TIME

9 DAY 35: AZURE SQL DATABASE MIGRATIONS Database Scripting Wizard in SSMS; Scripting On-Premise Databases in T-SQL; Data Migration Assistant (DMA) Tool; Schema Generation and Compatibility Issues; Generating Data Scripts; Assessment; Schema Options; Prepare and Deploy Fixes. Database Snapshots; Resolving Database Migration Compatibility Issues; Partially Supported and Unsupported Functions; non SQL Server Database Migrations : MS Access; Oracle; SQL Server Migration Assistant (SSMA) Tool; Import from a BACPAC file using Azure portal; Import from a BACPAC file using SQL Package; Import from a BACPAC file using Power Shell; Migrate Stored Procedures; In-Memory Tables. DAY 36: INTEGRATING with AZURE SQL DATABASE Azure SQL Database Tables; Views in Excel; Excel Pivot Tables and Chart Reports with Azure SQL DB; Azure & Excel ODC Connections. Pivot Reports; ADO.NET; JDBC and ODBC Connections. Data Mashups; Connection Drivers in Azure Cloud Options; Azure Portal Configurations; Triggers; Azure SQL Database Query Batching Advantages; Azure Cloud Shell - Concepts; Architecture; Azure Power Shell - Install and Configure; Installing and Scripting with Power Shell; PowerShellGet and Version Paths; Cloud Shell to run the Azure Power Shell; Linux Virtual Machines with Power Shell; Windows Virtual Machines with Power Shell. MOCK INTERVIEW Module 5: Azure SQL DBA (For Plan B) DAY 37: AUTOMATED DB RECOVERY; GEO REPLICATION Automated Backups in Azure SQL Database; Long Term Backup Retentions. Backup cost; Frequency; Recovery Service Vaults; Policies with RA-GRS; Automated Backups - Retentions; Audits. LTR Policy; Restore Points and Azure SQL Database Recovery; Failover Groups and Active Geo-Replication; Read-Write Failover Policy; Automated Failover; Geo Replication Configurations - Azure Locations; Primary-Secondary and Read / Write Modes Upgrading / Downgrading Primary Database; Perform Disaster Recovery (DR) Drills; Power Shell For Geo Replication and Failback Options; Manage SQL database failover using Transact-SQL; Manage SQL database failover using Power Shell; Manage SQL database failover using the REST API; Backup Errors; Geo Replication Errors Solutions. DAY 38: SECURITY MANAGEMENT - AZURE SQL DB Firewall and Virtual Network Configurations; Server-level Firewall Rules in the Azure portal; Database-level Firewall Rule using SSMS; Connection strings and Security Options; Logins; Users; Roles and Permissions using T-SQL; GRANT; DENY; REVOKE and WITH GRANT using T-SQL; SQL Database Auditing and SQL Database Threat Detection; Transparent Database Encryptions (TDE) & Security; Service Keys and TDE for Security; AD Authentication; Row Level Security (RLS); Security Roles; Impacted Databases and Security Options Azure IAM Controls; Manage SMB File Shares in Azure; Dynamic Data Masking (DDM) and Encryption Functions; T-SQL Scripts & Portal to Implement Data Mask Functions; Power Shell Scripts to Implement DDM - MASK / UNMASK.

10 DAY 39: AUDITS and THREAT DETECTION Activity Logs and OMS Server Configuration; OMS Workspace and Log Analytics. Operational Logs; Instance Audits and Threat Detection Process; Audit Storage Configuration; Service Tiers with Azure; LRS; GRS; and "RA - GRS" Storage Modes in Azure; Azure Resource Manager (ARM) Scripts with Power Shell; Threat Detection Types : SQL Injection & Vulnerability; Audit Types: Server Audits and Database Audits; Events; Principals; Types and Action Parameters; DMVs and DMFs for Audits (T-SQL). Power Shell Scripts; Merging and Reading Audit Files. Analyzing Audit Reports; Vulnerability Assessment (VA) Reports; Notifications; Security Risk Reports and Summaries : HIGH/MEDIUM/LOW; Azure SQL Database Recovery from Availability Groups; Azure SQL Database Recovery from Deleted Databases; Manage SQL database auditing using Azure Power Shell; Manage SQL database auditing using REST API. DAY 40: PERFORMANCE TUNING in AZURE SQL DB Manage database workload in SQL Server; Elastic Scale for Azure SQL Database; Service Tier and Edition Selection; Scaling Options - Horizontal; Vertical; Sharding Technique for Performance Tuning; SaaS approach with single / multi user tenants; Shard Maps & Shardlets: List Mapping; Range Mapping; Shard Map Manager and Data Dependent Routing; Query Routing and Shard Querying. Elastic Tools; Using DMVs and DMFs in Azure Databases; Monitor Azure SQL Database Query Plans; Moving data between scaled-out cloud databases; Split-Merge Tool and Split Merge Service; Performance Monitoring Counters For Azure SQL DB; CPU; DTU Limits. Data IO and Size Factors; In-Memory OLTP Tables and Performance Impact; Active Recommendations; Tuning History. Resource Governor; FORCE PLAN; CREATE / DROP INDEX. ON / OFF INHERITS; Automated Tuning Options in Azure Database Cloud. DAY 41: DATABASE SYNCHRONIZATION SYNCHRONIZATION with Azure SQL Databases; SQL Data Sync Service and Sync Groups; bi-directional data transfer with Azure SQL DBs; Sync Schema; Sync Direction and Sync Interval; Conflict Resolution Policy with HUB and MEMBER; Metadata Database and Synchronization Topologies; Real-time Advantages of Azure DB Synchronization; LOAD BALANCING & Automated FAILOVER with DB Sync; Cloud to Cloud and Cloud to On-Premise Synchronization; HA - DR with Geo Replication & Database Synchronization; Update Triggers and Delete Triggers - Azure Instance; Azure Database Integration. Elastic Query Plans Requirements and Limitations with Database Synchronization; Azure Dashboards and Report Pins. Server Health Reports. DAY 42: AZURE VIRTUAL MACHINE; OTHER CLOUDS Plan for IaaS; Azure VM. Install Azure Virtual Machines; Install/Configure Windows Server; Readhat; Ubuntu; SQL Server on Azure VM - Config Settings; Elasitc Pools; Resource Groups; Resource Pools and edtus; Verify SQL Instances in Azure VM. sysadmin Account Azure SQL Database in VM to SQL Cloud; Azure SQL Database in VM to on-prem; Deployment Automation Process; Automation Scripts; SQL Database in AWS and Google Cloud; Real-time Considerations and Bacpac File Security; Azure HD Insight Configuration and Power Shell; Azure DataLake and Integration with Azure SQL Database; Power BI Workspace with Azure SQL Database. MCSA CERTIFICATION : Guidance and Mock Certification for (SQL DBA) SQL School ; 101; Road # 1; 1st Floor; UMA Residency; SR Nagar; Hyderabad 38.. Microsoft Learning Partner. ALL TRAININGS ARE PRATICAL; REAL-TIME

Azure SQL Database Training. Complete Practical & Real-time Trainings. A Unit of Sequel Gate Innovative Technologies Pvt. Ltd.

Azure SQL Database Training. Complete Practical & Real-time Trainings. A Unit of Sequel Gate Innovative Technologies Pvt. Ltd. Azure SQL Database Training Complete Practical & Real-time Trainings A Unit of Sequel Gate Innovative Technologies Pvt. Ltd. AZURE SQL / DBA Training consists of TWO Modules: Module 1: Azure SQL Database

More information

Azure SQL Database Training. Complete Practical & Real-time Trainings. A Unit of SequelGate Innovative Technologies Pvt. Ltd.

Azure SQL Database Training. Complete Practical & Real-time Trainings. A Unit of SequelGate Innovative Technologies Pvt. Ltd. Azure SQL Database Training Complete Practical & Real-time Trainings A Unit of SequelGate Innovative Technologies Pvt. Ltd. AZURE SQL / DBA Training consists of TWO Modules: Module 1: Azure SQL Database

More information

SQL DBA (with Server) Complete Practical & Real-time Training

SQL DBA (with Server) Complete Practical & Real-time Training A Unit of Sequelgate Innovative Technologies Pvt. Ltd. For Free Demo, Call Us: +91 9666 44 0801 or +1 510.400.4845 (24 X 7) SQL DBA (with Server) Complete Practical & Real-time Training SQL DBA Training

More information

SQL Server DBA Course Content

SQL Server DBA Course Content 1 SQL Server DBA Course Content SQL Server Versions and Editions Features of SQL Server Differentiate the SQL Server and Oracle Services of SQL Server Tools of SQL server SQL Server Installation SQL server

More information

SQL Server T-SQL Developer Complete Practical & Real-time Training

SQL Server T-SQL Developer Complete Practical & Real-time Training A Unit of Sequelgate Innovative Technologies Pvt. Ltd. Contact Us: 9666440801, 040 64577244 SQL Server T-SQL Developer Complete Practical & Real-time Training SQL Server T-SQL Developer Training Highlights:

More information

SQL DBA (with Server) Complete Practical & Real-time Training

SQL DBA (with Server) Complete Practical & Real-time Training A Unit of Sequelgate Innovative Technologies Pvt. Ltd. For Free Demo, Call Us: +91 9666 44 0801 or +1 510.400.4845 (24 X 7) SQL DBA (with Server) Complete Practical & Real-time Training SQL DBA Training

More information

SQL Server 2014 Training. Prepared By: Qasim Nadeem

SQL Server 2014 Training. Prepared By: Qasim Nadeem SQL Server 2014 Training Prepared By: Qasim Nadeem SQL Server 2014 Module: 1 Architecture &Internals of SQL Server Engine Module : 2 Installing, Upgrading, Configuration, Managing Services and Migration

More information

SQL SERVER & T-SQL (SQL DEVELOPER Course)

SQL SERVER & T-SQL (SQL DEVELOPER Course) SQL SERVER & T-SQL (SQL DEVELOPER Course) Complete Practical & Real-time Trainings A Unit of SequelGate Innovative Technologies Pvt. Ltd. ISO Certified Training Institute Microsoft Certified Partner Training

More information

Microsoft SQL Server Database Administration

Microsoft SQL Server Database Administration Address:- #403, 4 th Floor, Manjeera Square, Beside Prime Hospital, Ameerpet, Hyderabad 500038 Contact: - 040/66777220, 9177166122 Microsoft SQL Server Database Administration Course Overview This is 100%

More information

Designing Database Solutions for Microsoft SQL Server (465)

Designing Database Solutions for Microsoft SQL Server (465) Designing Database Solutions for Microsoft SQL Server (465) Design a database structure Design for business requirements Translate business needs to data structures; de-normalize a database by using SQL

More information

SQL DBA (includes Server, T-SQL) On-demand Video Training - Instructor Led

SQL DBA (includes Server, T-SQL) On-demand Video Training - Instructor Led SQL DBA (includes Server, T-SQL) On-demand Video Training - Instructor Led Complete Practical & Real-time Training Sessions A Unit of SequelGate Innovative Technologies Pvt. Ltd. ISO Certified Training

More information

SQL Server & T-SQL Course. Training Highlights

SQL Server & T-SQL Course. Training Highlights SQL Server & T-SQL Course Complete Practical Resume Preparation 24x7 LIVE Server, Lab Material & Practice Labs MCSA Certification Guidance Real time Projects For Resume 100% Job Orientation, Support Complete

More information

70-459: Transition Your MCITP: Database Administrator 2008 or MCITP: Database Developer 2008 to MCSE: Data Platform

70-459: Transition Your MCITP: Database Administrator 2008 or MCITP: Database Developer 2008 to MCSE: Data Platform 70-459: Transition Your MCITP: Database Administrator 2008 or MCITP: Database Developer 2008 to MCSE: Data Platform The following tables show where changes to exam 70-459 have been made to include updates

More information

DESIGNING DATABASE SOLUTIONS FOR MICROSOFT SQL SERVER CERTIFICATION QUESTIONS AND STUDY GUIDE

DESIGNING DATABASE SOLUTIONS FOR MICROSOFT SQL SERVER CERTIFICATION QUESTIONS AND STUDY GUIDE 70-465 DESIGNING DATABASE SOLUTIONS FOR MICROSOFT SQL SERVER CERTIFICATION QUESTIONS AND STUDY GUIDE Designing Database Solutions for Microsoft SQL Server (70-465) WWW.ANALYTICSEXAM.COM Contents Designing

More information

Synergetics-Standard-SQL Server 2012-DBA-7 day Contents

Synergetics-Standard-SQL Server 2012-DBA-7 day Contents Workshop Name Duration Objective Participants Entry Profile Training Methodology Setup Requirements Hardware and Software Requirements Training Lab Requirements Synergetics-Standard-SQL Server 2012-DBA-7

More information

Microsoft SQL Server" 2008 ADMINISTRATION. for ORACLE9 DBAs

Microsoft SQL Server 2008 ADMINISTRATION. for ORACLE9 DBAs Microsoft SQL Server" 2008 ADMINISTRATION for ORACLE9 DBAs Contents Acknowledgments *v Introduction xvii Chapter 1 Introduction to the SQL Server Platform 1 SQLServer Editions 2 Premium Editions 3 Core

More information

SQL Server on Linux and Containers

SQL Server on Linux and Containers http://aka.ms/bobwardms https://github.com/microsoft/sqllinuxlabs SQL Server on Linux and Containers A Brave New World Speaker Name Principal Architect Microsoft bobward@microsoft.com @bobwardms linkedin.com/in/bobwardms

More information

Exam : Implementing Microsoft Azure Infrastructure Solutions

Exam : Implementing Microsoft Azure Infrastructure Solutions Exam 70-533: Implementing Microsoft Azure Infrastructure Solutions Objective Domain Note: This document shows tracked changes that are effective as of January 18, 2018. Design and Implement Azure App Service

More information

Index. Peter A. Carter 2016 P.A. Carter, SQL Server AlwaysOn Revealed, DOI /

Index. Peter A. Carter 2016 P.A. Carter, SQL Server AlwaysOn Revealed, DOI / Index A Active node, 10 Advanced Encryption Standard (AES), 95 AlwaysOn administration Availability Group (see AlwaysOn Availability Groups) cluster maintenance, 149 Cluster Node Configuration page, 153

More information

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus Developing Microsoft Azure Solutions (70-532) Syllabus Cloud Computing Introduction What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages

More information

Index. Pranab Mazumdar, Sourabh Agarwal, Amit Banerjee 2016 P. Mazumdar et al., Pro SQL Server on Microsoft Azure, DOI /

Index. Pranab Mazumdar, Sourabh Agarwal, Amit Banerjee 2016 P. Mazumdar et al., Pro SQL Server on Microsoft Azure, DOI / Index A Azure Active Directory (AAD), 17 Azure architecture compute, 20 fault domain, 31 IaaS, 19 models classic deployment model, 32 deployment automation, 34 RBAC, 33 Resource Manager deployment model,

More information

MCSA SQL SERVER 2012

MCSA SQL SERVER 2012 MCSA SQL SERVER 2012 1. Course 10774A: Querying Microsoft SQL Server 2012 Course Outline Module 1: Introduction to Microsoft SQL Server 2012 Introducing Microsoft SQL Server 2012 Getting Started with SQL

More information

COURSE 20462C: ADMINISTERING MICROSOFT SQL SERVER DATABASES

COURSE 20462C: ADMINISTERING MICROSOFT SQL SERVER DATABASES Page 1 of 11 ABOUT THIS COURSE This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2014 database. The course focuses on teaching individuals

More information

70-532: Developing Microsoft Azure Solutions

70-532: Developing Microsoft Azure Solutions 70-532: Developing Microsoft Azure Solutions Exam Design Target Audience Candidates of this exam are experienced in designing, programming, implementing, automating, and monitoring Microsoft Azure solutions.

More information

70-532: Developing Microsoft Azure Solutions

70-532: Developing Microsoft Azure Solutions 70-532: Developing Microsoft Azure Solutions Objective Domain Note: This document shows tracked changes that are effective as of January 18, 2018. Create and Manage Azure Resource Manager Virtual Machines

More information

MS-20462: Administering Microsoft SQL Server Databases

MS-20462: Administering Microsoft SQL Server Databases MS-20462: Administering Microsoft SQL Server Databases Description This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2014 database.

More information

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus Developing Microsoft Azure Solutions (70-532) Syllabus Cloud Computing Introduction What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages

More information

Azure Webinar. Resilient Solutions March Sander van den Hoven Principal Technical Evangelist Microsoft

Azure Webinar. Resilient Solutions March Sander van den Hoven Principal Technical Evangelist Microsoft Azure Webinar Resilient Solutions March 2017 Sander van den Hoven Principal Technical Evangelist Microsoft DX @svandenhoven 1 What is resilience? Client Client API FrontEnd Client Client Client Loadbalancer

More information

MS SQL Server 2012 DBA Course Contents

MS SQL Server 2012 DBA Course Contents MS SQL Server 2012 DBA Course Contents 1) SQL History & SQL Server History 2) Database Management Systems(DBMS) 3) Relational Database Management System(RDBMS) 4) SQL Server set up installations & service

More information

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus Developing Microsoft Azure Solutions (70-532) Syllabus Cloud Computing Introduction What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages

More information

Oracle SQL & PL SQL Course

Oracle SQL & PL SQL Course Oracle SQL & PL SQL Course Complete Practical & Real-time Training Job Support Complete Practical Real-Time Scenarios Resume Preparation Lab Access Training Highlights Placement Support Support Certification

More information

Randy Pagels Sr. Developer Technology Specialist DX US Team AZURE PRIMED

Randy Pagels Sr. Developer Technology Specialist DX US Team AZURE PRIMED Randy Pagels Sr. Developer Technology Specialist DX US Team rpagels@microsoft.com AZURE PRIMED 2016.04.11 Interactive Data Analytics Discover the root cause of any app performance behavior almost instantaneously

More information

SQL Server SQL Server 2008 and 2008 R2. SQL Server SQL Server 2014 Currently supporting all versions July 9, 2019 July 9, 2024

SQL Server SQL Server 2008 and 2008 R2. SQL Server SQL Server 2014 Currently supporting all versions July 9, 2019 July 9, 2024 Current support level End Mainstream End Extended SQL Server 2005 SQL Server 2008 and 2008 R2 SQL Server 2012 SQL Server 2005 SP4 is in extended support, which ends on April 12, 2016 SQL Server 2008 and

More information

RA-GRS, 130 replication support, ZRS, 130

RA-GRS, 130 replication support, ZRS, 130 Index A, B Agile approach advantages, 168 continuous software delivery, 167 definition, 167 disadvantages, 169 sprints, 167 168 Amazon Web Services (AWS) failure, 88 CloudTrail Service, 21 CloudWatch Service,

More information

Monitoring & Tuning Azure SQL Database

Monitoring & Tuning Azure SQL Database Monitoring & Tuning Azure SQL Database Dustin Ryan, Data Platform Solution Architect, Microsoft Moderated By: Paresh Motiwala Presenting Sponsors Thank You to Our Presenting Sponsors Empower users with

More information

Database Administration for Azure SQL DB

Database Administration for Azure SQL DB Database Administration for Azure SQL DB Martin Cairney SQL Saturday #582, Melbourne 11 th February 2017 Housekeeping Mobile Phones Please set to stun during sessions Evaluations Please complete a session

More information

Index. Accent Sensitive (AS), 20 Aggregate functions, 286 Atomicity consistency isolation durability (ACID), 265

Index. Accent Sensitive (AS), 20 Aggregate functions, 286 Atomicity consistency isolation durability (ACID), 265 Index A Accent Sensitive (AS), 20 Aggregate functions, 286 Atomicity consistency isolation durability (ACID), 265 B Balanced (B)-Trees clustered index, 237 non-clustered index, 239 BULK INSERT statement

More information

Microsoft Exchange Server 2007 Implementation and Maintenance

Microsoft Exchange Server 2007 Implementation and Maintenance Microsoft Exchange Server 2007 Implementation and Maintenance Chapter 1 Exchange Server 2007 Deployment 1.1 Overview, Hardware & Editions 1.2 Exchange Server, Windows & Active Directory 1.3 Administration

More information

SQL Server DBA Course Details

SQL Server DBA Course Details SQL Server DBA Course Details By Besant Technologies Course Name Category Venue SQL Server DBA Database Administration Besant Technologies No.24, Nagendra Nagar, Velachery Main Road, Address Velachery,

More information

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database Course 6231A: Maintaining a Microsoft SQL Server 2008 Database OVERVIEW About this Course Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the

More information

Azure SQL Database. Indika Dalugama. Data platform solution architect Microsoft datalake.lk

Azure SQL Database. Indika Dalugama. Data platform solution architect Microsoft datalake.lk Azure SQL Database Indika Dalugama Data platform solution architect Microsoft indalug@microsoft.com datalake.lk Agenda Overview Azure SQL adapts Azure SQL Instances (single,e-pool and MI) How to Migrate

More information

6 Months Training Module in MS SQL SERVER 2012

6 Months Training Module in MS SQL SERVER 2012 6 Months Training Module in MS SQL SERVER 2012 Module 1 Installing and Configuring Windows Server 2012 Installing and Managing Windows Server 2012 Windows Server 2012 Overview Installing Windows Server

More information

Successfully migrate existing databases to Azure SQL Database. John Sterrett Principal Consultant

Successfully migrate existing databases to Azure SQL Database. John Sterrett Principal Consultant Successfully migrate existing databases to Azure SQL Database John Sterrett Principal Consultant Common Migration failures Plan Test Execute Manage Free Reference Material Videos, Reference Links, Tips,

More information

Number: Passing Score: 800 Time Limit: 120 min File Version:

Number: Passing Score: 800 Time Limit: 120 min File Version: 70-465 Number: 000-000 Passing Score: 800 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ Exam A QUESTION 1 You need to recommend a backup process for an Online Transaction Processing

More information

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database Course 6231A: Maintaining a Microsoft SQL Server 2008 Database About this Course This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2008

More information

Azure File Sync. Webinaari

Azure File Sync. Webinaari Azure File Sync Webinaari 12.3.2018 Agenda Why use Azure? Moving to the Cloud Azure Storage Backup and Recovery Azure File Sync Demo Q&A What is Azure? A collection of cloud services from Microsoft that

More information

MIS NETWORK ADMINISTRATOR PROGRAM

MIS NETWORK ADMINISTRATOR PROGRAM NH107-7475 SQL: Querying and Administering SQL Server 2012-2014 136 Total Hours 97 Theory Hours 39 Lab Hours COURSE TITLE: SQL: Querying and Administering SQL Server 2012-2014 PREREQUISITE: Before attending

More information

exam.100q. Number: Passing Score: 800 Time Limit: 120 min Provisioning SQL Databases

exam.100q. Number: Passing Score: 800 Time Limit: 120 min Provisioning SQL Databases 70-765.exam.100q Number: 70-765 Passing Score: 800 Time Limit: 120 min 70-765 Provisioning SQL Databases Sections 1. Implementing SQL in Azure 2. Manage databases and instances 3. Deploy and migrate applications

More information

MCSE Data Management and Analytics. A Success Guide to Prepare- Developing Microsoft SQL Server Databases. edusum.com

MCSE Data Management and Analytics. A Success Guide to Prepare- Developing Microsoft SQL Server Databases. edusum.com 70-464 MCSE Data Management and Analytics A Success Guide to Prepare- Developing Microsoft SQL Server Databases edusum.com Table of Contents Introduction to 70-464 Exam on Developing Microsoft SQL Server

More information

Oracle Database 18c and Autonomous Database

Oracle Database 18c and Autonomous Database Oracle Database 18c and Autonomous Database Maria Colgan Oracle Database Product Management March 2018 @SQLMaria Safe Harbor Statement The following is intended to outline our general product direction.

More information

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE ORACLE 11gR2 DBA by Mr. Akal Singh ( Oracle Certified Master ) INTRODUCTION to ORACLE COURSE CONTENT Exploring the Oracle Database Architecture List the major architectural components of Oracle Database

More information

Maintaining a Microsoft SQL Server 2008 Database (Course 6231A)

Maintaining a Microsoft SQL Server 2008 Database (Course 6231A) Duration Five days Introduction Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2008

More information

Course Outline: Designing, Optimizing, and Maintaining a Database Administrative Solution for Microsoft SQL Server 2008

Course Outline: Designing, Optimizing, and Maintaining a Database Administrative Solution for Microsoft SQL Server 2008 Course Outline: Designing, Optimizing, and Maintaining a Database Administrative Solution for Microsoft SQL Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40hrs Overview: This

More information

Administering Microsoft SQL Server Databases

Administering Microsoft SQL Server Databases Administering Microsoft SQL Server Databases 20462D; 5 days, Instructor-led Course Description This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft

More information

The Freedom to Choose

The Freedom to Choose Anat Dror The Freedom to Choose Choosing between SQL Server offerings Anat Dror SQL Server Expert, Quest SQL Server and DB2 domain expert with over 20 years of experience in a long list of IT related roles.

More information

ADMINISTERING MICROSOFT SQL SERVER CERTIFICATION QUESTIONS AND STUDY GUIDE

ADMINISTERING MICROSOFT SQL SERVER CERTIFICATION QUESTIONS AND STUDY GUIDE 70-462 ADMINISTERING MICROSOFT SQL SERVER CERTIFICATION QUESTIONS AND STUDY GUIDE Administering Microsoft SQL Server 2012/2014 Databases (70-462) WWW.ANALYTICSEXAM.COM Contents Administering Microsoft

More information

Venezuela: Teléfonos: / Colombia: Teléfonos:

Venezuela: Teléfonos: / Colombia: Teléfonos: CONTENIDO PROGRAMÁTICO Moc 20761: Querying Data with Transact SQL Module 1: Introduction to Microsoft SQL Server This module introduces SQL Server, the versions of SQL Server, including cloud versions,

More information

MOC 6232A: Implementing a Microsoft SQL Server 2008 Database

MOC 6232A: Implementing a Microsoft SQL Server 2008 Database MOC 6232A: Implementing a Microsoft SQL Server 2008 Database Course Number: 6232A Course Length: 5 Days Course Overview This course provides students with the knowledge and skills to implement a Microsoft

More information

Administering Microsoft SQL Server 2012/2014 Databases

Administering Microsoft SQL Server 2012/2014 Databases Page 1 of 10 Overview This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2014 database. The course focuses on teaching individuals how

More information

MS SQL SERVER DBA TRAINING COURSE

MS SQL SERVER DBA TRAINING COURSE MS SQL SERVER DBA TRAINING COURSE Microsoft SQL Server Administrators 2005, 2008, 2008R2, 2012 and 2014 Rajesh Kumar Jaiswal Updated in 2015 Why to choose us? Complete Practical and Real - Time Sessions.

More information

Microsoft SQL Server Training Course Catalogue. Learning Solutions

Microsoft SQL Server Training Course Catalogue. Learning Solutions Training Course Catalogue Learning Solutions Querying SQL Server 2000 with Transact-SQL Course No: MS2071 Two days Instructor-led-Classroom 2000 The goal of this course is to provide students with the

More information

Introduction... xxxi Chapter 1: Introducing SQL Server In Depth... 2

Introduction... xxxi Chapter 1: Introducing SQL Server In Depth... 2 Introduction... xxxi Chapter 1: Introducing SQL Server 2012... 1 In Depth... 2 Why Use SQL Server?... 2 Features Introduced in SQL Server 2008 R2... 3 Master Data Services... 3 StreamInsight... 3 Multi-Server

More information

Designing, Optimizing, and Maintaining a Database Administrative Solution for Microsoft SQL Server 2008

Designing, Optimizing, and Maintaining a Database Administrative Solution for Microsoft SQL Server 2008 Designing, Optimizing, and Maintaining a Database Administrative Solution for Microsoft SQL Server 2008 Varighed: 5 Days Kursus Kode: M50400 Beskrivelse: This five-day instructor-led course provides the

More information

Training 24x7 DBA Support Staffing. Administering a SQL Database Infrastructure (40 Hours) Exam

Training 24x7 DBA Support Staffing. Administering a SQL Database Infrastructure (40 Hours) Exam Administering a SQL Database Infrastructure (40 Hours) Exam 70-764 Prerequisites Basic knowledge of the Microsoft Windows operating system and its core functionality. Working knowledge of Transact-SQL.

More information

SQL Azure. Abhay Parekh Microsoft Corporation

SQL Azure. Abhay Parekh Microsoft Corporation SQL Azure By Abhay Parekh Microsoft Corporation Leverage this Presented by : - Abhay S. Parekh MSP & MSP Voice Program Representative, Microsoft Corporation. Before i begin Demo Let s understand SQL Azure

More information

A Unit of SequelGate Innovative Technologies Pvt. Ltd. All Training Sessions are Completely Practical & Real-time

A Unit of SequelGate Innovative Technologies Pvt. Ltd. All Training Sessions are Completely Practical & Real-time SQL Basics & PL-SQL Complete Practical & Real-time Training Sessions A Unit of SequelGate Innovative Technologies Pvt. Ltd. ISO Certified Training Institute Microsoft Certified Partner Training Highlights

More information

Azure Certification BootCamp for Exam (Developer)

Azure Certification BootCamp for Exam (Developer) Azure Certification BootCamp for Exam 70-532 (Developer) Course Duration: 5 Days Course Authored by CloudThat Description Microsoft Azure is a cloud computing platform and infrastructure created for building,

More information

DOWNLOAD PDF SQL SERVER 2012 STEP BY STEP

DOWNLOAD PDF SQL SERVER 2012 STEP BY STEP Chapter 1 : Microsoft SQL Server Step by Step - PDF Free Download - Fox ebook Your hands-on, step-by-step guide to building applications with Microsoft SQL Server Teach yourself the programming fundamentals

More information

Chapter 1: Introducing SQL Server

Chapter 1: Introducing SQL Server Leiter ftoc.tex V3-03/25/2009 1:31pm Page xv Introduction xxvii Chapter 1: Introducing SQL Server 2008 1 A Condensed History of SQL Server 1 In the Beginning 1 The Evolution of a Database 1 Microsoft Goes

More information

Developing SQL Databases (762)

Developing SQL Databases (762) Developing SQL Databases (762) Design and implement database objects Design and implement a relational database schema Design tables and schemas based on business requirements, improve the design of tables

More information

Maintaining a Microsoft SQL Server 2005 Database Course 2780: Three days; Instructor-Led

Maintaining a Microsoft SQL Server 2005 Database Course 2780: Three days; Instructor-Led Maintaining a Microsoft SQL Server 2005 Database Course 2780: Three days; Instructor-Led Introduction This three-day instructor-led course provides students with product knowledge and skills needed to

More information

Projects. Corporate Trainer s Profile. CMM (Capability Maturity Model) level Project Standard:- TECHNOLOGIES

Projects. Corporate Trainer s Profile. CMM (Capability Maturity Model) level Project Standard:- TECHNOLOGIES Corporate Trainer s Profile Corporate Trainers are having the experience of 4 to 12 years in development, working with TOP CMM level 5 comapnies (Project Leader /Project Manager ) qualified from NIT/IIT/IIM

More information

Aurora, RDS, or On-Prem, Which is right for you

Aurora, RDS, or On-Prem, Which is right for you Aurora, RDS, or On-Prem, Which is right for you Kathy Gibbs Database Specialist TAM Katgibbs@amazon.com Santa Clara, California April 23th 25th, 2018 Agenda RDS Aurora EC2 On-Premise Wrap-up/Recommendation

More information

Oracle Database 11g for Experienced 9i Database Administrators

Oracle Database 11g for Experienced 9i Database Administrators Oracle Database 11g for Experienced 9i Database Administrators 5 days Oracle Database 11g for Experienced 9i Database Administrators Course Overview The course will give experienced Oracle 9i database

More information

Course AZ-100T01-A: Manage Subscriptions and Resources

Course AZ-100T01-A: Manage Subscriptions and Resources Course AZ-100T01-A: Manage Subscriptions and Resources Module 1: Managing Azure Subscriptions In this module, you ll learn about the components that make up an Azure subscription and how management groups

More information

SQL Server 2014 Performance Tuning and Optimization

SQL Server 2014 Performance Tuning and Optimization SQL Server 2014 Performance Tuning and Optimization 55144B; 5 Days, Instructor-led Course Description This course is designed to give the right amount of Internals knowledge, and wealth of practical tuning

More information

DocAve 6 High Availability

DocAve 6 High Availability DocAve 6 High Availability User Guide Service Pack 8, Cumulative Update 1 Issued December 2016 1 Table of Contents What s New in This Guide...6 About DocAve High Availability...7 Submitting Documentation

More information

ORANET- Course Contents

ORANET- Course Contents ORANET- Course Contents 1. Oracle 11g SQL Fundamental-l 2. Oracle 11g Administration-l 3. Oracle 11g Administration-ll Oracle 11g Structure Query Language Fundamental-l (SQL) This Intro to SQL training

More information

DocAve 6 High Availability

DocAve 6 High Availability DocAve 6 High Availability User Guide Service Pack 10, Cumulative Update 1 Issued April 2018 The Enterprise-Class Management Platform for SharePoint Governance Table of Contents What s New in This Guide...

More information

Administering Microsoft SQL Server 2012 Databases

Administering Microsoft SQL Server 2012 Databases Administering Microsoft SQL Server 2012 Databases Course 10775A 5 Day Instructor-led, Hands on Course Information This five-day instructor-led course provides students with the knowledge and skills to

More information

Are AGs A Good Fit For Your Database? Doug Purnell

Are AGs A Good Fit For Your Database? Doug Purnell Are AGs A Good Fit For Your Database? Doug Purnell About Me DBA for Elon University Co-leader for WinstonSalem BI User Group All things Nikon Photography Bring on the BBQ! Goals Understand HA & DR Types

More information

SQL Server Myths and Misconceptions

SQL Server Myths and Misconceptions SQL Server Myths and Misconceptions Victor Isakov victor@sqlserversolutions.com.au Copyright by Victor Isakov Abstract As a DBA you have heard of plenty of myths and misconceptions about SQL Server. From

More information

Administering Microsoft SQL Server 2012 Databases

Administering Microsoft SQL Server 2012 Databases Course 10775A: Administering Microsoft SQL Server 2012 Databases Course Details Course Outline Module 1: Introduction to SQL Server 2012 and its Toolset This module introduces the entire SQL Server platform

More information

Administering Microsoft SQL 2012 Database

Administering Microsoft SQL 2012 Database Administering Microsoft SQL 2012 Database Number: 70-462 Passing Score: 700 Time Limit: 120 min File Version: 10 http://wwwgratisexamcom/ 70-462 Administering Microsoft SQL 2012 Database Exam from Yesusecom

More information

Azure Learning Circles

Azure Learning Circles Azure Learning Circles Azure Management Session 1: Logs, Diagnostics & Metrics Presented By: Shane Creamer shanec@microsoft.com Typical Customer Narratives Most customers know how to operate on-premises,

More information

55144-SQL Server 2014 Performance Tuning and Optimization

55144-SQL Server 2014 Performance Tuning and Optimization 55144-SQL Server 2014 Performance Tuning and Optimization Course Number: M55144 Category: Technical - Microsoft Duration: 5 day Overview This course is designed to give the right amount of Internals knowledge,

More information

Course Description. Audience. Prerequisites. At Course Completion. : Course 40074A : Microsoft SQL Server 2014 for Oracle DBAs

Course Description. Audience. Prerequisites. At Course Completion. : Course 40074A : Microsoft SQL Server 2014 for Oracle DBAs Module Title Duration : Course 40074A : Microsoft SQL Server 2014 for Oracle DBAs : 4 days Course Description This four-day instructor-led course provides students with the knowledge and skills to capitalize

More information

MS SQL Server DBA Training Course. Table of Contents

MS SQL Server DBA Training Course. Table of Contents Table of Contents Overview... 4 About DBA University, Inc.... 4 About Srini Ramineni MS SQL Server DBA Trainer and Founder of DBA University... 5 Pricing and Registration... 6 Recorded trainings (On demand

More information

High Availability- Disaster Recovery 101

High Availability- Disaster Recovery 101 High Availability- Disaster Recovery 101 DBA-100 Glenn Berry, Principal Consultant, SQLskills.com Glenn Berry Consultant/Trainer/Speaker/Author Principal Consultant, SQLskills.com Email: Glenn@SQLskills.com

More information

Amazon Web Services (AWS) Solutions Architect Intermediate Level Course Content

Amazon Web Services (AWS) Solutions Architect Intermediate Level Course Content Amazon Web Services (AWS) Solutions Architect Intermediate Level Course Content Introduction to Cloud Computing A Short history Client Server Computing Concepts Challenges with Distributed Computing Introduction

More information

Transition Your MCITP: Database Administrator 2008 or MCITP: Database Developer 2008 to MCSE: Data Platform (by Silence20)

Transition Your MCITP: Database Administrator 2008 or MCITP: Database Developer 2008 to MCSE: Data Platform (by Silence20) Transition Your MCITP: Database Administrator 2008 or MCITP: Database Developer 2008 to MCSE: Data Platform (by Silence20) Number: 70-459 Passing Score: 700 Time Limit: 180 min File Version: 1.0 http://www.gratisexam.com/

More information

Explore the Oracle 10g database architecture. Install software with the Oracle Universal Installer (OUI)

Explore the Oracle 10g database architecture. Install software with the Oracle Universal Installer (OUI) Oracle DBA (10g, 11g) Training Course Content Introduction (Database Architecture) Describe course objectives Explore the Oracle 10g database architecture Installing the Oracle Database Software Explain

More information

MOC 20417C: Upgrading Your Skills to MCSA Windows Server 2012

MOC 20417C: Upgrading Your Skills to MCSA Windows Server 2012 MOC 20417C: Upgrading Your Skills to MCSA Windows Server 2012 Course Overview This course provides students with the knowledge and skills to upgrade to MCSA Windows Server 2012. Course Introduction Course

More information

Exam Preparation Planning p. 11 Introduction p. 16 Developing a Security Strategy for Microsoft SQL Server 7 p. 17 SQL Server Authentication Methods

Exam Preparation Planning p. 11 Introduction p. 16 Developing a Security Strategy for Microsoft SQL Server 7 p. 17 SQL Server Authentication Methods Exam Preparation Planning p. 11 Introduction p. 16 Developing a Security Strategy for Microsoft SQL Server 7 p. 17 SQL Server Authentication Methods p. 18 Planning the Use of Windows NT Groups for Security

More information

Welcome to the. Migrating SQL Server Databases to Azure

Welcome to the. Migrating SQL Server Databases to Azure Welcome to the 1 Migrating SQL Server Databases to Azure Migrating SQL Server Databases to Azure Agenda Overview of SQL Server in Microsoft Azure Getting started with SQL Server in an Azure virtual machine

More information

#techsummitch

#techsummitch www.thomasmaurer.ch #techsummitch Justin Incarnato Justin Incarnato Microsoft Principal PM - Azure Stack Hyper-scale Hybrid Power of Azure in your datacenter Azure Stack Enterprise-proven On-premises

More information

AWS Administration. Suggested Pre-requisites Basic IT Knowledge

AWS Administration. Suggested Pre-requisites Basic IT Knowledge Course Description Amazon Web Services Administration (AWS Administration) course starts your Cloud Journey. If you are planning to learn Cloud Computing and Amazon Web Services in particular, then this

More information

We are ready to serve Latest IT Trends, Are you ready to learn? New Batches Info

We are ready to serve Latest IT Trends, Are you ready to learn? New Batches Info We are ready to serve Latest IT Trends, Are you ready to learn? New Batches Info START DATE : TIMINGS : DURATION : TYPE OF BATCH : FEE : FACULTY NAME : LAB TIMINGS : Storage & Database Services : Introduction

More information

Oracle Database 10g: New Features for Administrators Release 2

Oracle Database 10g: New Features for Administrators Release 2 Oracle University Contact Us: +27 (0)11 319-4111 Oracle Database 10g: New Features for Administrators Release 2 Duration: 5 Days What you will learn This course introduces students to the new features

More information

6232B: Implementing a Microsoft SQL Server 2008 R2 Database

6232B: Implementing a Microsoft SQL Server 2008 R2 Database 6232B: Implementing a Microsoft SQL Server 2008 R2 Database Course Overview This instructor-led course is intended for Microsoft SQL Server database developers who are responsible for implementing a database

More information