Find Cashiering Version with SSMS
Description of Issue
How do I find the version of the Tyler Cashiering database?
Context
- Tyler Cashiering (TC)
- Cashiering
Cause
Informational
Resolution
- Launch SQL Server Management Studio (SSMS)
- Connect to the SQL instance where the database resides
- Expand Databases
- Right click on the Cashiering database and select New Query
- Copy/Paste the following script and then click the Execute button
SELECT * FROM [SystemSettings] WHERE [Code] = 'VERSION'
Additional Information
Tyler Hosted Clients do not have access to their database and should contact Tyler Systems Management (TSM) Support for further assistance