Execute the following commands:
DBCC SHRINKFILE(pubs_log, 2) BACKUP LOG pubs WITH TRUNCATE_ONLY DBCC SHRINKFILE(pubs_log,2)
This will reduce the transaction log for the “pubs” database to 2MB.
Execute the following commands:
DBCC SHRINKFILE(pubs_log, 2) BACKUP LOG pubs WITH TRUNCATE_ONLY DBCC SHRINKFILE(pubs_log,2)
This will reduce the transaction log for the “pubs” database to 2MB.