To reduce the database size:
In SSMS, Right-click on the database name >> Tasks >> Shrink >> Database.
In SQL, DBCC SHRINKDATABASE (DatabaseName, 'target percent') Example: DBCC SHRINKDATABASE (test, 10);
To reduced the ReportFYI, purging the reports usually frees up space.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article