I have a mdf file which is SQL Server 2008 file. I want to convert it to SQL Server Express or SQL Compact edition.
Is there any tool to convert it ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For SQL Server – Express or Standard/Web/Developer – there is no difference in the file formats. Your MDF from your SQL Server 2008 will work on SQL Server 2008 (or 2008 R2) Express without any conversion or modification.
You can
.bakfile) and restore it under SQL Server 2008 Expressor:
The SQL Server Compact Edition is quite a different story, though – it’s made up of a single
.SDFfile and cannot be easily created from an existing SQL Server 2008 MDF/LDF set of files…. I would be interested myself if there are any useful tools out there to migrate data from SQL Server 2008 (MDF/LDF) to a SQL Server Compact Edition 4.0 (SDF) format…Update: a quickie search found a few interesting candidates: