Home » Blog » Topic » Is it possible to open an Encrypted SQL Server Compat Edition Database file?

Is it possible to open an Encrypted SQL Server Compat Edition Database file?

Stephen West ~ Modified: August 5th, 2015 ~ ~ 1 Minute Reading

Home Forums Is it possible to open an Encrypted SQL Server Compat Edition Database file?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #426 Score: 0
    Stephen West
    Moderator
    4 pts

    I have a dump file of an SQL Server compact edition the database is password-encrypted and the file extension is : database.sdf

    Is there a way to extract data from the dump file ?

     

    #428 Score: 0
    Andrew Jackson
    Moderator
    1 pt

    Use the following Data Source “C:\temp\database.sdf;Password=mypassword” to open an encrSQL Server Compact edition file but you must know the password and add that to the connection string.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.