System Requirements
To ensure optimal performance, verify that the following requirements are met:
🛈 Note: If you already have SQL Server installed and accessible, you can proceed directly to the Launching AnalyticsCreator section.
- Networking:
- Communication over Port 443 is where analytics communicates to the sAnalyticsCreator server.
- Operating System: Windows 10 or later.
AnalyticsCreator is compatible with Windows operating systems starting from version 10.
⚠️ WARNING: Port 443 is the standard HTTPS port for secured transactions.
It is used for data transfers and ensures that data exchanged between a web browser and websites remains encrypted and protected from unauthorized access.
It is used for data transfers and ensures that data exchanged between a web browser and websites remains encrypted and protected from unauthorized access.
- Microsoft SQL Server:
- SQL Server on Azure Virtual Machines
- Azure SQL Managed Instances
- Microsoft Fabric SQL: Microsoft Fabric SQL Icon
- On Premises:
Supported editions include Express, Standard, and Enterprise from Microsoft SQL Server 2016 onward.
AnalyticsCreator utilizes SQL Server to store project data, so it is essential to have a compatible version installed before continuing.
Compatibility Matrix
VERSION | Edition | EngineEdition |
---|---|---|
Microsoft SQL Azure (RTM) | SQL Azure | 12 |
To check your version use
SELECT VERSION = @@VERSION,
Edition = SERVERPROPERTY('Edition'),
EngineEdition = SERVERPROPERTY('EngineEdition')