SQL query
Monday, 4 May 2015
The transaction log for database '...' is full due to 'LOG_BACKUP'.
USE [master]
GO
ALTER DATABASE <db Name> SET RECOVERY full
GO
ALTER DATABASE <db Name> SET RECOVERY SIMPLE WITH NO_WAIT;
GO
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment