I am working on a desktop application and using sql server 2014 express localdb.The size of log file of my database is growing too much, however i have tried changing recovery model to simple to minimally record the transactions the size of the log file is still unaffected by it.I want to know if simple recovery model supported by SQL Server 2014 Express LocalDB.
I am performing a bulk insert and some other update queries.