USE DATABASE;GOSELECT file_id, nameFROM sys.database_files;GODBCC SHRINKFILE (1, TRUNCATEONLY);
Separate names with a comma.