All Tags »
Errors »
bugs
Sorry, but there are no more tags available to filter with.
-
Na MSSQL serveru se občas stává, že backupování přestane truncatovat transaction log a ten narůstá a narůstá.
Z nějakého důvodu je potřeba udělat sekvenci shrink-backup-shrink, aby bylo dosaženo požadovaného účinku:
1) Run this code:[code language=''T-SQL''] DBCC SHRINKFILE(pubs_log, 2)[/code]
2) Run this code if you want to truncate the ...