SqlServer日志文件过大处理

bat脚本

@echo off
del /f /s /q D:\sqlserver\sqlserver_example\MSSQL15.SQLEXPRESS\MSSQL\Log\Polybase\dump*.dmp

后面的路径是你装MS sql的路径