Can't see any transaction after full restore
dandrade
Posts: 10
Our network administrator has a scheduled job, is this the cause?
Here is what he runs everyday:
BACKUP LOG my_db WITH TRUNCATE_ONLY; DBCC SHRINKFILE(my_db_log, 2000);
Here is what he runs everyday:
BACKUP LOG my_db WITH TRUNCATE_ONLY; DBCC SHRINKFILE(my_db_log, 2000);
Comments