SlideShare una empresa de Scribd logo
1 de 25
3. Microsoft Community BiH konferencija
NADZOR SQL-A
3. Microsoft Community BiH konferencija
3. Microsoft Community BiH konferencija
SADRŽAJ
• Nadzor SQL-a pomoću SCOM
managament packa
• Nadzor SQL –a preko CentralDB alata
• Performance Analyzer
3. Microsoft Community BiH konferencija
Nadzor SQL-a pomoću SCOM
MP-a
• Podrška za SQL u SCOM 2012 R2
• Osnove MS SQL Management Pack-a
• Inside MS SQL Management Pack
• MS SQL Management Pack (Demo)
3. Microsoft Community BiH konferencija
Podržane verzije SQL-a
Version 32 Bit SQL on a 32 Bit
OS
32 Bit SQL on a 64 Bit
OS
64 Bit SQL on a 64 Bit
OS
SQL Server 2005 Supported Supported Supported (SQL 2005 SP2
Only)
SQL Server 2008 Supported Supported Supported
SQL Server 2008 R2 Supported Supported Supported
SQL Server 2012 Supported Supported Supported
SQL Server 2014 No No Supported
3. Microsoft Community BiH konferencija
Verzije SCOM-a vs. verzije SQL-a
Versions SCOM 2007 R2 SCOM 2012 SCOM 2012 SP1 SCOM 2012 R2
SQL 2005 SP2 Supported Supported Supported Supported
SQL 2008 Supported Supported Supported Supported
SQL 2008 R2 Supported Supported Supported Supported
SQL 2012 Supported Supported Supported Supported
SQL 2012 SP1 Supported Supported Supported Supported
SQL 2014 Supported
(Except
Dashboards)
Supported Supported Supported
3. Microsoft Community BiH konferencija
Podrška za SQL edicije
• Data Center (SQL Server 2008 R2
onwards)
• Enterprise
• Developer
• Standard
• Express
3. Microsoft Community BiH konferencija
Security SQL 2005,2008 &
2008 R2
SQL RunAs Account Description
SQL Server Default Action
Account
The default SQL Server
Management Pack Action
Account for SQL Server 2005,
2008 and 2008 R2.
SQL Server Discovery Action
Account
This account is used for discovery
of SQL Server 2000, 2005, 2008
and 2008 R2
SQL Server Monitoring Account This account is used for
monitoring of SQL Server 2000,
2005, 2008 and 2008 R2
3. Microsoft Community BiH konferencija
Security SQL 2012
SQL RunAs Account Description
Microsoft SQL Server
2012 Analysis Services
Discovery
Microsoft SQL Server 2012
Analysis Services Discovery
Run As Profile
Microsoft SQL Server
2012 Analysis Services
Monitoring
Microsoft SQL Server 2012
Analysis Services Monitoring
Run As Profile
3. Microsoft Community BiH konferencija
Security SQL 2014
SQL RunAs Account
Microsoft SQL Server 2014 AlwaysOn Discovery Run As Profile
Microsoft SQL Server 2014 AlwaysOn Monitoring Run As Profile
Microsoft SQL Server 2014 Discovery Run As Profile
Microsoft SQL Server 2014 Integration Services Discovery Run As Profile
Microsoft SQL Server 2014 Integration Services Monitoring Run As Profile
Microsoft SQL Server 2014 Monitoring Run As Profile
Microsoft SQL Server 2014 Task Run As Profile
3. Microsoft Community BiH konferencija
SQL grupe u SCOM-u nastale
instalacijom SQL MP-a
• SQL 2005 Computers
• SQL 2005 DB Engine Group
• SQL 2005 Replication
Computers
• SQL 2008 Computers
• SQL 2008 DB Engine Group
• SQL 2008 Replication
Computers
• SQL 2008 Mirroring Group
• SQL 2008 R2 Computers
• SQL 2008 R2 DB Engine Group
• SQL 2008 R2 Replication
Computers
• SQL 2012 Computers
• SQL 2012 DB Engine Group
• SQL Computers
• SQL Instances
3. Microsoft Community BiH konferencija
Primjer distribuiranih
aplikacija
3. Microsoft Community BiH konferencija
Pokretanje task-ova iz SCOM
konzole
• Za pokretanje SQL Management Studio i SQL Profiler
task-ova , mora postojati instalacija SQL Server
Management Studia i SQL Server Profiler-a na svim
Operations Manager računalima gdje će task biti
pokrenut.
• U suprotnom "The system cannot find the file
specified.„
• **SQL Server Management Studio i SQL Server
Profiler nisu potrebni za discovery i monitoring.**
3. Microsoft Community BiH konferencija
SQL monitors & rules
• Collect DB Active Connections count
• Collect DB Active Requests count
• Collect DB Active Sessions count
• Collect DB Active Transactions count
• Collect DB Engine Thread count
• Thread Count monitor
• Transaction Log Free Space (%) monitor
• Transaction Log Free Space (%) collection
• Collect DB Engine CPU Utilization (%)
• CPU Utilization (%) monitor for DB engine
• Buffer Cache Hit Ratio monitor
• Collect DB Engine Page Life Expectancy (s)
• Page Life Expectancy monitor
• Collect DB Disk Read Latency (ms)
• Collect DB Disk Write Latency (ms)
• Disk Read Latency monitor
• Disk Write Latency monitor
• Collect DB Transactions per second count
• Collect DB Engine Average Wait Time (ms)
• Average Wait Time monitor
• Collect DB Engine Stolen Server Memory (MB)
• Stolen Server Memory monitor
• Collect DB Allocated Free Space (MB)
• Collect DB Used Space (MB)
• Collect DB Disk Free Space (MB)
• SQL Re-Compilation monitor
3. Microsoft Community BiH konferencija
Performance counters
CPU
Memory
Storage
Buffer pool
SQL workload
Database counters
Locking
3. Microsoft Community BiH konferencija
SQL Dashboard
3. Microsoft Community BiH konferencija
Dashboard Tiles
3. Microsoft Community BiH konferencija
What does out-of-the-box
SQL management pack
provide?
• Discover SQL Server 2005, 2008, 2008 R2,
and SQL Server 2012
• Monitors SQL Server components such as
database engine instances, databases, and
SQL Server Agents
• Integrate the monitoring of SQL Server
components into your service-oriented
monitoring scenarios
• Dashboard views, diagram views, and
extensive knowledge with embedded inline
tasks, and views that enable near real-time
diagnosis and resolution of detected issues
3. Microsoft Community BiH konferencija
SQL monitoring Reporting
3. Microsoft Community BiH konferencija
Custom Dashboard
How can users customize
their dashboard?
• By using Operations Manager default
dashboard view, users can create grid view
for monitored components
• Users can have many views as they want for
different needs
3. Microsoft Community BiH konferencija
SLA & Custom Dashboards
3. Microsoft Community BiH konferencija
Central DB
• Besplatan ! (www.crazydba.com)
• Koristi Powershell & SSRS
• Sve skripte možete mjenjati po volji i unaprijediti
alat ukoliko želite
• Zahtjeva jednu bazu u koju se čuvaju podaci o
bazama i performance zadnjih godinu dana
• Šalje mail putem SMTP-a ukoliko ne radi SQL ping
• Posjeduje 25 predefiniranih Reporta
3. Microsoft Community BiH konferencija
Central DB konfiguracija
USE [CentralDB]
GO
INSERT INTO
[Svr].[ServerList]
([ServerName]
,[InstanceName]
,[Environment]
,[Inventory]
,[Baseline]
,[Description]
,[BusinessOwner]
,[SQLPing]
,[PingSnooze]
,[MaintStart]
,[MaintEnd])
GO
VALUES
('Your ServerName'
,'Your InstanceName' --For Named instance it's "ServerNameInstanceName"
and for Default, it's "ServerName".
,'Prod' --Choose either of these ProdStageQADev-
Constrained to 5 chars for Reporting purpose.
,'True' --If you provide True, it collects Inventory data.The
Inventory job which collets this data runs once a day.
,'False' --same as above, It's better to collect baseline for
critical servers because it collects data every 5 mins.
,'Description of Server'
,'Buisness Owner
,'True' -- Choose True if you want to ping the server to see if it's up and able to
connect to SQL DB Engine.
,NULL --You can set this value to a particular time to snooze the SQLPing not to
alert until then.
,NULL -- You can set this value when you want to schedule a maintenance on a
server and keep off the SQLPing from alerting. It holds the value of Maintenance start
DateTime.
,NULL )-- You can set this value when you want to schedule a maintenance on a
server and keep off the SQLPing from alerting. It holds the value of Maintenance End
Datetime.
3. Microsoft Community BiH konferencija
Reporti
3. Microsoft Community BiH konferencija
Performance Analyzer
• https://sqlperfmonanalyzer.codeplex.com/
• A graphical display of relogged perfmon files
• Dashboard view in Excel
•DEMO

Más contenido relacionado

La actualidad más candente

[JSS2015] AlwaysOn 2016
[JSS2015] AlwaysOn 2016[JSS2015] AlwaysOn 2016
[JSS2015] AlwaysOn 2016GUSS
 
Tech Ed North America 2014 - Java on Azure
Tech Ed North America 2014 - Java on AzureTech Ed North America 2014 - Java on Azure
Tech Ed North America 2014 - Java on AzureBrian Benz
 
KoprowskiT - SQLBITS X - 2am a disaster just began
KoprowskiT - SQLBITS X - 2am a disaster just beganKoprowskiT - SQLBITS X - 2am a disaster just began
KoprowskiT - SQLBITS X - 2am a disaster just beganTobias Koprowski
 
Mongo db world 2014 nyc mongodb on azure - tips tricks and examples
Mongo db world 2014 nyc   mongodb on azure - tips tricks and examplesMongo db world 2014 nyc   mongodb on azure - tips tricks and examples
Mongo db world 2014 nyc mongodb on azure - tips tricks and examplesBrian Benz
 
MySQL Performance Tuning. Part 1: MySQL Configuration (includes MySQL 5.7)
MySQL Performance Tuning. Part 1: MySQL Configuration (includes MySQL 5.7)MySQL Performance Tuning. Part 1: MySQL Configuration (includes MySQL 5.7)
MySQL Performance Tuning. Part 1: MySQL Configuration (includes MySQL 5.7)Aurimas Mikalauskas
 
All about Kerberos In Microsoft BI
All about Kerberos In Microsoft BIAll about Kerberos In Microsoft BI
All about Kerberos In Microsoft BIPARIKSHIT SAVJANI
 
SQL Server Lecture 1
SQL Server Lecture 1SQL Server Lecture 1
SQL Server Lecture 1Hazem Torab
 
My sql performance tuning course
My sql performance tuning courseMy sql performance tuning course
My sql performance tuning courseAlberto Centanni
 
Liquibase – a time machine for your data
Liquibase – a time machine for your dataLiquibase – a time machine for your data
Liquibase – a time machine for your dataNeev Technologies
 
Always on in sql server 2017
Always on in sql server 2017Always on in sql server 2017
Always on in sql server 2017Gianluca Hotz
 
SQL Server Modernization
SQL Server ModernizationSQL Server Modernization
SQL Server ModernizationGianluca Hotz
 
Big App Workloads on Microsoft Azure - TechEd Europe 2014
Big App Workloads on Microsoft Azure - TechEd Europe 2014Big App Workloads on Microsoft Azure - TechEd Europe 2014
Big App Workloads on Microsoft Azure - TechEd Europe 2014Brian Benz
 
KoprowskiT_SQLRelay2014#8_Birmingham_FromPlanToBackupToCloud
KoprowskiT_SQLRelay2014#8_Birmingham_FromPlanToBackupToCloudKoprowskiT_SQLRelay2014#8_Birmingham_FromPlanToBackupToCloud
KoprowskiT_SQLRelay2014#8_Birmingham_FromPlanToBackupToCloudTobias Koprowski
 
Amazon Aurora로 안전하게 migration 하기
Amazon Aurora로 안전하게 migration 하기Amazon Aurora로 안전하게 migration 하기
Amazon Aurora로 안전하게 migration 하기Jesang Yoon
 
Tech ED 2014 Running Oracle Databases and Application Servers on Azurev1
Tech ED 2014   Running Oracle Databases and Application Servers on Azurev1Tech ED 2014   Running Oracle Databases and Application Servers on Azurev1
Tech ED 2014 Running Oracle Databases and Application Servers on Azurev1Brian Benz
 
KoprowskiT_SQLRelay2014#1_Reading_FromPlanToBackupToCloud
KoprowskiT_SQLRelay2014#1_Reading_FromPlanToBackupToCloudKoprowskiT_SQLRelay2014#1_Reading_FromPlanToBackupToCloud
KoprowskiT_SQLRelay2014#1_Reading_FromPlanToBackupToCloudTobias Koprowski
 
Novedades SQL Server 2014
Novedades SQL Server 2014Novedades SQL Server 2014
Novedades SQL Server 2014netmind
 
Sql server 2012 AlwaysOn
Sql server 2012 AlwaysOnSql server 2012 AlwaysOn
Sql server 2012 AlwaysOnWarwick Rudd
 
Enter The Dragon - SQL 2014 on Server Core - SQLSaturday #341 Porto Edition
Enter The Dragon - SQL 2014 on Server Core - SQLSaturday #341 Porto EditionEnter The Dragon - SQL 2014 on Server Core - SQLSaturday #341 Porto Edition
Enter The Dragon - SQL 2014 on Server Core - SQLSaturday #341 Porto EditionMark Broadbent
 

La actualidad más candente (20)

[JSS2015] AlwaysOn 2016
[JSS2015] AlwaysOn 2016[JSS2015] AlwaysOn 2016
[JSS2015] AlwaysOn 2016
 
Tech Ed North America 2014 - Java on Azure
Tech Ed North America 2014 - Java on AzureTech Ed North America 2014 - Java on Azure
Tech Ed North America 2014 - Java on Azure
 
KoprowskiT - SQLBITS X - 2am a disaster just began
KoprowskiT - SQLBITS X - 2am a disaster just beganKoprowskiT - SQLBITS X - 2am a disaster just began
KoprowskiT - SQLBITS X - 2am a disaster just began
 
Mongo db world 2014 nyc mongodb on azure - tips tricks and examples
Mongo db world 2014 nyc   mongodb on azure - tips tricks and examplesMongo db world 2014 nyc   mongodb on azure - tips tricks and examples
Mongo db world 2014 nyc mongodb on azure - tips tricks and examples
 
MySQL Performance Tuning. Part 1: MySQL Configuration (includes MySQL 5.7)
MySQL Performance Tuning. Part 1: MySQL Configuration (includes MySQL 5.7)MySQL Performance Tuning. Part 1: MySQL Configuration (includes MySQL 5.7)
MySQL Performance Tuning. Part 1: MySQL Configuration (includes MySQL 5.7)
 
All about Kerberos In Microsoft BI
All about Kerberos In Microsoft BIAll about Kerberos In Microsoft BI
All about Kerberos In Microsoft BI
 
SQL Server Lecture 1
SQL Server Lecture 1SQL Server Lecture 1
SQL Server Lecture 1
 
My sql performance tuning course
My sql performance tuning courseMy sql performance tuning course
My sql performance tuning course
 
Liquibase – a time machine for your data
Liquibase – a time machine for your dataLiquibase – a time machine for your data
Liquibase – a time machine for your data
 
Always on in sql server 2017
Always on in sql server 2017Always on in sql server 2017
Always on in sql server 2017
 
SQL Server Modernization
SQL Server ModernizationSQL Server Modernization
SQL Server Modernization
 
Big App Workloads on Microsoft Azure - TechEd Europe 2014
Big App Workloads on Microsoft Azure - TechEd Europe 2014Big App Workloads on Microsoft Azure - TechEd Europe 2014
Big App Workloads on Microsoft Azure - TechEd Europe 2014
 
KoprowskiT_SQLRelay2014#8_Birmingham_FromPlanToBackupToCloud
KoprowskiT_SQLRelay2014#8_Birmingham_FromPlanToBackupToCloudKoprowskiT_SQLRelay2014#8_Birmingham_FromPlanToBackupToCloud
KoprowskiT_SQLRelay2014#8_Birmingham_FromPlanToBackupToCloud
 
MySQL Tuning
MySQL TuningMySQL Tuning
MySQL Tuning
 
Amazon Aurora로 안전하게 migration 하기
Amazon Aurora로 안전하게 migration 하기Amazon Aurora로 안전하게 migration 하기
Amazon Aurora로 안전하게 migration 하기
 
Tech ED 2014 Running Oracle Databases and Application Servers on Azurev1
Tech ED 2014   Running Oracle Databases and Application Servers on Azurev1Tech ED 2014   Running Oracle Databases and Application Servers on Azurev1
Tech ED 2014 Running Oracle Databases and Application Servers on Azurev1
 
KoprowskiT_SQLRelay2014#1_Reading_FromPlanToBackupToCloud
KoprowskiT_SQLRelay2014#1_Reading_FromPlanToBackupToCloudKoprowskiT_SQLRelay2014#1_Reading_FromPlanToBackupToCloud
KoprowskiT_SQLRelay2014#1_Reading_FromPlanToBackupToCloud
 
Novedades SQL Server 2014
Novedades SQL Server 2014Novedades SQL Server 2014
Novedades SQL Server 2014
 
Sql server 2012 AlwaysOn
Sql server 2012 AlwaysOnSql server 2012 AlwaysOn
Sql server 2012 AlwaysOn
 
Enter The Dragon - SQL 2014 on Server Core - SQLSaturday #341 Porto Edition
Enter The Dragon - SQL 2014 on Server Core - SQLSaturday #341 Porto EditionEnter The Dragon - SQL 2014 on Server Core - SQLSaturday #341 Porto Edition
Enter The Dragon - SQL 2014 on Server Core - SQLSaturday #341 Porto Edition
 

Similar a Nadzor sql a

Enter the Dragon - SQL 2014 on Server Core PASS Summit 2014 Edition
Enter the Dragon -  SQL 2014 on Server Core PASS Summit 2014 EditionEnter the Dragon -  SQL 2014 on Server Core PASS Summit 2014 Edition
Enter the Dragon - SQL 2014 on Server Core PASS Summit 2014 EditionMark Broadbent
 
Session 2: SQL Server 2012 with Christian Malbeuf
Session 2: SQL Server 2012 with Christian MalbeufSession 2: SQL Server 2012 with Christian Malbeuf
Session 2: SQL Server 2012 with Christian MalbeufCTE Solutions Inc.
 
Sql training
Sql trainingSql training
Sql trainingpremrings
 
Andrewfraserdba.com training sql_training
Andrewfraserdba.com training sql_trainingAndrewfraserdba.com training sql_training
Andrewfraserdba.com training sql_trainingmark jerald Canal
 
World2016_T5_S5_SQLServerFunctionalOverview
World2016_T5_S5_SQLServerFunctionalOverviewWorld2016_T5_S5_SQLServerFunctionalOverview
World2016_T5_S5_SQLServerFunctionalOverviewFarah Omer
 
Sql dba 2008 r2 online training
Sql dba 2008 r2 online trainingSql dba 2008 r2 online training
Sql dba 2008 r2 online trainingsssql
 
Trainmesfottech - Sql Server DBA Training Course Content
Trainmesfottech - Sql Server DBA Training Course ContentTrainmesfottech - Sql Server DBA Training Course Content
Trainmesfottech - Sql Server DBA Training Course ContentTrainmesofttech
 
6232 b 01
6232 b 016232 b 01
6232 b 01stamal
 
PLSSUG - Troubleshoot SQL Server performance problems like a Microsoft Engineer
PLSSUG - Troubleshoot SQL Server performance problems like a Microsoft EngineerPLSSUG - Troubleshoot SQL Server performance problems like a Microsoft Engineer
PLSSUG - Troubleshoot SQL Server performance problems like a Microsoft EngineerMarek Maśko
 
SQL Start! 2019 - Ancona - Distribuisci ed amministra le tue istanze SQL Serv...
SQL Start! 2019 - Ancona - Distribuisci ed amministra le tue istanze SQL Serv...SQL Start! 2019 - Ancona - Distribuisci ed amministra le tue istanze SQL Serv...
SQL Start! 2019 - Ancona - Distribuisci ed amministra le tue istanze SQL Serv...Marco Obinu
 
How SQL Server 2016 SP1 Changes the Game
How SQL Server 2016 SP1 Changes the GameHow SQL Server 2016 SP1 Changes the Game
How SQL Server 2016 SP1 Changes the GamePARIKSHIT SAVJANI
 
Professional sql server dba online training
Professional sql server dba online trainingProfessional sql server dba online training
Professional sql server dba online trainingsssql
 
Sql server 2012 dba online training
Sql server 2012 dba online trainingSql server 2012 dba online training
Sql server 2012 dba online trainingsqlmasters
 
Practical SharePoint 2013 Development Environment
Practical SharePoint 2013  Development EnvironmentPractical SharePoint 2013  Development Environment
Practical SharePoint 2013 Development EnvironmentNetwoven Inc.
 
Sergiy Lunyakin "Cloud BI with Azure Analysis Services"
Sergiy Lunyakin "Cloud BI with Azure Analysis Services"Sergiy Lunyakin "Cloud BI with Azure Analysis Services"
Sergiy Lunyakin "Cloud BI with Azure Analysis Services"DataConf
 
SQL Server 2019 CTP2.4
SQL Server 2019 CTP2.4SQL Server 2019 CTP2.4
SQL Server 2019 CTP2.4Gianluca Hotz
 
Tech-Spark: SQL Server on Linux
Tech-Spark: SQL Server on LinuxTech-Spark: SQL Server on Linux
Tech-Spark: SQL Server on LinuxRalph Attard
 
SharePoint 2013 Performance Analysis - Robi Vončina
SharePoint 2013 Performance Analysis - Robi VončinaSharePoint 2013 Performance Analysis - Robi Vončina
SharePoint 2013 Performance Analysis - Robi VončinaSPC Adriatics
 
Megha_Osi my sql productroadmap
Megha_Osi my sql productroadmapMegha_Osi my sql productroadmap
Megha_Osi my sql productroadmapOpenSourceIndia
 

Similar a Nadzor sql a (20)

Enter the Dragon - SQL 2014 on Server Core PASS Summit 2014 Edition
Enter the Dragon -  SQL 2014 on Server Core PASS Summit 2014 EditionEnter the Dragon -  SQL 2014 on Server Core PASS Summit 2014 Edition
Enter the Dragon - SQL 2014 on Server Core PASS Summit 2014 Edition
 
Session 2: SQL Server 2012 with Christian Malbeuf
Session 2: SQL Server 2012 with Christian MalbeufSession 2: SQL Server 2012 with Christian Malbeuf
Session 2: SQL Server 2012 with Christian Malbeuf
 
Sql training
Sql trainingSql training
Sql training
 
Andrewfraserdba.com training sql_training
Andrewfraserdba.com training sql_trainingAndrewfraserdba.com training sql_training
Andrewfraserdba.com training sql_training
 
World2016_T5_S5_SQLServerFunctionalOverview
World2016_T5_S5_SQLServerFunctionalOverviewWorld2016_T5_S5_SQLServerFunctionalOverview
World2016_T5_S5_SQLServerFunctionalOverview
 
Sql dba 2008 r2 online training
Sql dba 2008 r2 online trainingSql dba 2008 r2 online training
Sql dba 2008 r2 online training
 
Trainmesfottech - Sql Server DBA Training Course Content
Trainmesfottech - Sql Server DBA Training Course ContentTrainmesfottech - Sql Server DBA Training Course Content
Trainmesfottech - Sql Server DBA Training Course Content
 
6232 b 01
6232 b 016232 b 01
6232 b 01
 
PLSSUG - Troubleshoot SQL Server performance problems like a Microsoft Engineer
PLSSUG - Troubleshoot SQL Server performance problems like a Microsoft EngineerPLSSUG - Troubleshoot SQL Server performance problems like a Microsoft Engineer
PLSSUG - Troubleshoot SQL Server performance problems like a Microsoft Engineer
 
SQL Start! 2019 - Ancona - Distribuisci ed amministra le tue istanze SQL Serv...
SQL Start! 2019 - Ancona - Distribuisci ed amministra le tue istanze SQL Serv...SQL Start! 2019 - Ancona - Distribuisci ed amministra le tue istanze SQL Serv...
SQL Start! 2019 - Ancona - Distribuisci ed amministra le tue istanze SQL Serv...
 
How SQL Server 2016 SP1 Changes the Game
How SQL Server 2016 SP1 Changes the GameHow SQL Server 2016 SP1 Changes the Game
How SQL Server 2016 SP1 Changes the Game
 
A to z for sql azure databases
A to z for sql azure databasesA to z for sql azure databases
A to z for sql azure databases
 
Professional sql server dba online training
Professional sql server dba online trainingProfessional sql server dba online training
Professional sql server dba online training
 
Sql server 2012 dba online training
Sql server 2012 dba online trainingSql server 2012 dba online training
Sql server 2012 dba online training
 
Practical SharePoint 2013 Development Environment
Practical SharePoint 2013  Development EnvironmentPractical SharePoint 2013  Development Environment
Practical SharePoint 2013 Development Environment
 
Sergiy Lunyakin "Cloud BI with Azure Analysis Services"
Sergiy Lunyakin "Cloud BI with Azure Analysis Services"Sergiy Lunyakin "Cloud BI with Azure Analysis Services"
Sergiy Lunyakin "Cloud BI with Azure Analysis Services"
 
SQL Server 2019 CTP2.4
SQL Server 2019 CTP2.4SQL Server 2019 CTP2.4
SQL Server 2019 CTP2.4
 
Tech-Spark: SQL Server on Linux
Tech-Spark: SQL Server on LinuxTech-Spark: SQL Server on Linux
Tech-Spark: SQL Server on Linux
 
SharePoint 2013 Performance Analysis - Robi Vončina
SharePoint 2013 Performance Analysis - Robi VončinaSharePoint 2013 Performance Analysis - Robi Vončina
SharePoint 2013 Performance Analysis - Robi Vončina
 
Megha_Osi my sql productroadmap
Megha_Osi my sql productroadmapMegha_Osi my sql productroadmap
Megha_Osi my sql productroadmap
 

Último

Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DaySri Ambati
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 

Último (20)

Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 

Nadzor sql a

  • 1. 3. Microsoft Community BiH konferencija NADZOR SQL-A
  • 2. 3. Microsoft Community BiH konferencija
  • 3. 3. Microsoft Community BiH konferencija SADRŽAJ • Nadzor SQL-a pomoću SCOM managament packa • Nadzor SQL –a preko CentralDB alata • Performance Analyzer
  • 4. 3. Microsoft Community BiH konferencija Nadzor SQL-a pomoću SCOM MP-a • Podrška za SQL u SCOM 2012 R2 • Osnove MS SQL Management Pack-a • Inside MS SQL Management Pack • MS SQL Management Pack (Demo)
  • 5. 3. Microsoft Community BiH konferencija Podržane verzije SQL-a Version 32 Bit SQL on a 32 Bit OS 32 Bit SQL on a 64 Bit OS 64 Bit SQL on a 64 Bit OS SQL Server 2005 Supported Supported Supported (SQL 2005 SP2 Only) SQL Server 2008 Supported Supported Supported SQL Server 2008 R2 Supported Supported Supported SQL Server 2012 Supported Supported Supported SQL Server 2014 No No Supported
  • 6. 3. Microsoft Community BiH konferencija Verzije SCOM-a vs. verzije SQL-a Versions SCOM 2007 R2 SCOM 2012 SCOM 2012 SP1 SCOM 2012 R2 SQL 2005 SP2 Supported Supported Supported Supported SQL 2008 Supported Supported Supported Supported SQL 2008 R2 Supported Supported Supported Supported SQL 2012 Supported Supported Supported Supported SQL 2012 SP1 Supported Supported Supported Supported SQL 2014 Supported (Except Dashboards) Supported Supported Supported
  • 7. 3. Microsoft Community BiH konferencija Podrška za SQL edicije • Data Center (SQL Server 2008 R2 onwards) • Enterprise • Developer • Standard • Express
  • 8. 3. Microsoft Community BiH konferencija Security SQL 2005,2008 & 2008 R2 SQL RunAs Account Description SQL Server Default Action Account The default SQL Server Management Pack Action Account for SQL Server 2005, 2008 and 2008 R2. SQL Server Discovery Action Account This account is used for discovery of SQL Server 2000, 2005, 2008 and 2008 R2 SQL Server Monitoring Account This account is used for monitoring of SQL Server 2000, 2005, 2008 and 2008 R2
  • 9. 3. Microsoft Community BiH konferencija Security SQL 2012 SQL RunAs Account Description Microsoft SQL Server 2012 Analysis Services Discovery Microsoft SQL Server 2012 Analysis Services Discovery Run As Profile Microsoft SQL Server 2012 Analysis Services Monitoring Microsoft SQL Server 2012 Analysis Services Monitoring Run As Profile
  • 10. 3. Microsoft Community BiH konferencija Security SQL 2014 SQL RunAs Account Microsoft SQL Server 2014 AlwaysOn Discovery Run As Profile Microsoft SQL Server 2014 AlwaysOn Monitoring Run As Profile Microsoft SQL Server 2014 Discovery Run As Profile Microsoft SQL Server 2014 Integration Services Discovery Run As Profile Microsoft SQL Server 2014 Integration Services Monitoring Run As Profile Microsoft SQL Server 2014 Monitoring Run As Profile Microsoft SQL Server 2014 Task Run As Profile
  • 11. 3. Microsoft Community BiH konferencija SQL grupe u SCOM-u nastale instalacijom SQL MP-a • SQL 2005 Computers • SQL 2005 DB Engine Group • SQL 2005 Replication Computers • SQL 2008 Computers • SQL 2008 DB Engine Group • SQL 2008 Replication Computers • SQL 2008 Mirroring Group • SQL 2008 R2 Computers • SQL 2008 R2 DB Engine Group • SQL 2008 R2 Replication Computers • SQL 2012 Computers • SQL 2012 DB Engine Group • SQL Computers • SQL Instances
  • 12. 3. Microsoft Community BiH konferencija Primjer distribuiranih aplikacija
  • 13. 3. Microsoft Community BiH konferencija Pokretanje task-ova iz SCOM konzole • Za pokretanje SQL Management Studio i SQL Profiler task-ova , mora postojati instalacija SQL Server Management Studia i SQL Server Profiler-a na svim Operations Manager računalima gdje će task biti pokrenut. • U suprotnom "The system cannot find the file specified.„ • **SQL Server Management Studio i SQL Server Profiler nisu potrebni za discovery i monitoring.**
  • 14. 3. Microsoft Community BiH konferencija SQL monitors & rules • Collect DB Active Connections count • Collect DB Active Requests count • Collect DB Active Sessions count • Collect DB Active Transactions count • Collect DB Engine Thread count • Thread Count monitor • Transaction Log Free Space (%) monitor • Transaction Log Free Space (%) collection • Collect DB Engine CPU Utilization (%) • CPU Utilization (%) monitor for DB engine • Buffer Cache Hit Ratio monitor • Collect DB Engine Page Life Expectancy (s) • Page Life Expectancy monitor • Collect DB Disk Read Latency (ms) • Collect DB Disk Write Latency (ms) • Disk Read Latency monitor • Disk Write Latency monitor • Collect DB Transactions per second count • Collect DB Engine Average Wait Time (ms) • Average Wait Time monitor • Collect DB Engine Stolen Server Memory (MB) • Stolen Server Memory monitor • Collect DB Allocated Free Space (MB) • Collect DB Used Space (MB) • Collect DB Disk Free Space (MB) • SQL Re-Compilation monitor
  • 15. 3. Microsoft Community BiH konferencija Performance counters CPU Memory Storage Buffer pool SQL workload Database counters Locking
  • 16. 3. Microsoft Community BiH konferencija SQL Dashboard
  • 17. 3. Microsoft Community BiH konferencija Dashboard Tiles
  • 18. 3. Microsoft Community BiH konferencija What does out-of-the-box SQL management pack provide? • Discover SQL Server 2005, 2008, 2008 R2, and SQL Server 2012 • Monitors SQL Server components such as database engine instances, databases, and SQL Server Agents • Integrate the monitoring of SQL Server components into your service-oriented monitoring scenarios • Dashboard views, diagram views, and extensive knowledge with embedded inline tasks, and views that enable near real-time diagnosis and resolution of detected issues
  • 19. 3. Microsoft Community BiH konferencija SQL monitoring Reporting
  • 20. 3. Microsoft Community BiH konferencija Custom Dashboard How can users customize their dashboard? • By using Operations Manager default dashboard view, users can create grid view for monitored components • Users can have many views as they want for different needs
  • 21. 3. Microsoft Community BiH konferencija SLA & Custom Dashboards
  • 22. 3. Microsoft Community BiH konferencija Central DB • Besplatan ! (www.crazydba.com) • Koristi Powershell & SSRS • Sve skripte možete mjenjati po volji i unaprijediti alat ukoliko želite • Zahtjeva jednu bazu u koju se čuvaju podaci o bazama i performance zadnjih godinu dana • Šalje mail putem SMTP-a ukoliko ne radi SQL ping • Posjeduje 25 predefiniranih Reporta
  • 23. 3. Microsoft Community BiH konferencija Central DB konfiguracija USE [CentralDB] GO INSERT INTO [Svr].[ServerList] ([ServerName] ,[InstanceName] ,[Environment] ,[Inventory] ,[Baseline] ,[Description] ,[BusinessOwner] ,[SQLPing] ,[PingSnooze] ,[MaintStart] ,[MaintEnd]) GO VALUES ('Your ServerName' ,'Your InstanceName' --For Named instance it's "ServerNameInstanceName" and for Default, it's "ServerName". ,'Prod' --Choose either of these ProdStageQADev- Constrained to 5 chars for Reporting purpose. ,'True' --If you provide True, it collects Inventory data.The Inventory job which collets this data runs once a day. ,'False' --same as above, It's better to collect baseline for critical servers because it collects data every 5 mins. ,'Description of Server' ,'Buisness Owner ,'True' -- Choose True if you want to ping the server to see if it's up and able to connect to SQL DB Engine. ,NULL --You can set this value to a particular time to snooze the SQLPing not to alert until then. ,NULL -- You can set this value when you want to schedule a maintenance on a server and keep off the SQLPing from alerting. It holds the value of Maintenance start DateTime. ,NULL )-- You can set this value when you want to schedule a maintenance on a server and keep off the SQLPing from alerting. It holds the value of Maintenance End Datetime.
  • 24. 3. Microsoft Community BiH konferencija Reporti
  • 25. 3. Microsoft Community BiH konferencija Performance Analyzer • https://sqlperfmonanalyzer.codeplex.com/ • A graphical display of relogged perfmon files • Dashboard view in Excel •DEMO