Getting this error. My board designer usually takes care of it, but I cannot find him. We cannot post...only read. Does anyone know how I can fix this? Thanks for any help.
-2147217900|[Microsoft][ODBC SQL Server Driver][SQL Server]The log file for database 'Magna2d' is full. Back up the transaction log for the database to free up some log space.
Your hosting company should be able to fix this for you. Ask them to truncate the log file for your sql server database, and also ask them to configure the db to truncate log on checkpoint. The 2nd item will prevent this problem in the future by emptying the log file every time they do a backup.