Move DB from MSSQL to Embedded

Can I do it? If yes, How do I do it?

Probably it is possible bu in a very hard way. Embedded database is just a text file with inserts. The question is why do you want to move from normal database to the embedded one, which is not supposed for a normal deployment. Maybe you should try moving to MySQL, Postgre or else.