Quantcast
Channel: SQL Server Database Engine forum
Viewing all articles
Browse latest Browse all 12963

ShrinkFile

$
0
0

Boa tarde, 

Usei os seguintes comandos para consultar e reduzir o arquivo de log do meu banco porém os aquivos continuam do mesmo tamanho. O que posso fazer para resolver ?

DBCC SQLPERF (LOGSPACE)

DATABASE NAME - LOG SIZE (MB) - LOG SPACE USED (%) -  STATUS 

DB_TESTE    - 25034,68     - 86,71359                    -  0

SELECT * FROM DB_TESTE.DBO.SYSFILES

DB_TESTE_Log

DBCC SHRINKFILE ( DB_TESTE_Log, 200, 
TRUNCATEONLY )



Viewing all articles
Browse latest Browse all 12963

Trending Articles