DBCC commands enable user to maintain space in database, clean caches, shrink databases and tables.
Examples are:
DBCC DROPCLEANBUFFERS
Removes all clean buffers from the buffer pool, and columnstore objects from the columnstore object pool.
DBCC FREEPROCCACHE
-- or
DBCC FREEPROCCACHE (0x06...