Acest curs de cinci zile, cu instructor acreditat, îți oferă cunoștințele și abilitățile de a administra infrastructura de baze de date Microsoft SQL Server.
Acest curs de cinci zile, cu instructor acreditat, îți oferă cunoștințele și abilitățile de a administra infrastructura de baze de date Microsoft SQL Server.
Agenda cursului Administrare Microsoft SQL Server:
Intermediar
cod curs SQL-1-3
Module 1: SQL Server Security
DESCRIERE MODUL
Protection of data within your Microsoft SQL Server databases is essential and requires a working knowledge of the issues and SQL Server security features. This module describes SQL Server security models, logins, users, partially contained databases, and cross-server authorization.
LECȚII
Authenticating Connections to SQL Server
Authorizing Logins to Connect to databases
Authorization Across Servers
Partially Contained Databases
LABORATOR
Authenticating Users
Create Logins
Create Database Users
Correct Application Login Issues
Configure Security for Restored Databases
Module 2: Assigning Server and Database Roles
DESCRIERE MODUL
Using roles simplifies the management of user permissions. With roles, you can control authenticated users’ access to system resources based on each user’s job function—rather than assigning permissions user-by-user, you can grant permissions to a role, then make users members of roles. Microsoft SQL Server includes support for security roles defined at server level and at database level.
LECȚII
Working with server roles
Working with Fixed Database Roles
Assigning User-Defined Database Roles
LABORATOR
Assigning server and database roles
Assigning Server Roles
Assigning Fixed Database Roles
Assigning User-Defined Database Roles
Verifying Security
Module 3: Authorizing Users to Access Resources
DESCRIERE MODUL
In the previous modules, you have seen how Microsoft SQL Server security is organized and how sets of permissions can be assigned at the server and database level by using fixed server roles, user-defined server roles, fixed database roles, and application roles. The final step in authorizing users to access SQL Server resources is the authorization of users and roles to access server and database objects. In this module, you will see how these object permissions are managed. In addition to access permissions on database objects, SQL Server provides the ability to determine which users are allowed to execute code, such as stored procedures and functions. In many cases, these permissions and the permissions on the database objects are best configured at the schema level rather than at the level of the individual object. Schema-based permission grants can simplify your security architecture. You will explore the granting of permissions at the schema level in the final lesson of this module.
LECȚII
Authorizing User Access to Objects
Authorizing Users to Execute Code
Configuring Permissions at the Schema Level
LABORATOR
Authorizing users to access resources
Granting, Denying, and Revoking Permissions on Objects
Granting EXECUTE Permissions on Code
Granting Permissions at the Schema Level
Module 4: Protecting Data with Encryption and Auditing
DESCRIERE MODUL
When configuring security for your Microsoft SQL Server systems, you should ensure that you meet any of your organization’s compliance requirements for data protection. Organizations often need to adhere to industry-specific compliance policies, which mandate auditing of all data access. To address this requirement, SQL Server provides a range of options for implementing auditing. Another common compliance requirement is the encryption of data to protect against unauthorized access in the event that access to the database files is compromised. SQL Server supports this requirement by providing transparent data encryption (TDE). To reduce the risk of information leakage by users with administrative access to a database, columns containing sensitive data—such as credit card numbers or national identity numbers—can be encrypted using the Always Encrypted feature. This module describes the available options for auditing in SQL Server, how to use and manage the SQL Server Audit feature, and how to implement encryption.
LECȚII
Options for auditing data access in SQL Server
Implementing SQL Server Audit
Managing SQL Server Audit
Protecting Data with Encryption
LABORATOR
Using Auditing and Encryption
Working with SQL Server Audit
Encrypt a Column as Always Encrypted
Encrypt a Database using TDE
Module 5: Recovery Models and Backup Strategies
DESCRIERE MODUL
One of the most important aspects of a database administrator’s role is ensuring that organizational data is reliably backed up so that, if a failure occurs, you can recover the data. Even though the computing industry has known about the need for reliable backup strategies for decades—and discussed this at great length—unfortunate stories regarding data loss are still commonplace. A further problem is that, even when the strategies in place work as they were designed, the outcomes still regularly fail to meet an organization’s operational requirements. In this module, you will consider how to create a strategy that is aligned with organizational needs, based on the available backup models, and the role of the transaction logs in maintaining database consistency.
LECȚII
Understanding Backup Strategies
SQL Server Transaction Logs
Planning Backup Strategies
LABORATOR
Understanding SQL Server recovery models
Plan a Backup Strategy
Configure Database Recovery Models
Module 6: Backing Up SQL Server Databases
DESCRIERE MODUL
In the previous module, you learned how to plan a backup strategy for a SQL Server system. You can now learn how to perform SQL Server backups, including full and differential database backups, transaction log backups, and partial backups. In this module, you will learn how to apply various backup strategies.
LECȚII
Backing Up Databases and Transaction Logs
Managing Database Backups
Advanced Database Options
LABORATOR
Backing Up Databases
Backing Up Databases
Performing Database, Differential, and Transaction Log Backups
Performing a Partial Backup
Module 7: Restoring SQL Server 2016 Databases
DESCRIERE MODUL
In the previous module, you learned how to create backups of Microsoft SQL Server 2016 databases. A backup strategy might involve many different types of backup, so it is essential that you can effectively restore them. You will often be restoring a database in an urgent situation. You must, however, ensure that you have a clear plan of how to proceed and successfully recover the database to the required state. A good plan and understanding of the restore process can help avoid making the situation worse. Some database restores are related to system failure. In these cases, you will want to return the system as close as possible to the state it was in before the failure. Some failures, though, are related to human error and you might wish to recover the system to a point before that error. The point-in-time recovery features of SQL Server 2016 can help you to achieve this. Because they are typically much larger, user databases are more likely to be affected by system failures than system databases. However, system databases can be affected by failures, and special care should be taken when recovering them. In particular, you need to understand how to recover each system database because you cannot use the same process for all system databases. In this module, you will see how to restore user and system databases and how to implement point-in-time recovery.
LECȚII
Understanding the Restore Process
Restoring Databases
Advanced Restore Scenarios
Point-in-Time Recovery
LABORATOR
Restoring SQL Server Databases
Restoring a Database Backup
Restring Database, Differential, and Transaction Log Backups
Performing a Piecemeal Restore
Module 8: Automating SQL Server Management
DESCRIERE MODUL
The tools provided by Microsoft SQL Server make administration easy when compared to some other database engines. However, even when tasks are easy to perform, it is common to have to repeat a task many times. Efficient database administrators learn to automate repetitive tasks. This can help to avoid situations where an administrator forgets to execute a task at the required time. Perhaps more importantly, the automation of tasks helps to ensure that they are performed consistently, each time they are executed. This module describes how to use SQL Server Agent to automate jobs, how to configure security contexts for jobs, and how to implement multiserver jobs.
LECȚII
Automating SQL Server management
Working with SQL Server Agent
Managing SQL Server Agent Jobs
Management
LABORATOR
Automating SQL Server Management
Create a SQL Server Agent Job
Test a Job
Schedule a Job
Configure Master and Target Servers
Module 9: Configuring Security for SQL Server Agent
DESCRIERE MODUL
Other modules in this course have demonstrated the need to minimize the permissions that are granted to users, following the principle of “least privilege.” This means that users have only the permissions that they need to perform their tasks. The same logic applies to the granting of permissions to SQL Server Agent. Although it is easy to execute all jobs in the context of the SQL Server Agent service account, and to configure that account as an administrative account, a poor security environment would result from doing this. It is important to understand how to create a minimal privilege security environment for jobs that run in SQL Server Agent.
LECȚII
Understanding SQL Server Agent Security
Configuring Credentials
Configuring Proxy Accounts
LABORATOR
Configuring Security for SQL Server Agent
Analyzing Problems in SQL Server Agent
Configuring a Credential
Configuring a Proxy Account
Configuring and testing the Security Context of a Job
Module 10: Monitoring SQL Server with Alerts and Notifications
DESCRIERE MODUL
One key aspect of managing Microsoft SQL Server in a proactive manner is to make sure you are aware of problems and events that occur in the server, as they happen. SQL Server logs a wealth of information about issues. You can configure it to advise you automatically when these issues occur, by using alerts and notifications. The most common way that SQL Server database administrators receive details of events of interest is by email message. This module covers the configuration of Database Mail, alerts, and notifications for a SQL Server instance, and the configuration of alerts for Microsoft Azure SQL Database.
LECȚII
Monitoring SQL Server Errors
Configuring Database Mail
Operators, Alerts, and Notifications
Alerts in Azure SQL Database
LABORATOR
Monitoring SQL Server with Alerts and Notifications
Configuring Database Mail
Configuring Operators
Configuring Alerts and Notifications
Testing Alerts and Notifications
Module 11: Introduction to Managing SQL Server by using PowerShell
DESCRIERE MODUL
This module looks at how to use Windows PowerShell with Microsoft SQL Server. Businesses are constantly having to increase the efficiency and reliability of maintaining their IT infrastructure; with PowerShell, you can improve this efficiency and reliability by creating scripts to carry out tasks. PowerShell scripts can be tested and applied multiple times to multiple servers, saving your organization both time and money.
LECȚII
Getting Started with Windows PowerShell
Configure SQL Server using PowerShell
Administer and Maintain SQL Server with PowerShell
Managing Azure SQL Databases using PowerShell
LABORATOR
Using PowerShell to Manage SQL Server
Getting Started with PowerShell
Using PowerShell to Change SQL Server settings
Module 12: Tracing Access to SQL Server with Extended events
DESCRIERE MODUL
Monitoring performance metrics provides a great way to assess the overall performance of a database solution. However, there are occasions when you need to perform more detailed analysis of the activity occurring within a Microsoft SQL Server instance—to troubleshoot problems and identify ways to optimize workload performance. SQL Server Extended Events is a flexible, lightweight event-handling system built into the Microsoft SQL Server Database Engine. This module focuses on the architectural concepts, troubleshooting strategies and usage scenarios of Extended Events.
LECȚII
Extended Events Core Concepts
Working with Extended Events
LABORATOR
Extended Events
Using the System_Health Extended Events Session
Tracking Page Splits Using Extended Events
Module 13: Monitoring SQL Server
DESCRIERE MODUL
The Microsoft SQL Server Database Engine can run for long periods without the need for administrative attention. However, if you regularly monitor the activity that occurs on the database server, you can deal with potential issues before they arise. SQL Server provides a number of tools that you can use to monitor current activity and record details of previous activity. You need to become familiar with what each of the tools does and how to use them. It is easy to become overwhelmed by the volume of output that monitoring tools can provide, so you also need to learn techniques for analyzing their output.
LECȚII
Monitoring activity
Capturing and Managing Performance Data
Analyzing Collected Performance Data
SQL Server Utility
LABORATOR
Monitoring SQL Server
Module 14: Troubleshooting SQL Server
DESCRIERE MODUL
Database administrators working with Microsoft SQL Server need to adopt the important role of troubleshooter when issues arise—particularly if users of business-critical applications that rely on SQL Server databases are being prevented from working. It is important to have a solid methodology for resolving issues in general, and to be familiar with the most common issues that can arise when working with SQL Server systems.
LECȚII
A Trouble Shooting Methodology for SQL Server
Resolving Service Related Issues
Resolving Connectivity and Log-in issues
LABORATOR
Troubleshooting Common Issues
Troubleshoot and Resolve a SQL Login Issue
Troubleshoot and Resolve a Service Issue
Troubleshoot and Resolve a Windows Login Issue
Troubleshoot and Resolve a Job Execution Issue
Troubleshoot and Resolve a Performance Issue
Module 15: Importing and Exporting Data
DESCRIERE MODUL
While a great deal of data residing in a Microsoft SQL Server system is entered directly by users who are running application programs, there is often a need to move data in other locations, to and from SQL Server. SQL Server provides a set of tools you can use to transfer data in and out. Some of these tools, such as the bcp (Bulk Copy Program) utility and SQL Server Integration Services, are external to the database engine. Other tools, such as the BULK INSERT statement and the OPENROWSET function, are implemented in the database engine. With SQL Server, you can also create data-tier applications that package all the tables, views, and instance objects associated with a user database into a single unit of deployment. In this module, you will explore these tools and techniques so that you can import and export data to and from SQL Server.
LECȚII
Transferring Data to and from SQL Server
Importing and Exporting Table Data
Using bcp and BULK INSERT to Import Data
Deploying and Upgrading Data-Tier Application
LABORATOR
Importing and Exporting Data
Import and Excel Data Using the Import Wizard
Import a Delimited Text File Using bcp
Import a Delimited Text File using BULK INSERT
Create and Test an SSIS Package to Extract Data
Deploy a Data-Tier Application
Modulul 1: Introducere în Excel
DESCRIERE MODUL
Acest modul își propune o prezentare generală a aplicației Excel în sine, a elementelor ce formează interfața acesteia și a câtorva operații general valabile.
LECȚII
Despre Microsoft Excel
Prezentare Interfață + Backstage View
Meniul File (New, Open, Save, Save As, Close, Options)
Despre versiuni Office
Modulul 2: Noțiuni de bază
DESCRIERE MODUL
În acest modul se prezintă noțiunile de bază pentru lucrul în Excel, cum ar fi: terminologia oficială a diferitelor obiecte, tipurile de date, diferențele între setările regionale și ce impact au acestea în lucrul cu Excel, utilizarea seriilor de date folosind binecunoscutul instrument Fill și o trecere în revistă a bunelor practici în organizarea corectă a datelor în tabele.
LECȚII
Terminologie
Tipuri de date (Numerice, Text, Date / Time, Logice)
Setările regionale Windows și legătura cu Excel
Seri de date folosind Fill
Bune practici în organizarea datelor (conceptul de "tabel curat")
Modulul 3: Comenzi și operațiie lementare
DESCRIERE MODUL
Acest modul pune accent pe folosirea combinațiilor de taste (shortcut-uri) pentru operații elementare cum ar fi: navigarea în foaia de calcul, selecții de celule din foaie și inserarea sau ștergerea coloanelor sau a rândurilor.
LECȚII
Deplasare rapidă în foaie
Selecții de celule
Comenzi de bază + shortcut-uri aferente
Operații cu coloane / rânduri
Modulul 4: Operații cu foile de calcul (Worksheets)
DESCRIERE MODUL
Modulul de față prezintă operațiile de bază pentru lucrul cu foi: inserarea de noi foi de calcul, ștergere, formatarea tab-urilor și redenumirea unei foi, operații de mutare și copiere în același registru de lucru sau în alte fișiere Excel și altele.
LECȚII
Inserare
Redenumire
Selecție foi multiple
Mutare sau copiere
Creare copie foaie folosind shortcut
Ascundere / Reafișare
Ștergere
Culoare tab foaie
Sari la o anumită foaie
Modulul 5: Formatarea celulelor (Format Cells)
DESCRIERE MODUL
Veți afla cum se poate schimba aspectul fizic (formatting) al celulelor pentru a crea o vizualizare prietenoasă, ușor de citit și intuitivă a datelor introduse. Se vor prezenta diverse formatări generale (modificarea fontului, aplicarea bordurilor de celulă, alinierea textului în celule, aplicarea culorilor de celulă sau font, etc), urmate de formatări specifice numerelor și datelor calendaristice, iar în final o scurtă previzualizare a instrumentului Formatare Conditionată.
LECȚII
Căsuța de dialog Format Cells conține orice tip de formatare
Formatări generale
Aliniere + Orientare
Borduri
Alte formatări simple
Formatarea numerelor
Number – opțiuni de formatare a numerelor (separator mii, zecimale,numere negative)
Currency – formatarea numerelor prin adăugarea simbolurilor valutare
Percentage – formatarea numerelor ca procent
Formatarea datelor calendaristice
Date – opțiuni de formatare a datelor (type, locale)
Formatarea ca dată vs. Setări regionale
Formatări personalizate de date
Introducere în Formatarea condiționată
Modulul 6: Sortarea și Filtrarea datelor
DESCRIERE MODUL
Unele dintre cele mai folosite operații în Excel sunt sortarea și filtrarea datelor unui tabel. Un lucru aproape sigur este faptul că aceste operații arhi-cunoscute fac parte din “meniul” de zi cu zi al oricărui utilizator Excel indiferent de nivel. Acest modul vine ca o completare a cunoștințelor deja dobândite prin practică și totodată prezintă noi informații cum ar fi: sfaturi pentru sortări corecte și rapide, sortări pe coloane multiple, filtrări personalizate, etc.
LECȚII
Despre sortarea corectă și sigură a datelor
AutoFilter – despre cel mai simplu și cunoscut mod de filtrare
Activare filtru
Reaplicare filtru
Eliminare filtru
Sortarea pe o singură coloană
Filtre personalizate – pe baza de condiții logice simple (Custom Filter)
Filtrare pentru TEXTE
Filtrare pentru DATE
Filtrare pentru NUMERE
Sortarea pe coloane multiple
Modulul 7: Formule și Funcții
DESCRIERE MODUL
În acest modul se explică noțiunile specifice formulelor cum ar fi: utilizarea operatorilor matematici și logici, adrese relative și absolute, etc. Se prezintă și câteva funcții de bază și felul în care acestea pot fi folosite în viața reală (lucrul de zi cu zi).
LECȚII
Formule
Scrierea unei formule simple
Utilizarea operatorilor matematici în formule
Utilizarea operatorilor de comparație în formule
Referințe de celule (Relative vs. Absolute)
Utilizarea în formulă a referințelor de celule din alte foi
Funcții
Scrierea unei funcții
Funcții de bază (SUM, COUNT, COUNTA, COUNTBLANK, MAX, MIN)
Funcții logice (IF)
Funcția TODAY
Modulul 8: Grafice
DESCRIERE MODUL
Graficele sunt un instrument de reprezentare vizuală a datelor disponibile într-o foaie. Se vor prezenta metode de creare a diferitelor tipuri de grafice, precum și formatarea și modificarea acestora.
LECȚII
Crearea, modificarea și formatarea graficelor
Adăugare de elemente noi pe grafic (Add Chart Elements)
Stiluri de grafice (Chart styles)
Filtrarea graficului (Chart filter)
Comutarea axelor (Switch row/column)
Schimbarea tipului de grafic (Change chart type)
Mutarea graficului (Move Chart)
Salvarea graficului ca șablon (Save as Template)
Formatarea graficului
Modulul 9: Instrumente de vizualizare/urmarire adatelor
DESCRIERE MODUL
Pentru o mai bună lizibilitate/urmarire a conținutului, în cazul lucrului cu mai multe foi (sheet-uri) sau fișiere (workbook-uri) avem la îndemână o serie de instrumente de vizualizare dedicate.
LECȚII
Înghețarea/Dezghețarea unor linii sau coloane (Freeze/Unfreeze)
Împărțirea ecranului în mai multe ferestre (Split)
Deschiderea unei ferestre secundare a fișierului de lucru (New Window)
Aranjarea foilor deschise
Modulul 10: Tipărirea conținutului unei foi de lucru
DESCRIERE MODUL
Tipărirea în Excel este o operație complexă care necesită multă atenție la detalii din partea utilizatorului. Cu toate acestea, recomandăm tipărirea datelor doar dacă este absolut necesar, din motive care țin de protejarea mediului înconjurător.
Leader-ii Comunității Dr.Excel îți spun "Bine ai venit!"!
Suntem Centrul de Instruire IT Learning și, împreuna cu Echipa Dr.Excel , singurii furnizori de cursuri Excel & BI & SQL din România ce avem implementata metoda unica Blended-Learning, care presupune acces post-instruire la peste 1.200 de lectii video și la suport nelimitat și gratuit din partea trainerilor nostri acreditați Microsoft.
Înscriere / Facturare /Plata / “Money back guarantee”
Persoană fizică
Dacă sunteți persoană fizică, sau grup de maxim 5 participanți din partea unei companii, vă puteți înscrie doar în clasele noastre deschise, anunțate pe site la pagina “Calendar Cursuri Open“.
Persoană juridică
peste 5 participanți, vom formula o ofertă personalizată cu discount de volum, exclusiv pentru compania dvs., conform specificațiilor primite telefonic, prin fax (0371.602.780) sau pe e-mail la adresa .
Ne iubesc peste 700 de companii client și mai bine de 50.000 de cursanți
Lucrăm și am lucrat cu companii importante, cu pretenții pe măsură.
Dar de fapt, lucrăm cu oamenii. Și deși expertiza noastră este una tehnică, ne pricepem la oameni cel puțin la fel de bine ca la suita Microsoft Office.
Contact
Durează 21 de secunde să completezi formularul și începem imediat să ne ocupăm de rezolvarea nevoii tale de instruire SQL.