Review the following URL, it may provide some guidance (copy and paste the url into a browser):
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/fea1c821-5092-4e32-8559-f695d6a83a76/sql-server-2014-transaction-log-for-database-is-full-due-to-activetransaction-error?forum=sqldatabaseengine
Orni - Wednesday, March 13, 2019 11:53 AM
Another thing to check is that it could be that the log has a max size set and you have reached that limit. You can execute sp_helpfile in the database to see the files, max size, growth settings. Or in SSMS, right click on the database, select properties and select Files for the page on the left. Then you can view the same properties.
Sue
I have been getting those messages at the QA and Development instances and its like Sue_H said, check your log size, when its full that's the message it will throw.
Change the max size.
Orni - Wednesday, March 13, 2019 11:53 AM
How big is the log file in question?
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply