How to shrink a SQL Server transactional log file
DBCCSHRINKFILE(Database_log_file_name,1);.Thiswilltruncatethefileallthewaydowntothelastopentransactionwhich,ifthedatabase ...,執行下列SQL程式檔:DBCCshrinkfile('db_ApexCentral_log',10);確認db_ApexCentral_Log.LDF的大小小於10MB。如果db_ApexCentral_...。參考影片的文章的如下:
