One may need to follow below mentioned steps to shrink the MS SQL Server 2005 Database:
1. Open SQL Server Management Studio.
2. Select the Server Type as Database Engine.
3. Select the Server Name: 1.1.1.1,1533
4. Select the Authentication as: SQL Server Authentication.
5. Enter the Username and Password.
6. Click on Connect Button.
7. Expand Databases from the left hand side.
8. Right Click on your database.
9. Select Task as shown in below figure.

10. Click on Shrink.
11. Click on Files.

12. Select the option “Reorganize pages before releasing unused space”.
13. Enter the value (e.g. 2 M
in Shrink File to.

14. Click on Ok button.
1. Open SQL Server Management Studio.
2. Select the Server Type as Database Engine.
3. Select the Server Name: 1.1.1.1,1533
4. Select the Authentication as: SQL Server Authentication.
5. Enter the Username and Password.
6. Click on Connect Button.
7. Expand Databases from the left hand side.
8. Right Click on your database.
9. Select Task as shown in below figure.

10. Click on Shrink.
11. Click on Files.

12. Select the option “Reorganize pages before releasing unused space”.
13. Enter the value (e.g. 2 M


14. Click on Ok button.
Comment