SQL Server 7 Transaction Logs Issues
- by nate
Over the week my database server transaction log was full. With our app people could select from the database but could not update or insert into the database. In the past we have just truncated the transaction logs. After that, everything was back to normal.
This week I truncated the transaction logs, and shrink that database. Now we can select,…