Pigeon Voice Server Database Settings - DatasmithSA/Pigeon-Voice-Training GitHub Wiki
Settings related to the PigeonVoice database hosted on Microsoft SQL Server.
- Database Connection String: The connection string to the SQL server database.
- Database Command Timeout: The timeout in milliseconds of command to the database.
- LINQ to SQL Classes Assembly File Name: Assembly containing the LINQ to SQL ORM classes.
- LINQ to SQL Classes Namespace: Namespace of the LINQ to SQL ORM classes inside the assembly.
- **Database Transaction Scope Option: ** The Transaction Scope Option to use on queries to the database that are wrapped in a transaction.
- Database Transaction Isolation Level: The Transaction Isolation Level to use on queries to the database that are wrapped in a transaction.
- Database Transaction Timeout Seconds: The Transaction Timeout in seconds to use on on queries to the database that are wrapped in a transaction.
- Database Transaction Deadlock Retry Attempts: he number of retry attempts on if transaction deadlocks occur on queries to the database that are wrapped in a transaction.
- Database Transaction Deadlock Retry Wait Period: The number milliseconds to wait before retry attempts on transaction deadlocks.