Use an existing SQL Server database
If you have an existing implementation of
SQL Server
you can connect to an existing database and use it to store alarm and event logs.You must set up the correct settings for logging alarm and event data if you are using an existing
SQL Server
database.To configure the settings for
SQL Server
, you need to:- Verify supportedSQL Serverdatabases
- (Optional) InstallSQL ServerManagement Tools
- Configure Mixed Mode authentication for theSQL Serverdatabase
- Allow remote connections to the database using TCP/IP protocol
- Enable theSQL ServerBrowser service
- Configure the Windows Firewall
Provide Feedback