The following information is only applicable if you are connecting to the following database types. If you are connecting to a database type not listed below please follow this guide.
- Azure SQL Database
- Standalone Microsoft SQL Server
- AWS RDS MS SQL
- Google Cloud SQL for SQL Server
To complete the app installation process for any of the above database types you will need the following information prepared.
- Server Address
- Database Name
- Database Username
- Password
(The username must not be the servers username. It must be a database user for the database you create for us to sync data to)
The following permissions must be granted to the Database User used to run this application.
db_datareader
db_datawriter
db_ddladmin
GRANT VIEW SERVER STATE TO <user_name>
Depending on how you have set up your security you may also need to whitelist our App Services’ IP address range. Please visit the Help Desk to retrieve this information.
Once you are prepared click the Get Started button on the product page.