28. November 2016
AndrewZhu
SqlServer
How to release Sql Server free space , here is the answer:
In Sql Server Management Studio, right click database name.
If you have already use commend:
DBCC SHRINKFILE
(1, NOTRUNCATE);
To shrink the database file , then ,select :
To release free space.