Releasing LOB space in Microsoft SQL Server databases
You can release the large object (LOB) storage in the Microsoft SQL Server database.
Pre-requisite:
Plan downtime for upgrading IBM® UrbanCode® Deploy and releasing LOB space.
Procedure:
Release LOB storage for Microsoft SQL Server database using the following steps:Post-requisite:
- Verify that the space is
reduced:
EXEC sp_spaceused @updateusage = N'TRUE';
- Set the experimental.vcUpgrade.enabled parameter back to false in the conf/server/installed.properties file.