I work with SQL Server and I want to set the password for the SQL Server CE database database (* .sdf). I found a command, how can I create a new database with a password:
CREATE DATABASE "secure.sdf" DATABASEPASSWORD '<enterStrongPasswordHere>'
But I want to set the password of an existing db.
source share