Page History
...
Starting from v5.6, StresStimulus has an option to use SQL Server on the controller and use SQLite instances on the load agents.
Set the Where to use SQL server property to:
Controller only: To use SQL Server for data storage on the Controller only. Each remote load agent will use local SQLite instances.
Note title Data replication Using this setting, data from the remote load agents will be replicated by the Save sessions from agents? and Agent data scope properties described above. All replicated data will be stored in the SQL Server instance.
Controller and all load agents (default): To use the SQL Server as a shared data storage for all test machines.
Note title Data replication If using this setting, then data from the remote load agents will not be replicated.
Warning title SQL Server Authentication If using this setting, then it is recommended to use SQL Server Authentication to log in to the SQL Server instance.
...