This section explains how to configure the DataStore settings for storing extracted data from data sources.
DataStore is an intermediate database used to store imported data from web data sources and statistic files, with a scheduled refresh option to update data.
NOTE: This feature is available in On-Premises Deployment but not in Syncfusion Managed Cloud Server.
We can connect to the existing SQL Server instance with the following options:
New Database
option.Save
button.Existing Database
option.Select a database
from the drop-down menu to create Data Store tables in that database, then click the Save
button.NOTE: The credentials given to connect to the SQL Server instance must have permissions to:
- Create Database
- Create Table
- Insert
- Update Table
- Alter Table
- Select
- Drop Table
- Drop Database