This article includes the following parts:
Overview
Onebeat is compatible with the following SQL Server Versions:
* From Version 8: SQL Server 2016 Standard / Enterprise
* From Version 7: SQL Server 2012 Standard / Enterprise
* SQL Server 2008 R2 Standard / Enterprise
* SQL Server 2008 Standard / Enterprise
In addition, Onebeat is compatible with the Express edition for the above SQL Server Versions.
SQL Server Express
SQL Server Express is a free edition of SQL Server, and it’s used as the internal database for third-party products.
However, it also has several limitations.
SQL Server Express edition limitations:
-
Database size limitation: the maximum relational database size is 10GB
-
Memory limitation: the maximum memory for the database engine is limited to 1GB
For the full limitations list which is detailed in the Microsoft website go to the following link:
Special Settings
SSA Configurations for SQL Express
While using SQL Express there is no option to use 'Localhost' as Server name in the SSA.
Therefore there is a need to use the SQL Server and Instance name.
The instructions:
-
Open the SSA > Connection > in the 'Server Name' enter the SQL server name (as it shows in the SQL Server Management) > press 'Add' > choose it in the Servers List > and press the 'Save Server Configuration'
-
Restart Onebeat Server
How to Identify the SQL Server Version & Edition?
Applicable on all versions of SQL Server:
Run the following command in Management Studio:
SELECT @@VERSION

Comments
0 comments
Please sign in to leave a comment.