SlideShare ist ein Scribd-Unternehmen logo
1 von 19
Downloaden Sie, um offline zu lesen
Pandora FMS
Administrator Manual
Monitoring in SQL Server
Administrator Manual Monitoring in SQL Server 
© Artica Soluciones Tecnológicas 2005­2012
Index
1Changelog...........................................................................................................................................3
2Introduction........................................................................................................................................4
3Requirements .....................................................................................................................................5
4Compatibility Matrix..........................................................................................................................6
5Software Agent Modules generates classification .............................................................................7
5.1.Status verification in SQL Server..............................................................................................7
5.2.Verification of Performance Counters.......................................................................................8
6Installing ..........................................................................................................................................14
7Monitoring........................................................................................................................................15
7.1.Monitoring Via Powershell.....................................................................................................15
7.2.SQL Instances Monitoring.......................................................................................................18
1 CHANGELOG
Date Author Change Version
02/08/12 Tomas First Version v1r1
Page 3
2 INTRODUCTION
This document has as main objective the description of the massive monitoring of performance 
counters in Windows environments with an integrated SQL service.
To extract the information, it uses:
• Powershell 2.0 Console (installed by default in Windows Server 2008 R2,  and Windows 7. 
Available from Windows XP SP2 forward)
• An “open” interface (Pandora's as extension of the administration section) to specify free 
SQL queries.
• The system, that is integrated with the Windows agent and has the capacity to distribute file 
collections, so it is possible to distribute the plugin by one hand  and the file collections in 
an individual way ­by agent­and/or by policy.
• SQLPS.exe, this is, the SQL Server administration console for Powershell.
It is important to say that the plugin of Performance Counters monitoring could be used to collect 
information of numerical kind (to do performance management)
Page 4
3 REQUIREMENTS 
The requirements in order this monitoring could work properly are the following:
• To install the Pandora FMS agent in the 3.2.1 version or higher.
• A Powershell 2.0 console to execute the plugin. By default is comes installed in  Windows 
Server 2008 R2 and Windows 7 systems, but it should be downloaded for Windows previous 
versions. Powershell is not compatible with  Windows XP SP1 or lower system versions.
• It is necessary that the user with which the Pandora FMS agent is executed, that is the user 
that will execute the plugin, has available the follwing system permissions:
◦ Local administrator.
• The Powershell scripts execution policy should be fixed as RemoteSigned or lower.
Set-ExecutionPolicy RemoteSigned
• The different plugins will get atomatically the information about all the counters that we 
have specified to it in a list in the  counters.txt file and it will generate one module for each 
one in Pandora (Plugin PerfCounter). They also will get information about the status of the 
critical elements regarding to the SQL (Plugin SQL) server.
• Adecuate configuration of the connections and permissions to allow the software agent from 
which the plugin is executed, to establish connection and to log against the instances to 
monitor and extract information from their database:
◦ Public server Role with permissions to log in the instances.
◦ Databse  db_datareader role in all the instance Databases.
Page 5
4 COMPATIBILITY MATRIX
The agent compatibility matrix is the following:
Systems where it has been tested
• Windows Server 2008 with SQL Server 
2008
Systems where it should work • Same system of higher with requirements 
installed.
Depending on the language of the system, the format of the counters to monitor could change, so it 
would be necessary to adapt the counters.txt file according to those circumstances.
Page 6
5 SOFTWARE AGENT MODULES GENERATES CLASSIFICATION 
5.1. Status verification in SQL Server
The   verification   of   the   status   of   the   SQL   servers   is   done   through   the   plugin 
Pandora_Plugin_SQL.ps1 and could be applied in the SQL specific technology, in a generic 
way (in the case of local instances) or adding different instance lists.
Generated modules:
– SQL Monitoring
– CPU_Busy – InstanceName, CPU_Timetick – InstanceName
– Idle Time – InstanceName, IO_Busy – InstanceName
– Input Packets Read – InstanceName, Input Packets Sent – InstanceName
– Instance Status – InstanceName, DatabaseName Status – InstanceName
– Packet Errors – InstanceName, Total Disk R/W Errors – InstanceName
– Total Disk Reads – InstanceName, Total Disk Writes – InstanceName
– Total Login Attempts – InstanceName
Page 7
5.2. Verification of Performance Counters
The   verification   of   performance   counters   is   done   through   the 
Pandora_Plugin_PerfCounter.ps1   plugin   and   could   be   applied   in   different   policies   for 
different technologies, each of them with different counter lists depending on which we 
want to monitor in each of those thechnologies.
Next we are going to show the list of counters to monitor in the case of SQL Server:
– SQL Server Monitoring
– SQLServer:Access MethodsFull Scans/sec 
– SQLServer:Access MethodsRange Scans/sec 
– SQLServer:Access MethodsProbe Scans/sec 
– SQLServer:Access MethodsScan Point Revalidations/sec 
– SQLServer:Access MethodsWorkfiles Created/sec 
– SQLServer:Access MethodsWorktables Created/sec 
– SQLServer:Access MethodsWorktables From Cache Ratio 
– SQLServer:Access MethodsForwarded Records/sec 
– SQLServer:Access MethodsSkipped Ghosted Records/sec 
– SQLServer:Access MethodsIndex Searches/sec 
– SQLServer:Access MethodsFreeSpace Scans/sec 
– SQLServer:Access MethodsFreeSpace Page Fetches/sec 
– SQLServer:Access MethodsPages Allocated/sec 
– SQLServer:Access MethodsExtents Allocated/sec 
– SQLServer:Access MethodsMixed page allocations/sec 
– SQLServer:Access MethodsExtent Deallocations/sec 
– SQLServer:Access MethodsPage Deallocations/sec 
– SQLServer:Access MethodsPage Splits/sec 
– SQLServer:Access MethodsTable Lock Escalations/sec 
– SQLServer:Access MethodsDeferred Dropped rowsets 
– SQLServer:Access MethodsDropped rowset cleanups/sec 
– SQLServer:Access MethodsDropped rowsets skipped/sec 
– SQLServer:Access MethodsDeferred dropped AUs 
– SQLServer:Access MethodsAU cleanups/sec 
– SQLServer:Access MethodsAU cleanup batches/sec 
– SQLServer:Access MethodsFailed AU cleanup batches/sec 
– SQLServer:Access MethodsUsed tree page cookie 
– SQLServer:Access MethodsFailed tree page cookie 
– SQLServer:Access MethodsUsed leaf page cookie 
– SQLServer:Access MethodsFailed leaf page cookie 
– SQLServer:Access MethodsLobSS Provider Create Count 
– SQLServer:Access MethodsLobSS Provider Destroy Count 
Page 8
– SQLServer:Access MethodsLobSS Provider Truncation Count 
– SQLServer:Access MethodsLobHandle Create Count 
– SQLServer:Access MethodsLobHandle Destroy Count 
– SQLServer:Access MethodsBy­reference Lob Create Count 
– SQLServer:Access MethodsBy­reference Lob Use Count 
– SQLServer:Access MethodsCount Push Off Row 
– SQLServer:Access MethodsCount Pull In Row 
– SQLServer:Access MethodsCount Lob Readahead 
– SQLServer:Access MethodsPage compression attempts/sec 
– SQLServer:Access MethodsPages compressed/sec 
– SQLServer:Backup Device(*)Device Throughput Bytes/sec 
– SQLServer:Buffer ManagerBuffer cache hit ratio 
– SQLServer:Buffer ManagerPage lookups/sec 
– SQLServer:Buffer ManagerFree list stalls/sec 
– SQLServer:Buffer ManagerFree pages 
– SQLServer:Buffer ManagerTotal pages 
– SQLServer:Buffer ManagerTarget pages 
– SQLServer:Buffer ManagerDatabase pages 
– SQLServer:Buffer ManagerReserved pages 
– SQLServer:Buffer ManagerStolen pages 
– SQLServer:Buffer ManagerLazy writes/sec 
– SQLServer:Buffer ManagerReadahead pages/sec 
– SQLServer:Buffer ManagerPage reads/sec 
– SQLServer:Buffer ManagerPage writes/sec 
– SQLServer:Buffer ManagerCheckpoint pages/sec 
– SQLServer:Buffer ManagerAWE lookup maps/sec 
– SQLServer:Buffer ManagerAWE stolen maps/sec 
– SQLServer:Buffer ManagerAWE write maps/sec 
– SQLServer:Buffer ManagerAWE unmap calls/sec 
– SQLServer:Buffer ManagerAWE unmap pages/sec 
– SQLServer:Buffer ManagerPage life expectancy 
– SQLServer:Buffer Partition(*)Free pages 
– SQLServer:Buffer Partition(*)Free list requests/sec 
– SQLServer:Buffer Partition(*)Free list empty/sec 
– SQLServer:CLRCLR Execution 
– SQLServer:Cursor Manager by Type(*)Cache Hit Ratio 
– SQLServer:Cursor Manager by Type(*)Cached Cursor Counts 
– SQLServer:Cursor Manager by Type(*)Cursor Cache Use Counts/sec 
– SQLServer:Cursor Manager by Type(*)Cursor Requests/sec 
– SQLServer:Cursor Manager by Type(*)Active cursors 
– SQLServer:Cursor Manager by Type(*)Cursor memory usage 
– SQLServer:Cursor Manager by Type(*)Cursor worktable usage 
– SQLServer:Cursor Manager by Type(*)Number of active cursor plans 
– SQLServer:Cursor Manager TotalCursor conversion rate 
– SQLServer:Cursor Manager TotalAsync population count 
– SQLServer:Cursor Manager TotalCursor flushes 
Page 9
– SQLServer:Database Mirroring(*)Bytes Sent/sec 
– SQLServer:Database Mirroring(*)Pages Sent/sec 
– SQLServer:Database Mirroring(*)Sends/sec 
– SQLServer:Database Mirroring(*)Transaction Delay 
– SQLServer:Database Mirroring(*)Redo Queue KB 
– SQLServer:Database Mirroring(*)Redo Bytes/sec 
– SQLServer:Database Mirroring(*)Log Send Queue KB 
– SQLServer:Database Mirroring(*)Bytes Received/sec 
– SQLServer:Database Mirroring(*)Receives/sec 
– SQLServer:Database Mirroring(*)Log Bytes Received/sec 
– SQLServer:Database Mirroring(*)Log Bytes Sent/sec 
– SQLServer:Database Mirroring(*)Send/Receive Ack Time 
– SQLServer:Database Mirroring(*)Log Compressed Bytes Rcvd/sec 
– SQLServer:Database Mirroring(*)Log Compressed Bytes Sent/sec 
– SQLServer:Database Mirroring(*)Mirrored Write Transactions/sec 
– SQLServer:Database Mirroring(*)Log Scanned for Undo KB 
– SQLServer:Database Mirroring(*)Log Remaining for Undo KB 
– SQLServer:Database Mirroring(*)Log Bytes Sent from Cache/sec 
– SQLServer:Database Mirroring(*)Log Bytes Redone from Cache/sec 
– SQLServer:Database Mirroring(*)Log Send Flow Control Time (ms) 
– SQLServer:Database Mirroring(*)Log Harden Time (ms) 
– SQLServer:Databases(*)Data File(s) Size (KB) 
– SQLServer:Databases(*)Log File(s) Size (KB) 
– SQLServer:Databases(*)Log File(s) Used Size (KB) 
– SQLServer:Databases(*)Percent Log Used 
– SQLServer:Databases(*)Active Transactions 
– SQLServer:Databases(*)Transactions/sec 
– SQLServer:Databases(*)Repl. Pending Xacts 
– SQLServer:Databases(*)Repl. Trans. Rate 
– SQLServer:Databases(*)Log Cache Reads/sec 
– SQLServer:Databases(*)Log Cache Hit Ratio 
– SQLServer:Databases(*)Bulk Copy Rows/sec 
– SQLServer:Databases(*)Bulk Copy Throughput/sec 
– SQLServer:Databases(*)Backup/Restore Throughput/sec 
– SQLServer:Databases(*)DBCC Logical Scan Bytes/sec 
– SQLServer:Databases(*)Shrink Data Movement Bytes/sec 
– SQLServer:Databases(*)Log Flushes/sec 
– SQLServer:Databases(*)Log Bytes Flushed/sec 
– SQLServer:Databases(*)Log Flush Waits/sec 
– SQLServer:Databases(*)Log Flush Wait Time 
– SQLServer:Databases(*)Log Truncations 
– SQLServer:Databases(*)Log Growths 
– SQLServer:Databases(*)Log Shrinks 
– SQLServer:Databases(*)Tracked transactions/sec 
– SQLServer:Databases(*)Write Transactions/sec 
– SQLServer:Databases(*)Commit table entries 
Page 10
– SQLServer:Exec Statistics(*)Extended Procedures 
– SQLServer:Exec Statistics(*)DTC calls 
– SQLServer:Exec Statistics(*)OLEDB calls 
– SQLServer:Exec Statistics(*)Distributed Query 
– SQLServer:General StatisticsActive Temp Tables 
– SQLServer:General StatisticsTemp Tables Creation Rate 
– SQLServer:General StatisticsLogins/sec 
– SQLServer:General StatisticsConnection Reset/sec 
– SQLServer:General StatisticsLogouts/sec 
– SQLServer:General StatisticsUser Connections 
– SQLServer:General StatisticsLogical Connections 
– SQLServer:General StatisticsTransactions 
– SQLServer:General StatisticsNon­atomic yield rate 
– SQLServer:General StatisticsMars Deadlocks 
– SQLServer:General StatisticsHTTP Authenticated Requests 
– SQLServer:General StatisticsSOAP Empty Requests 
– SQLServer:General StatisticsSOAP SQL Requests 
– SQLServer:General StatisticsSOAP Method Invocations 
– SQLServer:General StatisticsSOAP WSDL Requests 
– SQLServer:General StatisticsSOAP Session Initiate Requests 
– SQLServer:General StatisticsSOAP Session Terminate Requests 
– SQLServer:General StatisticsProcesses blocked 
– SQLServer:General StatisticsTemp Tables For Destruction 
– SQLServer:General StatisticsEvent Notifications Delayed Drop 
– SQLServer:General StatisticsTrace Event Notification Queue 
– SQLServer:General StatisticsSQL Trace IO Provider Lock Waits 
– SQLServer:General StatisticsTempdb recovery unit id 
– SQLServer:General StatisticsTempdb rowset id 
– SQLServer:LatchesLatch Waits/sec 
– SQLServer:LatchesAverage Latch Wait Time (ms) 
– SQLServer:LatchesTotal Latch Wait Time (ms) 
– SQLServer:LatchesNumber of SuperLatches 
– SQLServer:LatchesSuperLatch Promotions/sec 
– SQLServer:LatchesSuperLatch Demotions/sec 
– SQLServer:Locks(*)Lock Requests/sec 
– SQLServer:Locks(*)Lock Timeouts/sec 
– SQLServer:Locks(*)Number of Deadlocks/sec 
– SQLServer:Locks(*)Lock Waits/sec 
– SQLServer:Locks(*)Lock Wait Time (ms) 
– SQLServer:Locks(*)Average Wait Time (ms) 
– SQLServer:Locks(*)Lock Timeouts (timeout > 0)/sec 
– SQLServer:Memory ManagerConnection Memory (KB) 
– SQLServer:Memory ManagerGranted Workspace Memory (KB) 
– SQLServer:Memory ManagerLock Memory (KB) 
– SQLServer:Memory ManagerLock Blocks Allocated 
– SQLServer:Memory ManagerLock Owner Blocks Allocated 
Page 11
– SQLServer:Memory ManagerLock Blocks 
– SQLServer:Memory ManagerLock Owner Blocks 
– SQLServer:Memory ManagerMaximum Workspace Memory (KB) 
– SQLServer:Memory ManagerMemory Grants Outstanding 
– SQLServer:Memory ManagerMemory Grants Pending 
– SQLServer:Memory ManagerOptimizer Memory (KB) 
– SQLServer:Memory ManagerSQL Cache Memory (KB) 
– SQLServer:Memory ManagerTarget Server Memory (KB) 
– SQLServer:Memory ManagerTotal Server Memory (KB) 
– SQLServer:Plan Cache(*)Cache Hit Ratio 
– SQLServer:Plan Cache(*)Cache Pages 
– SQLServer:Plan Cache(*)Cache Object Counts 
– SQLServer:Plan Cache(*)Cache Objects in use 
– SQLServer:Replication Agents(*)Running 
– SQLServer:Replication Dist.(*)Dist:Delivery Latency 
– SQLServer:Replication Dist.(*)Dist:Delivered Cmds/sec 
– SQLServer:Replication Dist.(*)Dist:Delivered Trans/sec 
– SQLServer:Replication Logreader(*)Logreader:Delivery Latency 
– SQLServer:Replication Logreader(*)Logreader:Delivered Cmds/sec 
– SQLServer:Replication Logreader(*)Logreader:Delivered Trans/sec 
– SQLServer:Replication Merge(*)Uploaded Changes/sec 
– SQLServer:Replication Merge(*)Downloaded Changes/sec 
– SQLServer:Replication Merge(*)Conflicts/sec 
– SQLServer:Replication Snapshot(*)Snapshot:Delivered Cmds/sec 
– SQLServer:Replication Snapshot(*)Snapshot:Delivered Trans/sec 
– SQLServer:SQL Errors(*)Errors/sec 
– SQLServer:SQL StatisticsBatch Requests/sec 
– SQLServer:SQL StatisticsForced Parameterizations/sec 
– SQLServer:SQL StatisticsAuto­Param Attempts/sec 
– SQLServer:SQL StatisticsFailed Auto­Params/sec 
– SQLServer:SQL StatisticsSafe Auto­Params/sec 
– SQLServer:SQL StatisticsUnsafe Auto­Params/sec 
– SQLServer:SQL StatisticsSQL Compilations/sec 
– SQLServer:SQL StatisticsSQL Re­Compilations/sec 
– SQLServer:SQL StatisticsSQL Attention rate 
– SQLServer:SQL StatisticsGuided plan executions/sec 
– SQLServer:SQL StatisticsMisguided plan executions/sec 
– SQLServer:TransactionsTransactions 
– SQLServer:TransactionsSnapshot Transactions 
– SQLServer:TransactionsUpdate Snapshot Transactions 
– SQLServer:TransactionsNonSnapshot Version Transactions 
– SQLServer:TransactionsLongest Transaction Running Time 
– SQLServer:TransactionsUpdate conflict ratio 
– SQLServer:TransactionsFree Space in tempdb (KB) 
– SQLServer:TransactionsVersion Generation rate (KB/s) 
– SQLServer:TransactionsVersion Cleanup rate (KB/s) 
Page 12
– SQLServer:TransactionsVersion Store Size (KB) 
– SQLServer:TransactionsVersion Store unit count 
– SQLServer:TransactionsVersion Store unit creation 
– SQLServer:TransactionsVersion Store unit truncation 
– SQLServer:User Settable(*)Query 
– SQLServer:Wait Statistics(*)Lock waits 
– SQLServer:Wait Statistics(*)Memory grant queue waits 
– SQLServer:Wait Statistics(*)Thread­safe memory objects waits 
– SQLServer:Wait Statistics(*)Log write waits 
– SQLServer:Wait Statistics(*)Log buffer waits 
– SQLServer:Wait Statistics(*)Network IO waits 
– SQLServer:Wait Statistics(*)Page IO latch waits 
– SQLServer:Wait Statistics(*)Page latch waits 
– SQLServer:Wait Statistics(*)Non­Page latch waits 
– SQLServer:Wait Statistics(*)Wait for the worker 
– SQLServer:Wait Statistics(*)Workspace synchronization waits 
– SQLServer:Wait Statistics(*)Transaction ownership waits
Page 13
6 INSTALLING 
Copy the plugins to the agent plugin directory, distribute it through file collections or copying it in 
the pandora agent folder. Do the same with the additional files that they need. The call from the 
agent will be similar to this, but using the paths where the plugin and the list would be installed. 
For example:
module_plugin "<ruta-powershell>powershell.exe" -command C:'<ruta-
plugin>Pandora_Plugin_PerfCounter_vx.y.ps1' -list C:'<ruta-listado>counters.txt'
2> counter_plugin.error
Page 14
7 MONITORING
7.1. Monitoring  Via Powershell
Considering that we have already installed and configured both Pandora and the system to monitor, 
we are going to explain how to get information about the SQL server status in general, from the 
activity of the different services to specific Powershell counters that through diffeent cmdlets will be 
in charge of checking critical elements of our systems
In this case, we   will install both a Pandora software agent and the different plugins of the 
Powershell agent in that machine.
To do that the Pandora software agent that we have installed in our server to monitor execute that 
script, we should edit the agent configuration file and do the call to the plugin through the 
module_plugin configuration token
We are going to edit the Pandora agent configuration file from the Pandora FMS administration 
console   or   writing   directly   pandora_agent.conf.   To   do   this,   we   have   first   to   activate   the 
remote_config option in the same file to 1. 
We should introduce the following at the end of the configuration file, for example:
# Agent Plugins for SQL Monitoring
module_plugin "<ruta-sqlps>sqlps.exe" -command C:'<ruta-
plugin>Pandora_Plugin_SQL_v1.0.ps1' -select list -list C:'<ruta-
listado>instances.txt' 2> plugin_sql.error
module_plugin "<ruta-powershell>powershell.exe" -command C:'<ruta-
plugin>Pandora_Plugin_PerfCounter_vx.y.ps1' -list C:'<ruta-listado>counters.txt'
2> counter_plugin.error
** Pandora_Plugin_PerfCounter not included in .zip. Plugin PerfCounter are available in the server with its  
appropriate .zip 
Save the file and restart the Pandora agent.
Please, consider the error readressing of the plugin to one error log, specially due to the cmdlets 
execution timeout when you have to process lot of information in little time.
If for example, we want to generate one module for each one of the machine counters, the cmdlet 
will have to process an average of 20000 counters by once and so until it hasn't process all the 
counter list it wont't show the information, all the time from which it process the info until it 
presents it, the Powershell cmdlet will get an error message after another warning that the list 
counter hasn't been found.
This is because the Powershell cmdlet understands that if x time has passed since the counter 
Page 15
information request and this information has been shoen in the output, then, the information that 
you were looking for couldn't been find, but what really happen is that this information was found, 
but it hasn't been shown.
To avoid incrementing the log without control and even whit this receive all the errors made when 
executing the plugin in the last interval (just in case there is a real error), do the readressing using 
the symbol  “2>” as it comes specified in the line that you should introduce in the configuration file.
Once we have configured it, we should distribute the necessary files through file collections or 
copying in the appropriate agent folder.
One of the most powerful characteristics of the plugin in Powershell, is the possibility of specifying 
instead of create one by one modules for each performance counter, select all the counters that are 
specified in one list, as the plugin will do a single check and generate automatically one module for 
all these counters, optimizing at maximum the time to extract the information. Those list should be 
located in the same folder where the plugin is, with the name counters.txt. Lets see an example of 
its content:
SQLServer:Access MethodsFull Scans/sec
SQLServer:Access MethodsRange Scans/sec
SQLServer:Access MethodsProbe Scans/sec
SQLServer:Access MethodsScan Point Revalidations/sec
As these counters have  counters.txt, the plugin will do one module for each one of them. If one 
counter has several instances, as in the case of (*), the plugin will do one module for each one of 
the instaces of the counter. For the development of any other plugin that gets information via 
Powershell it is important to consider the cmdlet use:
select-object -property *
In base to this cmdlet, we could add it after any other cmdlet that give us statistics, preceded by 
(|), and it will give us information about all the properties that thsi cmdlet has, though when 
executing the first cmdlet in a general way without using parameters, it will only return a default 
info list.
This way, our monitoring posibilities using Powershell are considerably extended.
In case that we want to add new modules to our plugin, before doing anything, try to execute the 
cmdlet from which we want to get information together with the previousy mentioned to could get 
all the information posible.
Page 16
An example of the use of this command would be this:
Get-Service | Select-Object -Property *
Usually, the result of the Get­Service cmdlet would  be a list in table format of all the serveices with 
their description and status. Though, whn applying this second cmdlet, we will get, for each service, 
information of all the properties that this service has:
Name : service
RequiredServices : {service1, service2}
CanPauseAndContinue : False
CanShutdown : True
CanStop : True
DisplayName : This is a Windows Service
DependentServices : {service3}
MachineName : .
ServiceName : service
ServicesDependedOn : {service1, service2}
ServiceHandle : SafeServiceHandle
Status : Stopped
ServiceType : Win32ShareProcess
Site :
Container :
Page 17
7.2. SQL Instances Monitoring
In an active/pasive cluster architecture with remote instances, accesibles form all the SQL Server 
nodes, it is possible using the SQL Server Powershell administration console, to do checks of the 
availability   of   these   instances   from   these   nodes,   and   also   to   extract   information   about   the 
performance and the status of the databases stored in those started instances, from the cluster 
active nodes.
In the case of the passive nodes, the monitoring is limited to the instance availability checks, in 
order to show if this node remains passive or changes to active status and meanwhile  it won't try to 
connect with the instances or returns any information about its status.
Additionaly, from the Pandora server it is possible to define ICMP checks against the remote 
instances service Ips in order to guarantee their connectivity.
With this aim, we have developped a Powershell plugin that, showing in a list of instances to 
monitor, will search in the node list of services, for each instance, if the SQL Server service of that 
instance is up (in cse of the active node) and in that case it will try to connect with the 
Ipinstancename when collecting information about the DDBB status that are located in that 
instance. If it is specified, it will get also the status of all the service of tha node linked with SQL.
The parameters of this plugin are the following:
-select all All local instances and services are checked (not to
be used in clusters)
-select list Instances from the list are checked
-select services All local services are checked
-list Provides a path for a list with instances to check
Usage example: .Pandora_Plugin_SQL_v1.0.ps1 -select all -list instances.txt 2>
plugin_error.log
In order the plugin works right we should inform that:
– The  “select all” mode will only be used in SQL servers whose instances are all locals.
– In the case of instances located in remote servers, it isn't possible to resolve the hostname of 
the machine where the SQL server remote instance is located, so, to connect with the 
instance you will have to do it with the combo IPinstancename.
Page 18
Example to instances.txt:
10.93.6.81MSSQLSERVER
10.93.6.85ESTGCDBP008
10.93.6.86ESTGCDBP008
10.93.6.89ESTGCDBP008
In the following image we can see how in the case of the active node, the plugin collects the status 
of each one of the instances that are defined in our list, but it only starts connection and collect 
additional data from the ones that are working and we have enough credentials to have accesss to 
the content of their DDBB:
Modules generated by the SQL monitoring plugin
Page 19

Weitere ähnliche Inhalte

Was ist angesagt?

Microsoft excel 2010 product guide final
Microsoft excel 2010 product guide finalMicrosoft excel 2010 product guide final
Microsoft excel 2010 product guide finalCarol de la Plaza
 
Cert wc7425 7428_7435_supplementary_guide
Cert wc7425 7428_7435_supplementary_guideCert wc7425 7428_7435_supplementary_guide
Cert wc7425 7428_7435_supplementary_guideXeroxmagdi
 
Protective Device Coordination
Protective Device CoordinationProtective Device Coordination
Protective Device Coordinationjoeengi
 
Java how to_program__7th_edition
Java how to_program__7th_editionJava how to_program__7th_edition
Java how to_program__7th_editionABDUmomo
 
B28654oas10g best pracitice
B28654oas10g best praciticeB28654oas10g best pracitice
B28654oas10g best praciticeCaipei Chen
 
Getting started with odi
Getting started with odiGetting started with odi
Getting started with odichecksekhar
 
Odi installation guide
Odi installation guideOdi installation guide
Odi installation guideprakashdas05
 
Sitecore Technical Considerations & Partner Onboarding
Sitecore Technical Considerations & Partner OnboardingSitecore Technical Considerations & Partner Onboarding
Sitecore Technical Considerations & Partner OnboardingJeremy (Jerry) Norman-Nott
 
Ale edi i_doc.sapdb.info
Ale edi i_doc.sapdb.infoAle edi i_doc.sapdb.info
Ale edi i_doc.sapdb.infoIvs Naresh
 
Acrobat document
Acrobat documentAcrobat document
Acrobat documentesregroup
 
Instructor utilities guide
Instructor utilities guideInstructor utilities guide
Instructor utilities guideapaezgonzal
 
Business Analysis Project 2015
Business Analysis Project 2015Business Analysis Project 2015
Business Analysis Project 2015Sam Gritzmacher
 
Mysql tutorial-excerpt-5.1-en
Mysql tutorial-excerpt-5.1-enMysql tutorial-excerpt-5.1-en
Mysql tutorial-excerpt-5.1-enAnh Vuong
 

Was ist angesagt? (18)

2015R2_CPQ_WN-Rev1
2015R2_CPQ_WN-Rev12015R2_CPQ_WN-Rev1
2015R2_CPQ_WN-Rev1
 
Microsoft excel 2010 product guide final
Microsoft excel 2010 product guide finalMicrosoft excel 2010 product guide final
Microsoft excel 2010 product guide final
 
Cert wc7425 7428_7435_supplementary_guide
Cert wc7425 7428_7435_supplementary_guideCert wc7425 7428_7435_supplementary_guide
Cert wc7425 7428_7435_supplementary_guide
 
Protective Device Coordination
Protective Device CoordinationProtective Device Coordination
Protective Device Coordination
 
Java how to_program__7th_edition
Java how to_program__7th_editionJava how to_program__7th_edition
Java how to_program__7th_edition
 
B28654oas10g best pracitice
B28654oas10g best praciticeB28654oas10g best pracitice
B28654oas10g best pracitice
 
Getting started with odi
Getting started with odiGetting started with odi
Getting started with odi
 
Odi installation guide
Odi installation guideOdi installation guide
Odi installation guide
 
Sitecore Technical Considerations & Partner Onboarding
Sitecore Technical Considerations & Partner OnboardingSitecore Technical Considerations & Partner Onboarding
Sitecore Technical Considerations & Partner Onboarding
 
Ale edi i_doc.sapdb.info
Ale edi i_doc.sapdb.infoAle edi i_doc.sapdb.info
Ale edi i_doc.sapdb.info
 
Acrobat document
Acrobat documentAcrobat document
Acrobat document
 
Windowstweaksguide updated
Windowstweaksguide updatedWindowstweaksguide updated
Windowstweaksguide updated
 
CEI Asia-Pacific Logistics Overview
CEI Asia-Pacific Logistics OverviewCEI Asia-Pacific Logistics Overview
CEI Asia-Pacific Logistics Overview
 
Instructor utilities guide
Instructor utilities guideInstructor utilities guide
Instructor utilities guide
 
Ale i doc-complete-tutorial
Ale i doc-complete-tutorialAle i doc-complete-tutorial
Ale i doc-complete-tutorial
 
MUHAMMAD SHARIF | TECHNOITSCHOOL BOOK
MUHAMMAD SHARIF | TECHNOITSCHOOL BOOK MUHAMMAD SHARIF | TECHNOITSCHOOL BOOK
MUHAMMAD SHARIF | TECHNOITSCHOOL BOOK
 
Business Analysis Project 2015
Business Analysis Project 2015Business Analysis Project 2015
Business Analysis Project 2015
 
Mysql tutorial-excerpt-5.1-en
Mysql tutorial-excerpt-5.1-enMysql tutorial-excerpt-5.1-en
Mysql tutorial-excerpt-5.1-en
 

Ähnlich wie Pandora FMS: SQL Enterprise PIugin

Pandora FMS - Selenium Enterprise Plugin
Pandora FMS - Selenium Enterprise PluginPandora FMS - Selenium Enterprise Plugin
Pandora FMS - Selenium Enterprise PluginPandora FMS
 
Pandora FMS: Informix Plugin
Pandora FMS: Informix PluginPandora FMS: Informix Plugin
Pandora FMS: Informix PluginPandora FMS
 
Ale edi i_doc.sapdb.info
Ale edi i_doc.sapdb.infoAle edi i_doc.sapdb.info
Ale edi i_doc.sapdb.infoSharma Joshi
 
Ale edi i_doc.sapdb.info
Ale edi i_doc.sapdb.infoAle edi i_doc.sapdb.info
Ale edi i_doc.sapdb.infoPrem Kumar
 
TDD EGH Item and Inventory Conversion-Sample
TDD EGH Item and Inventory Conversion-SampleTDD EGH Item and Inventory Conversion-Sample
TDD EGH Item and Inventory Conversion-SampleRyan Liebert
 
Apress - Advanced Transact-SQL for SQL Server 2000.pdf
Apress - Advanced Transact-SQL for SQL Server 2000.pdfApress - Advanced Transact-SQL for SQL Server 2000.pdf
Apress - Advanced Transact-SQL for SQL Server 2000.pdfAlexadiaz52
 
Administrator guide
Administrator guideAdministrator guide
Administrator guiderturkman
 
Master Data Management
Master Data ManagementMaster Data Management
Master Data Managementssusercfc139
 
Pkcs#1 V2.1 (Cryptography Standard) Included #2,#4
Pkcs#1 V2.1 (Cryptography Standard)   Included #2,#4Pkcs#1 V2.1 (Cryptography Standard)   Included #2,#4
Pkcs#1 V2.1 (Cryptography Standard) Included #2,#4gueste9eb7fb
 
bi-foundation-suite-wp-215243
bi-foundation-suite-wp-215243bi-foundation-suite-wp-215243
bi-foundation-suite-wp-215243David Crotty
 
Dw guide 11 g r2
Dw guide 11 g r2Dw guide 11 g r2
Dw guide 11 g r2sgyazuddin
 
Product description vital qip next generation v7 2_en_feb09(1)
Product description vital qip next generation v7 2_en_feb09(1)Product description vital qip next generation v7 2_en_feb09(1)
Product description vital qip next generation v7 2_en_feb09(1)Roy Muy Golfo
 
Oracle Web Conferencing - Release 2.0.4
Oracle Web Conferencing - Release 2.0.4Oracle Web Conferencing - Release 2.0.4
Oracle Web Conferencing - Release 2.0.4Mehul Sanghavi
 

Ähnlich wie Pandora FMS: SQL Enterprise PIugin (20)

Pandora FMS - Selenium Enterprise Plugin
Pandora FMS - Selenium Enterprise PluginPandora FMS - Selenium Enterprise Plugin
Pandora FMS - Selenium Enterprise Plugin
 
Pandora FMS: Informix Plugin
Pandora FMS: Informix PluginPandora FMS: Informix Plugin
Pandora FMS: Informix Plugin
 
Ale edi i_doc.sapdb.info
Ale edi i_doc.sapdb.infoAle edi i_doc.sapdb.info
Ale edi i_doc.sapdb.info
 
Ale edi i_doc.sapdb.info
Ale edi i_doc.sapdb.infoAle edi i_doc.sapdb.info
Ale edi i_doc.sapdb.info
 
Ale edi i_doc.sapdb.info
Ale edi i_doc.sapdb.infoAle edi i_doc.sapdb.info
Ale edi i_doc.sapdb.info
 
SSIS 2005 training kit v0.01
SSIS 2005 training kit v0.01SSIS 2005 training kit v0.01
SSIS 2005 training kit v0.01
 
TDD EGH Item and Inventory Conversion-Sample
TDD EGH Item and Inventory Conversion-SampleTDD EGH Item and Inventory Conversion-Sample
TDD EGH Item and Inventory Conversion-Sample
 
Apress - Advanced Transact-SQL for SQL Server 2000.pdf
Apress - Advanced Transact-SQL for SQL Server 2000.pdfApress - Advanced Transact-SQL for SQL Server 2000.pdf
Apress - Advanced Transact-SQL for SQL Server 2000.pdf
 
dcm4chee-ref.pdf
dcm4chee-ref.pdfdcm4chee-ref.pdf
dcm4chee-ref.pdf
 
Administrator guide
Administrator guideAdministrator guide
Administrator guide
 
Master Data Management
Master Data ManagementMaster Data Management
Master Data Management
 
Pkcs#1 V2
Pkcs#1 V2Pkcs#1 V2
Pkcs#1 V2
 
Pkcs#1 V2.1 (Cryptography Standard) Included #2,#4
Pkcs#1 V2.1 (Cryptography Standard)   Included #2,#4Pkcs#1 V2.1 (Cryptography Standard)   Included #2,#4
Pkcs#1 V2.1 (Cryptography Standard) Included #2,#4
 
2226 v3 rev_a
2226 v3 rev_a2226 v3 rev_a
2226 v3 rev_a
 
Sql developer usermanual_en
Sql developer usermanual_enSql developer usermanual_en
Sql developer usermanual_en
 
bi-foundation-suite-wp-215243
bi-foundation-suite-wp-215243bi-foundation-suite-wp-215243
bi-foundation-suite-wp-215243
 
Dw guide 11 g r2
Dw guide 11 g r2Dw guide 11 g r2
Dw guide 11 g r2
 
Online school management software solutions
Online school management software solutionsOnline school management software solutions
Online school management software solutions
 
Product description vital qip next generation v7 2_en_feb09(1)
Product description vital qip next generation v7 2_en_feb09(1)Product description vital qip next generation v7 2_en_feb09(1)
Product description vital qip next generation v7 2_en_feb09(1)
 
Oracle Web Conferencing - Release 2.0.4
Oracle Web Conferencing - Release 2.0.4Oracle Web Conferencing - Release 2.0.4
Oracle Web Conferencing - Release 2.0.4
 

Mehr von Pandora FMS

Pandora FMS: Plugin de Raven DB
Pandora FMS: Plugin de Raven DBPandora FMS: Plugin de Raven DB
Pandora FMS: Plugin de Raven DBPandora FMS
 
Pandora FMS: Raven DB Plugin
Pandora FMS: Raven DB PluginPandora FMS: Raven DB Plugin
Pandora FMS: Raven DB PluginPandora FMS
 
Pandora FMS: Plugin de Apache Hbase
Pandora FMS: Plugin de Apache HbasePandora FMS: Plugin de Apache Hbase
Pandora FMS: Plugin de Apache HbasePandora FMS
 
Pandora FMS: Cisco Remote inventory modules
Pandora FMS: Cisco Remote inventory modulesPandora FMS: Cisco Remote inventory modules
Pandora FMS: Cisco Remote inventory modulesPandora FMS
 
Pandora FMS: Plugin de exchange de acceso de web
Pandora FMS: Plugin de exchange de acceso  de web Pandora FMS: Plugin de exchange de acceso  de web
Pandora FMS: Plugin de exchange de acceso de web Pandora FMS
 
Pandora FMS: Exchange OWA Plugin
Pandora FMS: Exchange OWA PluginPandora FMS: Exchange OWA Plugin
Pandora FMS: Exchange OWA PluginPandora FMS
 
Pandora FMS: Plugin de monitorización de Outlook Anywhere
Pandora FMS: Plugin de monitorización de Outlook AnywherePandora FMS: Plugin de monitorización de Outlook Anywhere
Pandora FMS: Plugin de monitorización de Outlook AnywherePandora FMS
 
Pandora FMS: Outlook Anywhere Plugin
Pandora FMS: Outlook Anywhere PluginPandora FMS: Outlook Anywhere Plugin
Pandora FMS: Outlook Anywhere PluginPandora FMS
 
Pandora FMS: Plugin Enterprise de Exchange
Pandora FMS: Plugin Enterprise de ExchangePandora FMS: Plugin Enterprise de Exchange
Pandora FMS: Plugin Enterprise de ExchangePandora FMS
 
Pandora FMS: Exchange Enterprise plugin
Pandora FMS: Exchange Enterprise pluginPandora FMS: Exchange Enterprise plugin
Pandora FMS: Exchange Enterprise pluginPandora FMS
 
Pandora FMS: Plugin de monitorización de cliente de Exchage
Pandora FMS: Plugin de monitorización de cliente de ExchagePandora FMS: Plugin de monitorización de cliente de Exchage
Pandora FMS: Plugin de monitorización de cliente de ExchagePandora FMS
 
Pandora FMS: End to End Exchange Plugin
Pandora FMS: End to End Exchange PluginPandora FMS: End to End Exchange Plugin
Pandora FMS: End to End Exchange PluginPandora FMS
 
Pandora FMS: Monitorización de Blackberry Exchange
Pandora FMS: Monitorización de Blackberry ExchangePandora FMS: Monitorización de Blackberry Exchange
Pandora FMS: Monitorización de Blackberry ExchangePandora FMS
 
Pandora FMS: Blackberry Exchange Monitoring
Pandora FMS: Blackberry Exchange MonitoringPandora FMS: Blackberry Exchange Monitoring
Pandora FMS: Blackberry Exchange MonitoringPandora FMS
 
Pandora FMS: Plugin de Exchange ActivSync
Pandora FMS: Plugin de Exchange ActivSyncPandora FMS: Plugin de Exchange ActivSync
Pandora FMS: Plugin de Exchange ActivSyncPandora FMS
 
Pandora FMS: Exchange ActivSync Plugin
Pandora FMS: Exchange ActivSync PluginPandora FMS: Exchange ActivSync Plugin
Pandora FMS: Exchange ActivSync PluginPandora FMS
 
Pandora FMS: Plugin Enterprise de VMware
Pandora FMS: Plugin Enterprise de VMwarePandora FMS: Plugin Enterprise de VMware
Pandora FMS: Plugin Enterprise de VMwarePandora FMS
 
Pandora FMS: VMware Enterprise Plugin
Pandora FMS: VMware Enterprise PluginPandora FMS: VMware Enterprise Plugin
Pandora FMS: VMware Enterprise PluginPandora FMS
 
Pandora FMS: Plugin de monitorización de Hyper V
Pandora FMS: Plugin de monitorización de Hyper VPandora FMS: Plugin de monitorización de Hyper V
Pandora FMS: Plugin de monitorización de Hyper VPandora FMS
 
Pandora FMS: Hyper V Plugin
Pandora FMS: Hyper V PluginPandora FMS: Hyper V Plugin
Pandora FMS: Hyper V PluginPandora FMS
 

Mehr von Pandora FMS (20)

Pandora FMS: Plugin de Raven DB
Pandora FMS: Plugin de Raven DBPandora FMS: Plugin de Raven DB
Pandora FMS: Plugin de Raven DB
 
Pandora FMS: Raven DB Plugin
Pandora FMS: Raven DB PluginPandora FMS: Raven DB Plugin
Pandora FMS: Raven DB Plugin
 
Pandora FMS: Plugin de Apache Hbase
Pandora FMS: Plugin de Apache HbasePandora FMS: Plugin de Apache Hbase
Pandora FMS: Plugin de Apache Hbase
 
Pandora FMS: Cisco Remote inventory modules
Pandora FMS: Cisco Remote inventory modulesPandora FMS: Cisco Remote inventory modules
Pandora FMS: Cisco Remote inventory modules
 
Pandora FMS: Plugin de exchange de acceso de web
Pandora FMS: Plugin de exchange de acceso  de web Pandora FMS: Plugin de exchange de acceso  de web
Pandora FMS: Plugin de exchange de acceso de web
 
Pandora FMS: Exchange OWA Plugin
Pandora FMS: Exchange OWA PluginPandora FMS: Exchange OWA Plugin
Pandora FMS: Exchange OWA Plugin
 
Pandora FMS: Plugin de monitorización de Outlook Anywhere
Pandora FMS: Plugin de monitorización de Outlook AnywherePandora FMS: Plugin de monitorización de Outlook Anywhere
Pandora FMS: Plugin de monitorización de Outlook Anywhere
 
Pandora FMS: Outlook Anywhere Plugin
Pandora FMS: Outlook Anywhere PluginPandora FMS: Outlook Anywhere Plugin
Pandora FMS: Outlook Anywhere Plugin
 
Pandora FMS: Plugin Enterprise de Exchange
Pandora FMS: Plugin Enterprise de ExchangePandora FMS: Plugin Enterprise de Exchange
Pandora FMS: Plugin Enterprise de Exchange
 
Pandora FMS: Exchange Enterprise plugin
Pandora FMS: Exchange Enterprise pluginPandora FMS: Exchange Enterprise plugin
Pandora FMS: Exchange Enterprise plugin
 
Pandora FMS: Plugin de monitorización de cliente de Exchage
Pandora FMS: Plugin de monitorización de cliente de ExchagePandora FMS: Plugin de monitorización de cliente de Exchage
Pandora FMS: Plugin de monitorización de cliente de Exchage
 
Pandora FMS: End to End Exchange Plugin
Pandora FMS: End to End Exchange PluginPandora FMS: End to End Exchange Plugin
Pandora FMS: End to End Exchange Plugin
 
Pandora FMS: Monitorización de Blackberry Exchange
Pandora FMS: Monitorización de Blackberry ExchangePandora FMS: Monitorización de Blackberry Exchange
Pandora FMS: Monitorización de Blackberry Exchange
 
Pandora FMS: Blackberry Exchange Monitoring
Pandora FMS: Blackberry Exchange MonitoringPandora FMS: Blackberry Exchange Monitoring
Pandora FMS: Blackberry Exchange Monitoring
 
Pandora FMS: Plugin de Exchange ActivSync
Pandora FMS: Plugin de Exchange ActivSyncPandora FMS: Plugin de Exchange ActivSync
Pandora FMS: Plugin de Exchange ActivSync
 
Pandora FMS: Exchange ActivSync Plugin
Pandora FMS: Exchange ActivSync PluginPandora FMS: Exchange ActivSync Plugin
Pandora FMS: Exchange ActivSync Plugin
 
Pandora FMS: Plugin Enterprise de VMware
Pandora FMS: Plugin Enterprise de VMwarePandora FMS: Plugin Enterprise de VMware
Pandora FMS: Plugin Enterprise de VMware
 
Pandora FMS: VMware Enterprise Plugin
Pandora FMS: VMware Enterprise PluginPandora FMS: VMware Enterprise Plugin
Pandora FMS: VMware Enterprise Plugin
 
Pandora FMS: Plugin de monitorización de Hyper V
Pandora FMS: Plugin de monitorización de Hyper VPandora FMS: Plugin de monitorización de Hyper V
Pandora FMS: Plugin de monitorización de Hyper V
 
Pandora FMS: Hyper V Plugin
Pandora FMS: Hyper V PluginPandora FMS: Hyper V Plugin
Pandora FMS: Hyper V Plugin
 

Kürzlich hochgeladen

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 

Kürzlich hochgeladen (20)

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 

Pandora FMS: SQL Enterprise PIugin