Differences

This shows you the differences between two versions of the page.

Link to this comparison view

control_database_error [2019/01/27 11:28] (current)
Line 1: Line 1:
 +======  ======
 +
 +
 +
 +Control utilizes a Microsoft SQL Server database for all customer information, though read-only system configuration information is stored in two Microsoft Access Databases *(referred to collectively as SystemData).
 +
 +
 +
 +SQL Server is a true server database, meaning all requests for information are forwarded to the server for processing and the results are then sent back to the client. Server databases are inherently much more stable (and faster) than non-server databases (like Access and Paradox).
 +
 +
 +
 +===== Common Control Database Problems =====
 +  * [[control_error_-_could_not_load_record]]
 +  * [[control_error_-_login_failed_for_user_cyrious]]
 +  * [[control_error_-_not_enough_space_is_available_to_process_this_command]]
 +  * [[control_error_-_log_in_failed._database_group_not_found]]
 +  * [[primary_filegroup_is_full]]
 +  * [[stream_write_error_whenever_performing_backup_in_control]]
 +  * [[an_error_has_occurred_while_executing_queries._timeout_expired]]
 +  * [[database_is_read-only]]
 +  * [[control_error_-_datetime_outside_the_valid_range]]
 +
 +
 +