Forum Discussion
pmrzyglod
Apr 22, 2024Copper Contributor
MSSQL - Shrinking database to minimum available size doesn't work
Hello Community, Im having a really hard time getting the mssql database file shrinked to minimum available size that SSMS shows in GUI. I really need help and explanation because it's not relevant ...
Arshad440
Apr 23, 2024Brass Contributor
Hi,
Try to shrink the database as Simple Recovery Model.you could check the Recovery model of Database by
Database->Options->Recovery Model
make it to Simple and try to shrink The DataBase
Regards
Arshad
Try to shrink the database as Simple Recovery Model.you could check the Recovery model of Database by
Database->Options->Recovery Model
make it to Simple and try to shrink The DataBase
Regards
Arshad