Found SQL waits spiking over the month of December and attribute this to database columns being defined as nvarchar.
For example
All supported DevTest releases.
N/A
Please make the following configuration change:
1. Go to your Enterprise Dashboard Server
2. Stop the Enterprise Dashboard Service
3. Open the file LISA_HOME/dradis.properties in a text editor
4. Update the value of property "dradis.db.url" as shown below by adding a new property "sendStringParametersAsUnicode=false" at the end of the connection string. Sharing an example:
dradis.db.url=jdbc:sqlserver://[SERVER]:[PORT];databaseName=[DATABASENAME];sendStringParametersAsUnicode=false
where SERVER is the machine where SQL Server is running
where PORT is the port SQL Server is running on
where DATABASENAME is the name of the EDB database.
5. Start the Enterprise Dashboard service.
Resolved the database spikes.