I've got an MSDE database and its LDF files (the transaction logs) are very small, less than one megabyte each. The problem is that they won't grow! I get "The log file for database 'dbname' is full. Back up the transaction log for the database to free up some log space." I run a truncate backup, but it just fills right back up again. How can I make it automatically grow (I don't have Enterprise Manager, so I have to use osql to modify the database). Any ideas?