You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Self-contained demo showing all of the monitoring components working together.
1
+
# Overview
2
+
3
+
Self-contained demo showing all of the monitoring components working together. This accompanies the Particular Platform Monitoring Tutorial available at the following location:
Running the demo requires .Net Framework 4.5.1 or newer.
6
10
7
-
Option 1 requires MS SQL Server database and login setup as well as [Sql Managed Objects 2016](https://www.microsoft.com/en-us/download/details.aspx?id=52676).
11
+
In order to run the downloaded sample you will need the following prerequisites.
12
+
13
+
- Windows 8 or higher: the Particular Service Platform requires the Windows operating system
14
+
- Powershell 3.0 or higher
15
+
- .NET Framework 4.6.1 (check version)
16
+
17
+
## Option 1: Existing SQL Server instance
18
+
19
+
- Requires Microsoft SQL Server 2012 or higher and login setup
-[SQL Server Command Line Utilities](https://www.microsoft.com/en-us/download/details.aspx?id=36433)
25
+
-[Microsoft ODBC Driver 11 for SQL Server](https://www.microsoft.com/en-us/download/details.aspx?id=36434).
26
+
27
+
# Running
28
+
8
29
9
-
Option 2 requries [LocalDB](https://www.microsoft.com/en-us/download/details.aspx?id=29062), [SQL Server Command Line Utilities](https://www.microsoft.com/en-us/download/details.aspx?id=36433) and [Microsoft ODBC Driver 11 for SQL Server](https://www.microsoft.com/en-us/download/details.aspx?id=36434).
10
30
11
-
## Running
12
31
To run the demo execute `run.bat`. There are two options available:
0 commit comments