Hello
After deleting some cases, the csdb file size dosen't change
how to reduce the size of a csdb file ?
Thanks a lot
How to reduce the file csdb size
-
- Posts: 1851
- Joined: December 5th, 2011, 11:27 pm
- Location: Washington, DC
Re: How to reduce the file csdb size
Deleted cases are maintained in the CSPro DB file, which is why the file size is not getting smaller. If you want to remove deleted cases, there are a few options, including:
1) Use the "Compact Data" option in Dictionary Macros: https://www.csprousers.org/help/CSPro/d ... acros.html
2) Open the file in Data Viewer and save it as a new file.
3) Create a batch application, don't add any logic, and then have the input file as your main file, and the output file will then be created without the deleted cases.
1) Use the "Compact Data" option in Dictionary Macros: https://www.csprousers.org/help/CSPro/d ... acros.html
2) Open the file in Data Viewer and save it as a new file.
3) Create a batch application, don't add any logic, and then have the input file as your main file, and the output file will then be created without the deleted cases.