Civil 3D 2015 and Civil 3D 2014 SDBX and SDF Compatibility – Survey Database Downgrade 4.0 to 3.5

This post will describe how to preform a database downgrade on a Civil 3D 2015 survey database down to a Civil 3D 2014 survey database.

Civil 3D 2015 uses a SQL Server Compact 4.0 format, while Civil 3D 2014 uses a SQL Server Compact 3.5 format for the survey database Survey.sdbx file. If the 2015 file is downgraded back into a 3.5 file format, then it will be usable with Civil 3D 2011 through Civil 3D 2014 again.

Downgrading the SQL Server SDF Compact 4.0 File

There are many ways to downgrade an .SDF file. This method will use two small utilities, SqlCe40Toolbox.exe and LINQPad to downgrade the .SDF file. Note that these utilities are created by others and are subject to change.

SQL Server Compact 4.0 Toolbox – Survey Database Downgrade Save SQL Script

  1. Browse to the location of your survey database and copy the Survey.sdbx file.
  2. Rename the file to Survey2015.sdf.
  3. Download and run SqlCe40Toolbox.exe.
  4. Right-click on the text that says No SQL Server Compact Data Connections found, select Add from the context menu to add one.
  5. Click Add SQL Server Compact 4.0 Connection.
  6. Click Browse.
  7. Select the Survey2015.sdf file.
  8. Click Close.
  9. Right-click Survey2015.sdf, point to Script, click Script Database Schema and Data.
  10. Save the file as Survey2015Script.sqlce.
  11. Click OK twice.
  12. Close the SQL Server Compact Toolbox for runtime 4.0 application.

LINQPad – Survey Database Downgrade Run SQL Script

  1. Download and install LINQPad.
  2. Launch LINQPad.
  3. Click Add connection.
  4. Select Build data context automatically.
  5. For the LINQPad Driver, select Default (LINQ to SQL).
  6. Click Next.
  7. For the Provider, select SQL CE 3.5.
  8. Manually type the path to create the database .sdf file such as:
    1. C:\Temp\Survey2014.sdf
  9. Click Create database.
  10. Click OK.
  11. In the File menu, click Open.
  12. For the file type, select All Files (*.*).
  13. Select the Survey2015Script.sqlce file created from the SQL Server Compact Toolbox.
  14. Click Open.
  15. For the Language, select SQL.
  16. For the connection, select Survey2014.sdf.
  17. Click Execute, or press F5.
  18. Wait until it is finished Executing and it says Query successful, it may take a long time depending on the size of your database.
  19. Now that it is finished, you can close LINQPad.

You should now have an SQL Server Compact 3.5 database that you can use in the older versions of Civil 3D.  Rename the Survey2014.sdf file to Survey.sdbx and replace your version of the Survey.sdbx file in your survey database folder and you should now be able to use this file in Civil 3D 2011 through Civil 3D 2014.

Similar Posts