Restore the firm database using Microsoft SQL Server Management Studio
Practice CS, FileCabinet CS, Accounting CS, and Workpapers CS data for all of your clients is stored in a single SQL database. Therefore, when you use Microsoft SQL Server Management Studio Express to restore client data, the application restores data for all clients in the database. The likelihood of data for a single client becoming corrupt is very low; therefore, backing up and restoring data for clients individually would be an ineffective defense against data corruption, hardware failure, or a similar scenario.
In most cases, you wouldn’t need to use the following restore procedures. However, if the situation arises, you can follow these steps to install the Microsoft SQL Server Management Studio Express application and restore your firm's data from there.
If you're using one of these applications in Virtual Office or Software as a Service (SaaS), contact Support to ask for a database restore.
note
- FileCabinet CS only:We recommend that you make a SQL backup from within FileCabinet CS rather than using SQL Server Management Studio. While it's possible to back up and restore this data, it can result in authentication issues.
- Accounting CS and Workpapers CS:You can use Microsoft SQL Server Management Studio to restore the entire firm database, but not data for a single client. You can use the Client Data Management Utility to back up and restore individual clients.
- If you are working in a Windows 11 environment, we recommend that you install SQL Server 2016 or later. For details, go to support.microsoft.com/en-us/kb/2681562.
- If you need assistance with installing Microsoft SQL Management Studio, contact a qualified IT professional. Our Technical Support team is unable to help with this installation.
- Go to Microsoft's website and select Download SQL Server Management Studio [version].
- Double-click the downloaded file to begin the installation.
- Make sure that everyone has closed CS Professional Suite applications.
- Open SQL Server Management Studio.
- In theServer namefield in theConnect to Serverwindow, select the SQL server where the database resides.
- SelectConnect.
- In theObject Explorerpane, expand the Databases folder.noteIf you are not restoring over an existing database, right-click the Databases folder and selectRestore Database.
- Right-click the CS Professional Suite database (for example, ACS_XXX_FIRM or CSP_XXX_[database name]) and then selectTasks > Restore > Database.
- In theRestore Databasewindow, make sure the correct database appears in theTo databasefield.
- In theSource for Restoresection, selectFrom deviceand then select the ellipsis button by that field.
- In theSpecify Backupwindow, selectAdd, go to the location of the database to restore, select the backup file, and then selectOK.note
- You might need to selectAll Files (*)from theFiles of typefield. Valid database file extensions include .bdf or .bak.
- You might need to move the backup file to a local drive location.
- Mark the checkbox in theRestorecolumn next to the database file to restore.
- Go to theOptionspage and mark theOverwrite the existing database (WITH REPLACE)checkbox.importantBefore you continue, double check that you'll be replacing data for all clients when restoring the entire database.
- SelectOKto restore the database.