Shrink SQL Database
I had made an application in wpf and use SQL server 2012. The thing is I had made some entries from front end and deleted but the physical size of the database remains the same.
How can I release the unnecessary space from it.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nitin SontakkePosted Feb 24, 2017, 12:39 AM
Nilesh ShahPosted Feb 23, 2017, 11:58 PM
DBCC SHRINKFILE(Database_Log_File, 1)