I have an scheduled SSIS job that export a database from server A to server B. I noticed that the exported database log file is getting very large. I think the data just keep appending to the exported log file. We only need to access the data in the database
file but not the log file. Any recommendation for cleaning it up? Can I schedule a task to take the database offline and remove the log and back it back online? I assume the SSIS will "create" a new log file if the old one is not there any more.
↧