All Collections
Data Migration
Export Data
How to Export Data from ProLaw
How to Export Data from ProLaw
Ben Q avatar
Written by Ben Q
Updated over a week ago

The objective of this article is to export your data from Prolaw to be imported into MyCase. Please note that the success of your data migration into MyCase depends on the quality of your data set. This includes exporting your data in .csv or .xlsx format, ensuring headers are in the top row of the spreadsheet, and removing duplicate entries. If you are unsure as to how to format your data, please reach out to a Customer Support representative for assistance. If eligible for onboarding services, a Data Migration Specialist will assist you in the formatting and organizing of your data.

With Prolaw, users can retrieve a file called a “.bak” file from their Local Server.

  • Backup SQL Database to .bak Format

  • Obtain .bak File for Migrating to MyCase

  • Backing up SQL

Important Information:

Export Steps:

  1. Open SQL Server Management Studio Express and connect to the SQL server.

  2. Expand Databases.

  3. Right-click on the database you want to back up, then select Tasks > Back up. (This is not available for version 2018/2019)

  4. On the Back Up Database window, make sure the Database field contains the name of the database you want to back up.

  5. Select the Backup Type. By default, it is Full - leave it set to that.

  6. Click Remove to remove the default/last backup file name.

  7. Click Add to open the Select Backup Destination window.

  8. Click [...] next to the File Name field.

  9. On the Locate Database Files window, select the folder where you want the backup file to go. By default, it is ..\Microsoft SQL Server\MSSQL.1\MSSQL\Backup.

  10. In the File Name field, type the name for this backup, with a .bak extension. For example, xyz_20080221.bak for a backup of the XYZ database created on 21 February 2008.

  11. Click OK to close the Locate Database Files window.

  12. Click OK to close the Select Backup Destination window.

  13. Click OK to start the backup. The progress icon displays in the lower-left corner, and a ‘completed successfully’ message displays when it's done.

Did this answer your question?