backup log testdb with truncate_only
DBCC SHRINKFILE (testdb_log, 100) WITH NO_INFOMSGS
backup database testdb to disk = '\\DC01\Backups \DB01\testdb.ba k' with
init
and does the shrinkfile command reduce the size of the ldf ?
DBCC SHRINKFILE (testdb_log, 100) WITH NO_INFOMSGS
backup database testdb to disk = '\\DC01\Backups \DB01\testdb.ba k' with
init
and does the shrinkfile command reduce the size of the ldf ?
Comment