BACKUP LOG [CHANGE_ME]
TO DISK = 'nul:' WITH STATS = 10
GO
dbcc shrinkfile ('Security_log', 0, TRUNCATEONLY)
GO
BACKUP LOG [CHANGE_ME]
TO DISK = 'nul:' WITH STATS = 10
GO
dbcc shrinkfile ('Security_log', 0, TRUNCATEONLY)
GO
Thank you! Your comment has been submitted for approval.